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

Embeddings and Preservation of Formulas

Graduate Depth 85 in the knowledge graph I know this Set as goal
69topics build on this
432prerequisites beneath it
See this on the map →
Model Instantiation and Structure RealizationStructure Homomorphisms and EmbeddingsExistential Closure Under HomomorphismsIsomorphisms and Structural Equivalence
embedding preservation homomorphism formula-classes

Core Idea

An embedding f: M → N is an injective homomorphism that preserves and reflects atomic formulas. Crucially, different formula classes are preserved under different morphism types: universal formulas survive under substructures, existential formulas survive under embeddings, and positive formulas survive under homomorphisms.

How It's Best Learned

Prove that universal formulas are preserved under substructures by showing how a satisfying assignment in a substructure extends. Contrast with existential formulas, which can be false in a substructure despite being true in the parent.

Explainer

You already know that a structure M consists of a domain together with interpretations of the symbols in a signature, and that a homomorphism f: M → N preserves the truth of atomic formulas — if R(a₁,...,aₙ) holds in M, then R(f(a₁),...,f(aₙ)) holds in N. An embedding strengthens this: it is an injective homomorphism that also *reflects* atomic formulas — R(f(a₁),...,f(aₙ)) holds in N only if R(a₁,...,aₙ) held in M. Intuitively, N "looks like" M near the image of f, with no accidental extra relationships. Embeddings make M isomorphic to a substructure of N.

The central result is the preservation theorem: different morphism types preserve different classes of formulas. Universal sentences (∀x φ(x) where φ is quantifier-free) are preserved under *substructures*. If ∀x φ(x) holds in N and M is a substructure of N, then ∀x φ(x) holds in M too — because every element of M is also in N, so the universal claim cannot fail. Existential sentences (∃x φ(x) with quantifier-free φ) go in the opposite direction: they are preserved under *extensions*. If ∃x φ(x) holds in M and M embeds into N, the witness still exists in N. But an existential sentence true in N need not hold in M: the witness might have been removed.

A concrete example clarifies the asymmetry. The sentence "every element has a multiplicative inverse" is universal-existential (∀x ∃y xy = 1), not purely universal. It holds in ℝ (the reals) but fails in ℤ (the integers), which is a substructure of ℝ. This shows that mixed quantifier sentences are *not* preserved downward into substructures — only purely universal sentences enjoy that guarantee. Similarly, "there exists an element of order 2" is existential, preserved upward from ℤ/2ℤ to any group extending it, but a subgroup might lack such an element entirely.

Positive formulas — built from atomic formulas using ∧, ∨, ∃, and ∀ with no negation — are preserved under *homomorphisms*, the weakest morphism type. This is the most general preservation result and underpins the model-theoretic analysis of constraint satisfaction: if a structure satisfies a set of positive constraints, any homomorphic image of it satisfies them too. Together, these three preservation results form a fundamental dictionary between syntactic formula classes and semantic morphism properties, and they are essential tools for understanding what structural operations can and cannot destroy about a theory.

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 SatisfactionModel Instantiation and Structure RealizationEmbeddings and Preservation of Formulas

Longest path: 86 steps · 432 total prerequisite topics

Prerequisites (2)

Leads To (2)