Theorems · Theorem · logic and foundations
FirstOrder.Language.isExtensionPair_iff_exists_embedding_closure_singleton_sup
∀ {L : FirstOrder.Language} {M : Type w} {N : Type w'} [inst : L.Structure M] [inst_1 : L.Structure N],
L.IsExtensionPair M N ↔
∀ (S : L.Substructure M),
S.FG → ∀ (f : L.Embedding (↥S) N) (m : M), ∃ g, f = g.comp (FirstOrder.Language.Substructure.inclusion ⋯)An alternate characterization of an extension pair is that every finitely generated partial isomorphism can be extended to include any particular element of the domain.
- Defined in
- Mathlib.ModelTheory.PartialEquiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- SetLike.coestatement · cited by 8,199
- LE.le.transproof · cited by 3,151
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- le_sup_leftproof · cited by 265
- FirstOrder.Language.Substructurestatement and proof · cited by 242
- le_sup_rightstatement and proof · cited by 242
- Set.mem_singletonproof · cited by 183
- Set.inclusionproof · cited by 145
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.dlo_isExtensionPairproof · cited by 1