Theorems · Definition · logic and foundations
FirstOrder.Language.LEquiv.recOn
{L : FirstOrder.Language} →
{L' : FirstOrder.Language} →
{motive : (L ≃ᴸ L') → Sort u} →
(t : L ≃ᴸ L') →
((toLHom : L →ᴸ L') →
(invLHom : L' →ᴸ L) →
(left_inv : invLHom.comp toLHom = FirstOrder.Language.LHom.id L) →
(right_inv : toLHom.comp invLHom = FirstOrder.Language.LHom.id L') →
motive { toLHom := toLHom, invLHom := invLHom, left_inv := left_inv, right_inv := right_inv }) →
motive t- Defined in
- Mathlib.ModelTheory.LanguageMap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.LHomstatement and proof · cited by 66
- FirstOrder.Language.LHom.compstatement and proof · cited by 20
- FirstOrder.Language.LEquivstatement and proof · cited by 19
- FirstOrder.Language.LHom.idstatement and proof · cited by 18
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.