next up previous contents index
Next: Proving Conditionals Up: Proof Previous: Mathematical Systems

Proof

Definition: Suppose tex2html_wrap_inline12194 are all the axioms and previously proved theorems of a mathematical system. A formal proof , or deduction, of a sentence P is a sequence of statements tex2html_wrap_inline12198, where

  1. tex2html_wrap_inline12200 is P, and one of the following holds
    1. tex2html_wrap_inline12204 is one of tex2html_wrap_inline12194, or
    2. tex2html_wrap_inline12204 follows form the previous statements by a valid argument using the rules of reasoning.

A theorem  is any sentence deduced from the axioms and/or the previous theorems. The same is true of lemma and proposition. For some mathematicians there is a hierarchy of lemma, proposition, and theorem; with lemma being the easiest to prove and theorem the most difficult, or longest. Other mathematicians make little or no distinction between these objects, and will call everything a theorem.

Example: Suppose a mathematical system contains just the following axioms:

tex2html_wrap_inline12210:
tex2html_wrap_inline12212
tex2html_wrap_inline12214:
a+b=c.

The following is a formal proof of x<y.

tex2html_wrap_inline12220: tex2html_wrap_inline12222 , by tex2html_wrap_inline12210
tex2html_wrap_inline12226: a+b=c , by tex2html_wrap_inline12214
tex2html_wrap_inline12232: tex2html_wrap_inline12234 , by modus ponens on tex2html_wrap_inline12236
tex2html_wrap_inline12238: x<y , by the tautology tex2html_wrap_inline12122

In practice mathematicians do not write formal proofs. They write informal proofs. An informal proof is an argument which shows the existence of a formal proof. As such it gives enough of the formal proof so that another person becomes convinced. Thus we might call an informal proof a convincing argument. Mathematicians try to convince other mathematicians. You will try to convince your fellow students and me, your professor.

An informal proof of the above example runs as follows:

From tex2html_wrap_inline12210 and tex2html_wrap_inline12214 it follows that tex2html_wrap_inline12234. Thus, x<y.

Henceforth, we will be writing only informal proofs. The art of mathematics is creating proofs. Just as every other artisan, the mathematician has some basic modes of proof. We will now consider a few of these.




next up previous contents index
Next: Proving Conditionals Up: Proof Previous: Mathematical Systems

droyster@math.uncc.edu