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

Consistency and Inconsistency of Theories

College Depth 87 in the knowledge graph I know this Set as goal
517topics build on this
438prerequisites beneath it
See this on the map →
Satisfiability and UnsatisfiabilityTautologies, Contradictions, and SatisfiabilityConsistency and InconsistencyDecidability of Theories
propositional-logic consistency logic-systems

Core Idea

A set of formulas is consistent if there exists an interpretation satisfying all of them simultaneously; it is inconsistent if no such interpretation exists. Consistency is essential for logical systems—an inconsistent set of axioms allows deriving any formula, making the system useless for sound reasoning.

Explainer

You already know that a formula is satisfiable if some interpretation makes it true, and unsatisfiable (a contradiction) if none does. Consistency extends this idea from single formulas to sets: a set Σ of formulas is consistent if there is at least one interpretation that satisfies every formula in Σ simultaneously. It is inconsistent if no such interpretation exists — the formulas collectively impose contradictory demands on the world.

The simplest inconsistency arises from a direct contradiction: the set {P, ¬P} is inconsistent because any interpretation that makes P true makes ¬P false, and vice versa. But inconsistency can be more subtle. Consider {P → Q, P, ¬Q}: any interpretation making P true and Q false satisfies ¬Q but falsifies P → Q; any interpretation making Q true satisfies P → Q but falsifies ¬Q; you cannot satisfy all three at once. The set is inconsistent even though no single formula in it is a contradiction.

Why does inconsistency matter so much? Because of ex falso quodlibet — the principle of explosion: from a contradiction, you can derive any formula whatsoever. If an axiomatic system contains an inconsistency, every formula is provable in it, including both a statement and its negation. The system says everything and therefore says nothing useful. This is why consistency is the *minimum* requirement for any formal theory to be meaningful. When mathematicians worried in the early 20th century about the foundations of mathematics — leading to Gödel's incompleteness theorems, Hilbert's program, and Russell's type theory — the central concern was whether their axiom systems were consistent.

Consistency and satisfiability are deeply linked: by the completeness theorem (which you will encounter later), a set of first-order sentences is consistent — meaning no contradiction is derivable — if and only if it is satisfiable — meaning some interpretation makes all of them true. This equivalence is non-trivial and connects the syntactic notion of derivability with the semantic notion of truth. For propositional logic, you can check consistency by truth tables: build the combined truth table for all formulas in Σ and see whether any row makes every formula true. For infinite sets, you need deeper tools — but the concept is the same: does a coherent picture of the world exist in which all the claims hold?

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 EquivalencesBoolean AlgebraIntroduction to Propositional LogicIntroduction to Predicate Logic (First-Order Logic)First-Order Logic SyntaxTerms and Atomic Formulas in FOLVariable Binding and ScopeOpen and Closed Formulas in First-Order LogicVariable Substitution and Capture-Avoidance in First-Order LogicQuantifier Instantiation Rules in First-Order Proof SystemsUniversal Quantification: Meaning and ScopeFree Variables and Bound VariablesSubstitution and Instantiation in Predicate LogicTerms and Atomic FormulasFormulas and Well-Formed ExpressionsStructures and InterpretationsModel Interpretation and SatisfactionInterpretation, Truth, and Satisfaction of FormulasLogical Consequence and EntailmentSatisfiability and UnsatisfiabilityConsistency and Inconsistency of Theories

Longest path: 88 steps · 438 total prerequisite topics

Prerequisites (2)

Leads To (2)