Example 1 — Even times even
EasyProblem
Prove directly: if is an even integer, then is even.
Solution
-
It is a conditional , and the hypothesis 'even' unpacks into something usable.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Can I start from the hypothesis and reach the conclusion using only forward steps, never assuming the conclusion is false?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Assume : is even, so write for some integer .
The rule is chosen only after the structure matches, so the steps mean something.
-
Reason forward: , and is an integer, so is twice an integer.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — assume the if, walk forward to the then. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Therefore is even
Takeaway: Unpacking the hypothesis's definition and pushing forward reaches the conclusion with no detour.