Theorems · Definition · order theory
CoheytingHom.mk.noConfusion
{α : Type u_6} →
{β : Type u_7} →
{inst : CoheytingAlgebra α} →
{inst_1 : CoheytingAlgebra β} →
{P : Sort u} →
{toLatticeHom : LatticeHom α β} →
{map_top' : toLatticeHom.toFun ⊤ = ⊤} →
{map_sdiff' : ∀ (a b : α), toLatticeHom.toFun (a \ b) = toLatticeHom.toFun a \ toLatticeHom.toFun b} →
{toLatticeHom' : LatticeHom α β} →
{map_top'' : toLatticeHom'.toFun ⊤ = ⊤} →
{map_sdiff'' :
∀ (a b : α), toLatticeHom'.toFun (a \ b) = toLatticeHom'.toFun a \ toLatticeHom'.toFun b} →
{ toLatticeHom := toLatticeHom, map_top' := map_top', map_sdiff' := map_sdiff' } =
{ toLatticeHom := toLatticeHom', map_top' := map_top'', map_sdiff' := map_sdiff'' } →
(toLatticeHom ≍ toLatticeHom' → P) → P- Defined in
- Mathlib.Order.Heyting.Hom
- 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topstatement and proof · cited by 9,680
- LatticeHomstatement and proof · cited by 192
- CoheytingAlgebrastatement and proof · cited by 96
- SupHom.toFunstatement and proof · cited by 43
- LatticeHom.toSupHomstatement and proof · cited by 31
- CoheytingHomstatement · cited by 20
- CoheytingHom.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CoheytingHom.mk.injproof · cited by 1