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

Logical Equivalences

College Depth 67 in the knowledge graph I know this Set as goal
9,097topics build on this
308prerequisites beneath it
See this on the map →
Logical EquivalencePropositional Logic Foundations+2 moreBoolean AlgebraConditional and Biconditional Statements+7 more
equivalence transformation logic

Core Idea

Two statements are logically equivalent if they have identical truth values in all cases. Key equivalences like p → q ≡ ¬p ∨ q allow rewriting statements in different forms, essential for proof construction.

Explainer

From your work with truth tables, you know how to determine whether a compound statement is true or false for any specific combination of truth values. Logical equivalence takes that one step further: two statements are logically equivalent if their truth tables are identical column by column — they match in every single row, not just some. When P ≡ Q, you can replace one with the other anywhere in a proof without changing whether the proof is valid.

The most important equivalence in proof writing is the contrapositive: the statement "if p then q" (p → q) is logically equivalent to "if not q then not p" (¬q → ¬p). You can verify this with a truth table — both are false only when p is true and q is false, and true in every other case. Why does this matter? Because sometimes "if p then q" is hard to prove directly, while "if not q then not p" has a clear attack. Proving the contrapositive is not a trick or an approximation — it is exactly the same claim, just phrased differently.

A second critical equivalence rewrites implication as disjunction: p → q ≡ ¬p ∨ q. Reading it aloud: "if p then q" says the same thing as "either p is false, or q is true." This equivalence shows up constantly when manipulating logical expressions and when converting between different proof strategies. For example, to prove p → q, it suffices to assume p is true and show q follows — because if p is false, the disjunction ¬p ∨ q is already true. The equivalence explains why proof by assuming the hypothesis is valid: you're simply exploiting this rewriting.

A third family of equivalences is De Morgan's laws: ¬(p ∧ q) ≡ ¬p ∨ ¬q and ¬(p ∨ q) ≡ ¬p ∧ ¬q. These tell you how negation distributes over "and" and "or" — and the distribution flips the connective. Negating "it's raining and it's cold" yields "it's not raining or it's not cold," not "it's not raining and it's not cold." Fluency with these transformations is what allows you to negate complex mathematical statements correctly — an essential skill for proof by contradiction and proof by contrapositive that you'll use throughout mathematics.

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 Equivalences

Longest path: 68 steps · 308 total prerequisite topics

Prerequisites (4)

Leads To (9)