Step Reason 1. Even(x) ∧ Odd(y) → Even(x * y) Hypothesis 2. x = 2k , y = 2j + 1 Even and Odd definitions 3. (x * y) = (2k * (2j + 1)) Substitution 4. = (4kj + 2k) Algebra 5. = (2(2kj + k)) Algebra 6. Even(2(2kj + k)) = true Even Definition 7. Even(x * y) = true Proves hypothesis