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

Proof by Contradiction

College Depth 70 in the knowledge graph I know this Set as goal
2,654topics build on this
340prerequisites beneath it
See this on the map →
Introduction to Proof by ContradictionNegation of Quantified Statements+5 moreCantor's Diagonalization ArgumentExistence Proofs+4 more
proof contradiction reductio-ad-absurdum

Core Idea

In a proof by contradiction, we assume the negation of our goal and derive a contradiction (a statement that is both true and false). Since the assumption leads to an absurdity, the original statement must be true. This technique works for any statement, not just conditionals, making it versatile for goals that resist direct proof.

Explainer

Proof by contradiction is one of the most powerful proof strategies because it makes no assumption about what form the proof must take — only about what would follow if you were wrong. From your prerequisites on negation and proof structure, you know that every statement P has a negation ¬P, and that exactly one of them is true in classical logic. The contradiction strategy exploits this: assume ¬P is true, then derive a statement that is both provably true and provably false. Since a contradiction is impossible, the assumption ¬P must be what is wrong — so P must be true. This is reductio ad absurdum: reduction to absurdity.

The classic example is proving √2 is irrational. Assume the negation: √2 = p/q for integers p, q with no common factor (in lowest terms). Then p² = 2q², so p² is even, so p must be even (since odd² is always odd), so p = 2k for some integer k. Substituting: 4k² = 2q², so q² = 2k², so q is also even. But now both p and q are even — they share the factor 2 — contradicting the assumption that p/q is in lowest terms. The assumption led to a contradiction, so √2 cannot be rational. Notice that the proof constructs nothing; it works entirely by showing the alternative is impossible.

This non-constructive character is what distinguishes contradiction from direct proof. A direct proof builds the conclusion from the hypotheses step by step, producing a positive construction. A proof by contradiction establishes that the opposite is incompatible with what is already known. The technique is especially effective when the conclusion is a negation ("there is no largest prime"), when negating the conclusion gives you powerful structural information to work with (as "√2 is rational" gives you a fraction to manipulate), or when no direct route to the conclusion is visible.

Precise logical hygiene is essential. You must negate the entire goal, not a convenient subset of it. If the goal is "if A then B," the negation is "A and not-B" — not simply "not-B." After assuming the negation, you pursue any contradiction, anywhere it leads. The contradiction does not have to be an explicit P ∧ ¬P; it can be any statement already known to be false (like 0 = 1, or a previously proven theorem being violated). Once the contradiction is derived, the assumed negation is discharged and the original statement is established. The proof is complete.

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 EquivalencesDe Morgan's LawsNegation of Quantified StatementsProof by Contradiction

Longest path: 71 steps · 340 total prerequisite topics

Prerequisites (7)

Leads To (6)