Theorems · Theorem · logic and foundations
FirstOrder.Language.PartialEquiv.ext
∀ {L : FirstOrder.Language} {M : Type w} {N : Type w'} [inst : L.Structure M] [inst_1 : L.Structure N]
{f g : L.PartialEquiv M N} (h_dom : f.dom = g.dom),
(∀ (x : M) (h : x ∈ f.dom), f.cod.subtype (f.toEquiv ⟨x, h⟩) = g.cod.subtype (g.toEquiv ⟨x, ⋯⟩)) → f = g- Defined in
- Mathlib.ModelTheory.PartialEquiv
- Cited by
- 3 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.
Cites15
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
- le_rflproof · cited by 1,558
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Substructurestatement and proof · cited by 242
- FirstOrder.Language.Embeddingstatement · cited by 128
- FirstOrder.Language.Equivstatement and proof · cited by 83
- FirstOrder.Language.PartialEquivstatement and proof · cited by 44
- FirstOrder.Language.Substructure.subtypestatement and proof · cited by 40
- FirstOrder.Language.PartialEquiv.domstatement and proof · cited by 35
- FirstOrder.Language.PartialEquiv.codstatement and proof · cited by 32
- FirstOrder.Language.PartialEquiv.toEquivstatement and proof · cited by 24
Cited by3
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Embedding.toPartialEquiv_toEmbeddingproof · cited by 2
- FirstOrder.Language.PartialEquiv.ext_iffproof · cited by 1
- FirstOrder.Language.countable_self_fgequiv_of_countableproof · cited by 0