I Axioms
Premise · P₁

∀x ( Human(x) → Mortal(x) )

For every entity x, if x is human, then x is necessarily mortal.

Premise · P₂

Human(socrates)

Socrates belongs to the set of human beings.

Conclusion · C

Mortal(socrates)

It follows, by universal instantiation and modus ponens, that Socrates is mortal.

[Universal Instantiation] [Modus Ponens]
II Propositions
Modus Ponens §2.1

P → Q

P


∴ Q

If P implies Q, and P holds, then Q holds.

Modus Tollens §2.2

P → Q

¬Q


∴ ¬P

The contrapositive form: deny the consequent, deny the antecedent.

Truth Table · P → Q §2.3
P Q P → Q
TTT
TFF
FTT
FFT

Material implication: vacuously true when the antecedent is false.

Disjunctive Syllogism §2.4

P ∨ Q

¬P


∴ Q

When one disjunct fails, the other must hold.

De Morgan's Law §2.5

¬(P ∧ Q)


≡ ¬P ∨ ¬Q

Negation distributes across conjunction by inversion.

Hypothetical Syllogism §2.6

P → Q

Q → R


∴ P → R

Implication is transitive — chains of inference compose.

III The Chain

Theorem · √2 ∉ ℚ

The square root of two is irrational. A proof by contradiction, unfolded step by step.

→ scroll horizontally

Step 1 · Hypothesis

Assume √2 ∈ ℚ

Suppose, for contradiction, that √2 is rational.

Step 2 · Form

∃ a,b ∈ ℤ : √2 = a/b

Then √2 can be written as a fraction in lowest terms, with a and b coprime integers.

Step 3 · Square

2 = a² / b²

Squaring both sides eliminates the radical.

Step 4 · Rearrange

a² = 2b²

Therefore a² is even, which forces a itself to be even.

Step 5 · Substitute

a = 2k ⟹ 4k² = 2b²

Let a = 2k. Substituting yields 2k² = b².

Step 6 · Parity

b² = 2k²

Hence b² is even, and b is also even.

Step 7 · Contradiction

2 ∣ a ∧ 2 ∣ b

But a and b were assumed coprime — they cannot share the factor 2.

Step 8 · Q.E.D.

∴ √2 ∉ ℚ

The hypothesis is false. The square root of two is irrational. ∎

0 / 8
IV Q.E.D.

論理

quod erat demonstrandum

Which was to be demonstrated.