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

Domain and Structure in First-Order Logic

College Depth 74 in the knowledge graph I know this Set as goal
3topics build on this
340prerequisites beneath it
See this on the map →
Functions and Mappings: Formal DefinitionModels and Interpretations in First-Order Logic+2 moreHerbrand Universe and Herbrand BaseSatisfaction Relation in First-Order Logic
first-order-logic domain structures

Core Idea

The domain of a structure is the non-empty set of objects over which variables range; the structure also assigns to each predicate a relation on the domain and to each function symbol an operation on the domain. Understanding domains and structures is essential for moving from propositional to predicate logic—it transforms logic from dealing with abstract propositions to dealing with objects and their properties.

How It's Best Learned

Work with concrete examples: natural numbers with plus and less-than, strings with concatenation, sets with membership. Draw diagrams showing the domain and relations.

Common Misconceptions

Explainer

In propositional logic, truth values are assigned directly to atomic propositions — P is simply true or false, with no further explanation needed. First-order logic is different: it quantifies *over objects*. To give meaning to "every x is mortal" or "there exists an x greater than 0," you need to specify what objects x ranges over and what the predicates mean. A structure provides exactly this: it pairs a domain (a non-empty set of objects) with interpretations of all the predicates, function symbols, and constants in the language. Without a structure, a first-order formula has no truth value — it is purely syntactic.

Consider the language of arithmetic: it has a constant 0, a unary function S (successor), binary functions + and ·, and a binary predicate <. The standard structure ℕ interprets 0 as zero, S as "add 1," + and · as standard arithmetic, and < as the usual ordering. But the same language admits *other* structures: the integers ℤ, or a finite ring ℤ/nℤ, or even a structure built from strings if we define the operations artificially. The formula ∀x ∃y (y = S(x)) — "every element has a successor" — is true in ℕ and ℤ, but its meaning depends entirely on what SM means in the structure M. This separation of *syntax* (the language, fixed) from *semantics* (the structure, variable) is the foundation of model theory.

A structure M consists of: a non-empty set |M| called the domain (also written M or U), an interpretation PM ⊆ |M|ⁿ for each n-ary predicate symbol P (a set of n-tuples satisfying the property), an interpretation fM : |M|ⁿ → |M| for each n-ary function symbol f, and an element cM ∈ |M| for each constant symbol c. The domain is the universe of discourse; the interpretations assign concrete meaning to the abstract symbols. Notice the move from predicate to relation: the predicate symbol < becomes a set of pairs {(a, b) : a < b} in ℕ. This set-theoretic representation of properties is what makes formal semantics compositional and precise.

Understanding structures clarifies why the same sentence can be true in one model and false in another. "There exists an element with no predecessor" is true in ℕ (the number 0) but false in ℤ (every integer has one). "Every element has an additive inverse" is false in ℕ but true in ℤ. The structure is the *context* that determines truth — there is no absolute truth for non-logical statements, only truth-in-a-structure. This is why model theory asks not "is this formula true?" but "in which structures is this formula true?" The formula defines a class of structures (its *models*), and the theory of those structures is the set of all sentences true in all of them. Every first-order reasoning task — satisfiability, validity, proof — is ultimately a question about which structures satisfy which formulas.

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 SyntaxFirst-Order Logic Semantics and StructuresModels and Interpretations in First-Order LogicDomain and Structure in First-Order Logic

Longest path: 75 steps · 340 total prerequisite topics

Prerequisites (4)

Leads To (2)