A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Proof by Cases

College Depth 69 in the knowledge graph I know this Set as goal
3,131topics build on this
333prerequisites beneath it
See this on the map →
Proof Structure and Mathematical TerminologyProof by Exhaustion+1 moreProving by Cases and Exhaustion
proof cases exhaustion

Core Idea

A proof by cases partitions the domain into exhaustive, non-overlapping cases and proves the goal within each case. If the goal holds for every case, it holds overall. This technique is essential when direct proof requires considering different scenarios or when natural divisions in the domain suggest different proof strategies.

Explainer

You know the standard proof structure: state what you assume, state what you want to show, provide a valid sequence of steps. Proof by cases applies when a single chain of reasoning cannot handle every element of the domain at once — different parts of the domain require different arguments. The key idea is partitioning: you divide the domain into a finite collection of cases whose union covers the entire domain (exhaustive) and whose pairwise intersections are empty (non-overlapping). Prove the goal for each case, and the union of those proofs constitutes a proof for all elements.

The exhaustiveness requirement is non-negotiable. If you miss a case, your proof has a gap — there exist elements the argument does not cover, and the conclusion may fail there. From your prerequisite knowledge of set operations, exhaustiveness means the union of your cases equals the entire domain. Non-overlapping means the cases' pairwise intersections are empty, though in practice some overlap is allowed as long as every element is covered — what matters is that no element falls through the cracks.

A classic example illustrates the technique cleanly. Claim: For any integer n, n² + n is even. Proof by cases on the parity of n. *Case 1: n is even.* Then n = 2k for some integer k, so n² + n = 4k² + 2k = 2(2k² + k), which is even. *Case 2: n is odd.* Then n = 2k + 1 for some integer k, so n² + n = (2k+1)² + (2k+1) = 4k² + 4k + 1 + 2k + 1 = 4k² + 6k + 2 = 2(2k² + 3k + 1), which is even. Since every integer is either even or odd (exhaustive), and these cases are non-overlapping, the result holds for all integers.

The art of proof by cases is identifying the right partition. Natural partitions arise from sign (positive, zero, negative), parity (even, odd), ordering (x < y, x = y, x > y), or membership in a set. In more advanced proofs, the partition may arise from whether a certain condition holds (satisfies property P vs. does not satisfy P). Good cases are ones where the proof inside each case simplifies — if your cases don't make the internal argument easier, you have probably chosen the wrong partition. Practice recognizing the natural fault lines in a problem before writing the proof.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by Cases

Longest path: 70 steps · 333 total prerequisite topics

Prerequisites (3)

Leads To (1)