Deductive Reasoning

In deduction the structure guarantees the result: if the are true, the must be true. The classic case is a — "All humans are mortal; Socrates is human; therefore Socrates is mortal." Two ideas keep it honest. is about form: an argument is valid if its shape guarantees the conclusion, whether or not the premises happen to be true. 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.

Deep dive · Formal logic

Deduction is made precise with symbols. Write PQP \to Q for "if PP then QQ." The rule modus ponens is the backbone:

PQ,P        Q.P \to Q, \quad P \;\;\vdash\;\; Q.

("Given PQP \to Q and PP, you may conclude QQ.") Whether a form is valid is settled by a truth table — checking every combination of true/false for the parts. For PQP \to Q:

PPQQPQP \to Q
TTT
TFF
FTT
FFT

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 PP is automatically true — which is why validity alone never guarantees a true conclusion, only a truth-preserving one.

hierarchy prerequisite related

See the full map →