Argument Composition and Evaluation in Logic
Overview of Arguments
Definition of Argument: A sequence of statements and conclusions.
- The structure of an argument consists of premises that lead to a conclusion.
- Example of structure: If $P$, then $Q$. This can extend to multiple premises leading to a final conclusion.
Premises and Conclusions:
- Premise: Statements that provide support.
- Conclusion: The derived result based on the premises, typically marked after the word "therefore".
Valid vs Invalid Arguments
- Valid Argument: An argument where true premises lead to a true conclusion.
- Validity Condition: If the premises are true, then the conclusion must also be true.
- Invalid Argument: If the true premises do not lead to a true conclusion.
Rules of Inference
- Rules of Inference: Guidelines used to derive valid conclusions from premises.
- They help establish whether an argument is valid based on the relationships between premises and conclusions.
Identifying Rules of Inference
- When presented an argument, identify which rule(s) of inference was applied:
- Modus Ponens: If $P$ implies $Q$ and $P$ is true, then $Q$ is true.
- Example: If you speak Spanish ($P$), then you will enjoy Los Banditos soundtrack ($Q$). If you speak Spanish (true), therefore you will enjoy the soundtrack (true).
- Modus Tollens: If $P$ implies $Q$ and $Q$ is false, then $P$ is false.
- Example: If you speak Spanish ($P$), then you will enjoy the soundtrack ($Q$). If you do not enjoy the soundtrack (false), therefore you don’t speak Spanish (false).
- Hypothetical Syllogism: If $P$ implies $Q$ and $Q$ implies $R$, then $P$ implies $R$.
- This creates a chain of implications.
- Disjunctive Syllogism: Given $P$ or $Q$ and not $P$, conclude $Q$.
- Simplification: If $P$ and $Q$ are both true, then $P$ is true and $Q$ is true individually.
- Addition: If $P$ is true, then $P$ or $Q$ is also true.
- Resolution: If $P$ or $Q$ and not $P$, then $Q$ must be true.
Building and Evaluating Arguments
- Process to determine if an argument is valid:
- Identify the premises and conclusion.
- Translate statements into logical forms (e.g., $P o Q$).
- Verify if the valid argument conditions hold true.
- Use truth tables or formal rules of inference to confirm validity.
Example Argument
- Given the following:
- If you speak Spanish ($S$), then you will enjoy the Los Banditos soundtrack ($B$).
- You speak Spanish ($S$ is true).
- Therefore, you will enjoy Los Banditos ($B$).
- Logical Form: $S o B$, $S$. Therefore, conclude $B$ (valid by Modus Ponens).
Conclusion
- A valid argument must ensure that true premises lead to a true conclusion. Utilizing rules of inference aids in evaluating and building these arguments effectively. Ensure understanding of logical structures to establish argument validity.