Deductive Reasoning
In deduction the structure guarantees the result: if the premises are true, the conclusion must be true. The classic case is a syllogism — "All humans are mortal; Socrates is human; therefore Socrates is mortal." Two ideas keep it honest. Validity is about form: an argument is valid if its shape guarantees the conclusion, whether or not the premises happen to be true. Soundness adds the rest: a sound argument is valid and has true premises, so its conclusion is genuinely established. A valid argument can still be nonsense if you feed it false premises.
Deduction is made precise with symbols. Write for "if then ." The rule modus ponens is the backbone:
("Given and , you may conclude .") Whether a form is valid is settled by a truth table — checking every combination of true/false for the parts. For :
| T | T | T |
| T | F | F |
| F | T | T |
| F | F | T |
An argument is valid exactly when there is no row where all premises are true but the conclusion is false. Note the last two rows: a conditional with a false premise is automatically true — which is why validity alone never guarantees a true conclusion, only a truth-preserving one.