Jump to content

Proof techniques

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Occultations (talk | contribs) at 09:28, 29 May 2006 (Minor improvemnt of words). 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.

Deductive Proof

A 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,

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 the Bolzano-Weierstrass 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, this conclusion is wrong. F(x) must be bounded on [a,b].

Mathematical induction

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


Prove for n > 0


Step 1, consider the base case .

Right hand side equals 4.

Left hand side equals 4.

Equation satisfied for n = 1.


Step 2, assume the equation is true for some and consider case . We want to prove:



Demonstrate that the desired n+1 result can be derived using the equation for n:


This proves the induction, that the equation is true for n+1 when it is true for n.


Since the equation is satisfied for n = 1 (step 1), then by step 2 it is satisfied for n = 2, and since it is satisfied for n = 2 then it is satisfied for n = 3, and so on, for n = 4, 5, ...

Mathematical induction tells us the equation is true for all integer n >= 1.

See also

Reference

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