Questions: Proving by Cases and Exhaustion

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

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?

AYes — positive and negative reals cover all reals
BNo — the cases are not mutually exclusive
CNo — the case x = 0 is missing, making the proof non-exhaustive
DNo — you need at least four cases for a proof by cases to be valid
Question 2 Multiple Choice

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?

AIt allows the prover to assume the conclusion P is true inside the case
BIt supplies an additional hypothesis — the concrete form n = 2k — that would not be available in a general direct proof
CIt eliminates the need to prove the odd case separately
DIt converts the proof into a proof by contradiction
Question 3 True / False

In a proof by cases, it is acceptable for the cases to overlap — i.e., some elements can belong to more than one case.

TTrue
FFalse
Question 4 True / False

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.

TTrue
FFalse
Question 5 Short Answer

Why does the proof-by-cases technique succeed when a direct proof would be unwieldy or impossible?

Think about your answer, then reveal below.