Write a direct proof that the product of two odd numbers is odd.
Think about your answer, then reveal below.
Model answer: Let a and b be odd. By definition, a = 2j + 1 and b = 2k + 1 for some integers j and k. Then ab = (2j+1)(2k+1) = 4jk + 2j + 2k + 1 = 2(2jk + j + k) + 1. Since 2jk + j + k is an integer, ab has the form 2m + 1, so ab is odd.
The proof follows the direct proof template: assume the hypothesis (a and b are odd), unpack the definition (write each as 2·integer + 1), perform algebra, and show the result matches the definition of the conclusion (the product has the form 2·integer + 1, hence odd). Every step is justified and no cases are left uncovered.