Theorems · Theorem · logic and foundations
FirstOrder.Language.PartialEquiv.le_iff
∀ {L : FirstOrder.Language} {M : Type w} {N : Type w'} [inst : L.Structure M] [inst_1 : L.Structure N]
{f g : L.PartialEquiv M N},
f ≤ g ↔
∃ (dom_le_dom : f.dom ≤ g.dom) (cod_le_cod : f.cod ≤ g.cod),
∀ (x : ↥f.dom),
(FirstOrder.Language.Substructure.inclusion cod_le_cod) (f.toEquiv x) =
g.toEquiv ((FirstOrder.Language.Substructure.inclusion dom_le_dom) x)- Defined in
- Mathlib.ModelTheory.PartialEquiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Substructurestatement · cited by 242
- FirstOrder.Language.Embeddingstatement · cited by 128
- FirstOrder.Language.Equivstatement · cited by 83
- FirstOrder.Language.PartialEquivstatement and proof · cited by 44
- FirstOrder.Language.Substructure.subtypeproof · cited by 40
- FirstOrder.Language.Embedding.compproof · cited by 38
- FirstOrder.Language.PartialEquiv.domstatement and proof · cited by 35
- FirstOrder.Language.Equiv.toEmbeddingproof · cited by 34
- FirstOrder.Language.PartialEquiv.codstatement and proof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.PartialEquiv.symm_le_symmproof · cited by 1