Jump to content

Proof techniques

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Tygar (talk | contribs) at 00:46, 11 April 2005 (Technique #3: mathematical induction). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In analytical calculus (often times known as advanced calculus, a specific subset of mathematical analysis), there are three important methods to determine that a given hypothesis is true or false.

Technique #1: deductive proof

Deductive proof, or direct proof, is very straightforward.

Given some hypothesis: There is a logical method to prove that the hypothesis is true through step by step operations and by using postulates, lemmas, and definitions in constructing the final conclusion.

Many mathematical hypothesis can be proven using deductive proof techniques.


Example

If

Prove


Proof:

Since then by multiplicative property of real number system,

Technique #2: proof by contradiction

Given some hypothesis: It is automatically assumed that the conclusion is wrong, and an antihypothesis must be proven. Then, deductive proof is used (stepwise operations and definitions) to reach a final conclusion. If this final conclusion contradicts the original hypothesis then it is said that the original conditions are proven to be true and correct.

More difficult mathematical hypothesis can be proved or disproved using proof by contradiction techniques.


Example

Extreme Value Theorem (proof by contradiction):

Assume is UNbounded on [a,b]. i.e., there exists such that .

Since is bounded, then Bolzano-Weirstrauss Theorem says:

There exists such that

and

.

Since f is continuous at point C, then f(C) =

Because is bounded and f(C) is bounded, thsi conclusion is wrong. F(x) must be bounded on [a,b].

Technique #3: mathematical induction

Mathematical induction is very powerful two step process, and can only be used for the natural number


Prove for all k and n.


Step 1, consider case .

Right hand side (of equation) equals 4.

Left hand side equals 4.

Equation satisfied for n = 1.


Assume equation true for some n.


Step 2, consider case .

Simplify left and right hand sides.

Left hand side equals 2(n+1)(n+2)

Right hand side equals 2(n+1)(n+2)

Both sides are equivalent.


Based on cases n=1 and n=n+1, mathematical induction tells us equation true for all k,n, in N.

See also

  1. proof theory
  2. Mathematical proof

Reference

  1. Wade, William R. An Introduction to Analysis. Upper Saddle River, New Jersey: Pearson Prentice Hall, 2004.