Introduction To Proofs 1
Introduction To Proofs 1
Proof
• A proof is a valid argument that establishes the truth of a
mathematical statement.
• A proof can use the hypotheses of the theorem, if any,
axioms assumed to be true, and previously proven theorems.
• Using these ingredients and rules of inference, the final step
of the proof establishes the truth of the statement being
proved.
Example
Give a direct proof of the theorem “If n is an odd integer, then n2 is odd”.
Solution
• Let P(n) : “n is an odd integer”
• and Q(n) : “n2 is an odd integer”
• So the above theorem can be stated as ∀n (P(n) −→ Q(n)).
• We will follow the usual convention in mathematical proofs by
showing that P(n) implies Q(n), and not explicitly using universal
instantiation.
Adnan Aslam Course: Discrete Mathematics October 01, 2018 7 / 14
Solution
• To begin a direct proof of this theorem, we assume that the
hypothesis of this conditional statement is true, namely, we assume
that n is odd.
• By the definition of an odd integer, it follows that n = 2k + 1, where
k is some integer.
• We want to show that n2 is also odd.
• We can square both sides of the equation n = 2k + 1 to obtain a new
equation that expresses n2 .
• When we do this, we find that
Solution
• To produce a direct proof of this theorem, we assume that the
hypothesis of this conditional statement is true, namely, we assume
that m and n are both perfect squares.
• By the definition of a perfect square, it follows that there are integers
s and t such that m = s 2 and n = t 2 .
Solution
• We first attempt a direct proof.
• To construct a direct proof, we first assume that 3n + 2 is an odd
integer.
• This means that 3n + 2 = 2k + 1 for some integer k.
• Can we use this fact to show that n is odd?
• We see that 3n + 1 = 2k, but there does not seem to be any direct
way to conclude that n is odd.
• Because our attempt at a direct proof failed, we next try a proof by
contraposition.