Theorems · Theorem · logic and foundations
FirstOrder.Language.isExtensionPair_iff_cod
∀ {L : FirstOrder.Language} {M : Type w} {N : Type w'} [inst : L.Structure M] [inst_1 : L.Structure N],
L.IsExtensionPair M N ↔ ∀ (f : L.FGEquiv N M) (m : M), ∃ g, m ∈ (↑g).cod ∧ f ≤ g- Defined in
- Mathlib.ModelTheory.PartialEquiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Substructurestatement · cited by 242
- FirstOrder.Language.PartialEquivstatement · cited by 44
- FirstOrder.Language.PartialEquiv.domstatement and proof · cited by 35
- FirstOrder.Language.Substructure.FGstatement · cited by 34
- FirstOrder.Language.PartialEquiv.codstatement and proof · cited by 32
- FirstOrder.Language.FGEquivstatement and proof · cited by 9
- FirstOrder.Language.IsExtensionPairstatement and proof · cited by 8
- FirstOrder.Language.PartialEquiv.monotone_symmproof · cited by 3
- FirstOrder.Language.FGEquiv.symmproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.IsExtensionPair.codproof · cited by 0