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

Proving by Contradiction

College Depth 65 in the knowledge graph I know this Set as goal
2,658topics build on this
303prerequisites beneath it
See this on the map →
Introduction to Proof by ContradictionProving by Direct Method+2 moreProof by ContradictionProving by Contrapositive
proof contradiction reductio ad absurdum indirect

Core Idea

To prove P, assume ¬P and derive a contradiction. If ¬P leads to a contradiction (a statement that is always false), then ¬P must be false, so P must be true. Contradiction proofs are powerful for establishing results that are hard to derive directly.

How It's Best Learned

Start with simple contradiction proofs (e.g., proving √2 is irrational). Identify the contradiction clearly and verify it is genuine.

Common Misconceptions

Explainer

You already know from direct proof that a mathematical argument establishes P by starting from known truths and reasoning forward to P. Proof by contradiction takes a different entry point: instead of trying to build a path to P, you ask what would happen if P were false. The logical engine is the law of excluded middle — every proposition is either true or false, with no middle ground. If assuming ¬P leads to a logical impossibility (a statement that cannot be true), then ¬P must be false, so P must be true. The formal name for this technique is reductio ad absurdum — "reduction to the absurd."

The structure of every contradiction proof follows the same template: (1) clearly state that you are assuming ¬P; (2) derive consequences from ¬P, combined with whatever other facts are available; (3) arrive at a statement of the form "Q and ¬Q" — a statement that is simultaneously asserted true and false. The contradiction is genuine only when Q and ¬Q are exact logical negations of each other. This is where most errors enter: a conclusion can be merely false (given our other assumptions) without being a literal logical contradiction of the form Q ∧ ¬Q. The contradiction must come from the assumption of ¬P itself.

The most famous example — proving √2 is irrational — illustrates why contradiction is sometimes the only viable method. To prove a negative ("√2 is *not* rational") directly would require examining every rational number, which is impossible. Instead, assume √2 = p/q in lowest terms. Squaring both sides gives 2q² = p², so p² is even, so p is even (write p = 2k). Then 2q² = 4k², so q² = 2k², so q is even. But then p and q share a factor of 2, contradicting the assumption that p/q was in lowest terms. The contradiction is concrete and specific — the same fraction cannot simultaneously be in lowest terms and have both numerator and denominator even.

From your study of negating quantifiers and tautologies, you know that negating a statement carefully is essential. When the proposition P has the form "for all x, Q(x)," the negation ¬P is "there exists x such that ¬Q(x)" — not just "Q(x) is false somewhere." Getting the negation precisely right before beginning the proof prevents the error of assuming something weaker than ¬P and then being surprised when the contradiction does not materialize. Contradiction is especially powerful when P is an existence statement, an irrationality claim, or a non-constructive assertion — cases where direct proof would require exhibiting or constructing something that may be hard to find.

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 10Making 10 as an Addition StrategyAddition 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 Through 10Multiplication 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 LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsVariables in LogicConditional Statements (If-Then Formal)Converse, Inverse, and ContrapositiveBiconditional StatementsLogical EquivalenceLogical EquivalenceConverse, Inverse, and ContrapositiveModus Ponens and Modus TollensProving by Direct MethodProving by Contradiction

Longest path: 66 steps · 303 total prerequisite topics

Prerequisites (4)

Leads To (2)