“When are two proofs essentially the same?”

Tim Gowers asks When are two proofs essentially the same?

For example, it is often possible to convert a standard inductive proof into a proof by contradiction that starts with the assumption that X is a minimal counterexample.

He gives examples proving, that every natural number can be factored into primes and that \sqrt{2} is irrational.

In the first case, you go from n to n+1 or you assume a smallest number for which such a factorization does not exist and decide whether it is prime or composite. (In either case the induction hypothesis respectively the proof that the set of such numbers is non-empty are ommited.)

In the second case we assume for \sqrt{2} a rational representation \frac{p}{q} using either p, q coprime or p, q minimal. Turning ending with a contradiction in either case.

Leave a Reply