Processing math: 100%

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 kZ

Odd: An integer n is odd if n=2k+1 for some kZ

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,kZ.
  • We want to show that 3n+1=2a,whereaZ
  • Observe (look!): 3n+7=3(2k+1)+7=6k+10=2(3k+5)
  • Noting that 3k+5Z, 3n+7 is even.

General Steps

  1. Begin with the hypotehsis
  2. Deduce what you can from the hypothesis
  3. State your goal/conclusion
  4. PROVE the goal!
    • Be guided by the upcoming conclusion
  5. End with the conclusion.

Result 3.6: If n is an odd integer, then 4n3+2n1 is odd.

Proof:

  • Assume n is an odd integer.
  • So n=2y+1,yZ.
  • We want to show that 4n3+2n1=2a+1,aZ.
  • Observe:

4n3+2n1=4(2y+1)3+2(2y+1)1=2[2(2y+1)3+(2y+1)1]+1

  • Thus, 4n3+2n1 is odd.