Mathematical proof
From Wikipedia, the free encyclopedia
In mathematics, a proof is a demonstration that, assuming certain axioms, some statement is necessarily true. A proof is a logical argument, not an empirical one. That is, one must demonstrate that a proposition is true in all cases before it is considered a theorem of mathematics. An unproven proposition for which there is some sort of empirical evidence is known as a conjecture. In virtually all branches of mathematics, the assumed axioms are ZFC (Zermelo–Fraenkel set theory, with the axiom of choice), unless indicated otherwise. ZFC formalizes mathematical intuition about set theory, and set theory suffices to describe contemporary algebra and analysis.
Proofs employ logic but usually include some amount of natural language which usually admits some ambiguity. In fact, the vast majority of proofs in written mathematics can be considered as applications of informal logic. Purely formal proofs are considered in proof theory. The distinction between formal and informal proofs has led to much examination of current and historical mathematical practice, quasi-empiricism in mathematics, and so-called folk mathematics (in both senses of that term). The philosophy of mathematics is concerned with the role of language and logic in proofs, and mathematics as a language.
Regardless of one's attitude to formalism, the result that is proved to be true is a theorem; in a completely formal proof it would be the final line, and the complete proof shows how it follows from the axioms alone. Once a theorem is proved, it can be used as the basis to prove further statements. The axioms are those statements one cannot, or need not, prove. These were once the primary study of philosophers of mathematics. Today focus is more on practice, i.e. acceptable techniques.
Contents |
[edit] Methods of proof
[edit] Direct proof
In direct proof, the conclusion is established by logically combining the axioms, definitions, and earlier theorems. For example, direct proof can be used to establish that the sum of two even integers is always even:
- Consider two even integers x and y. Since they are even, they can be written as x = 2a and y = 2b respectively for integers a and b. Then the sum x + y = 2a + 2b = 2(a + b). From this it is clear that 2 is a factor of x + y, so the sum of two even integers is always even.
This proof uses definition of even integers, as well as distribution law.
[edit] Proof by induction
In proof by induction, first a "base case" is proved, and then an "induction rule" is used to prove a (often infinite) series of other cases. Since the base case is true, the infinity of other cases must also be true, even if all of them cannot be proved directly because of their infinite number. A subset of induction is Infinite descent. Infinite descent can be used to prove the irrationality of the square root of two.
The principle of mathematical induction states that: Let N { 1, 2, 3, 4, ... } be the set of natural numbers and P(n) be a mathematical statement involving the natural number n belonging to N such that (i) P(1) is true, ie, P(n) is true for n=1 (ii) P(m+1) is true whenever P(m) is true, ie, P(m) is true implies that P(m+1) is true. Then P(n) is true for the set of natural numbers N.
[edit] Proof by transposition
Proof by Transposition establishes the conclusion "if p then q" by proving the equivalent contrapositive statement "if not q then not p".
[edit] Proof by contradiction
In proof by contradiction (also known as reductio ad absurdum, Latin for "reduction into the absurd"), it is shown that if some statement were false, a logical contradiction occurs, hence the statement must be true. This method is perhaps the most prevalent of mathematical proofs. A famous example of a proof by contradiction shows that is irrational:
- Suppose that is rational, so where a and b are non-zero integers with no common factor (definition of rational number). Thus, . Squaring both sides yields 2b2 = a2. Since 2 divides the left hand side, 2 must also divide the right hand side (as they are equal and both integers). So a2 is even, which implies that a must also be even. So we can write a = 2c, where c is also an integer. Substitution into the original equation yields 2b2 = (2c)2 = 4c2. Dividing both sides by 2 yields b2 = 2c2. But then, by the same argument as before, 2 divides b2, so b must be even. However, if a and b are both even, they share a factor, namely 2. This contradicts our assumption, so we are forced to conclude that is irrational.
[edit] Proof by construction
Proof by construction, or proof by example, is the construction of a concrete example with a property to show that something having that property exists. For example, in certain geometrical problems and proofs, usually the kind found in engineering and mechanical problems with given lengths and angles, instead of actually attempting a direct and formal proof, we can just substitute the given values to obtain a required proof. For example, let us take a triangle ABC, of which AD is a particular median. Let G be the centroid of the triangle. BG extended meets AC at X. By enlarging or diminishing the ratios of certain triangles and taking all possible cases (isosceles, equilateral, right, acute scalene, and obtuse scalene), we can obtain a direct comparision of AX to CX as 1:5. Solving the same problem by application of geometry would take a considerably longer time.
[edit] Proof by exhaustion
In Proof by exhaustion, the conclusion is established by dividing it into a finite number of cases and proving each one separately. The number of cases sometimes can become very large. For example, the first proof of the four colour theorem was a proof by exhaustion with 1,936 cases. This proof was controversial because the majority of the cases were checked by a computer program, not by hand. The shortest known proof of the four colour theorem today still has over 600 cases.
[edit] Probabilistic proof
A probabilistic proof is one in which an example is shown to exist by methods of probability theory - not an argument that a theorem is 'probably' true. The latter type of reasoning can be called a 'plausibility argument'; in the case of the Collatz conjecture it is clear how far that is from a genuine proof. Probabilistic proof, like proof by construction, is one of many ways to show existence theorems.
[edit] Combinatorial proof
A combinatorial proof establishes the equivalence of different expressions by showing that they count the same object in different ways. Usually a bijection is used to show that the two interpretations give the same result.
[edit] Nonconstructive proof
An nonconstructive proof establishes that a certain mathematical object must exist (e.g. "Some X satisfies f(X)"), without explaining how such an object can be found. Often, this takes the form of a proof by contradiction in which the nonexistence of the object is proven to be impossible. In contrast, a constructive proof establishes that a particular object exists by providing a method of finding it.
[edit] Proof nor disproof
There is a class of mathematical formulae for which neither a proof nor disproof exists, using only the standard ZFC axioms. This result is known as Gödel's (first) incompleteness theorem and examples include the continuum hypothesis. Whether a particular unproven proposition can be proved using a standard set of axioms is not always obvious, and can be extremely technical to determine.
[edit] Elementary proof
An elementary proof is (usually) a proof which does not use complex analysis. For some time it was thought that certain theorems, like the prime number theorem, could only be proved using "higher" mathematics. However, over time, many of these results have been reproved using only elementary techniques.
[edit] End of a proof
Sometimes, the abbreviation "Q.E.D." is written to indicate the end of a proof. This abbreviation stands for "Quod Erat Demonstrandum", which is Latin for "that which was to be demonstrated". An alternative is to use a small rectangle with its shorter side horizontal (∎), known as a tombstone.
[edit] See also
- proof theory
- model theory
- computer-aided proof
- automated theorem proving
- invalid proof
- nonconstructive proof
- list of mathematical proofs
- Proofs from THE BOOK
[edit] References
Solow, D. How to Read and Do Proofs: An Introduction to Mathematical Thought Processes. Wiley, 2004. ISBN 0-471-68058-3
Velleman, D. How to Prove It: A Structured Approach. Cambridge University Press, 2006. ISBN 0-521-67599-5
[edit] External links
- What are mathematical proofs and why they are important?
- How To Write Proofs by Larry W. Cusick
- How to Write a Proof by Leslie Lamport, and the motivation of proposing such a hierarchical proof style.
- Proofs in Mathematics: Simple, Charming and Fallacious
- The Seventeen Provers of the World, ed. by Freek Wiedijk, foreword by Dana S. Scott, Lecture Notes in Computer Science 3600, Springer, 2006, ISBN 3-540-30704-4. Contains formalized versions of the proof that is irrational in several automated proof systems.
- What is Proof? Thoughts on proofs and proving.