Direct Proofs
Direct Proof: In a direct proof of P(x)⟹Q(x) we consider an arbitrary element x for which P(x) is true and logically deduce that, for this x,Q(x) is also true.
Familiar Integer Facts We Assume
- the negation of an integer is an integer
- the sum, difference, or product of integers is an integer.
Even: An integer n is even if n=2k for some k∈Z
Odd: An integer n is odd if n=2k+1 for some k∈Z
Result 3.4: If n is an odd integer, then 3n+7 is an even integer.
Proof:
- Assume n is an odd integer.
- So n=2k+1,k∈Z.
- We want to show that 3n+1=2a,wherea∈Z
- Observe (look!): 3n+7=3(2k+1)+7=6k+10=2(3k+5)
- Noting that 3k+5∈Z, 3n+7 is even. ◼
General Steps
- Begin with the hypotehsis
- Deduce what you can from the hypothesis
- State your goal/conclusion
- PROVE the goal!
- Be guided by the upcoming conclusion
- End with the conclusion.
Result 3.6: If n is an odd integer, then 4n3+2n−1 is odd.
Proof:
- Assume n is an odd integer.
- So n=2y+1,y∈Z.
- We want to show that 4n3+2n−1=2a+1,a∈Z.
- Observe:
4n3+2n−1=4(2y+1)3+2(2y+1)−1=2[2(2y+1)3+(2y+1)−1]+1
- Thus, 4n3+2n−1 is odd. ◼