Theorems · Definition · order theory
LatticeHom.mk.noConfusion
{α : Type u_6} →
{β : Type u_7} →
{inst : Lattice α} →
{inst_1 : Lattice β} →
{P : Sort u} →
{toSupHom : SupHom α β} →
{map_inf' : ∀ (a b : α), toSupHom.toFun (a ⊓ b) = toSupHom.toFun a ⊓ toSupHom.toFun b} →
{toSupHom' : SupHom α β} →
{map_inf'' : ∀ (a b : α), toSupHom'.toFun (a ⊓ b) = toSupHom'.toFun a ⊓ toSupHom'.toFun b} →
{ toSupHom := toSupHom, map_inf' := map_inf' } = { toSupHom := toSupHom', map_inf' := map_inf'' } →
(toSupHom ≍ toSupHom' → P) → P- Defined in
- Mathlib.Order.Hom.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 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.
- Latticestatement and proof · cited by 916
- LatticeHomstatement · cited by 192
- SupHomstatement and proof · cited by 68
- SupHom.toFunstatement and proof · cited by 43
- LatticeHom.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- LatticeHom.mk.injproof · cited by 1