5 questions to test your understanding
A student wants to prove a statement about all real numbers using proof by cases. They split into: (i) x > 0, (ii) x < 0. Is this proof complete?
A proof of 'P holds for all integers' is conducted in two cases: n is even and n is odd. Within the even case, the prover writes n = 2k and uses that fact. What is the structural advantage of having the case assumption?
In a proof by cases, it is acceptable for the cases to overlap — i.e., some elements can belong to more than one case.
If you prove a statement for positive integers and separately prove it for even integers, you have proven the statement for most non-negative integers.
Why does the proof-by-cases technique succeed when a direct proof would be unwieldy or impossible?