Theorems · Definition · order theory
Nucleus.mk.noConfusion
{X : Type u_2} →
{inst : SemilatticeInf X} →
{P : Sort u} →
{toInfHom : InfHom X X} →
{idempotent' : ∀ (x : X), toInfHom.toFun (toInfHom.toFun x) ≤ toInfHom.toFun x} →
{le_apply' : ∀ (x : X), x ≤ toInfHom.toFun x} →
{toInfHom' : InfHom X X} →
{idempotent'' : ∀ (x : X), toInfHom'.toFun (toInfHom'.toFun x) ≤ toInfHom'.toFun x} →
{le_apply'' : ∀ (x : X), x ≤ toInfHom'.toFun x} →
{ toInfHom := toInfHom, idempotent' := idempotent', le_apply' := le_apply' } =
{ toInfHom := toInfHom', idempotent' := idempotent'', le_apply' := le_apply'' } →
(toInfHom ≍ toInfHom' → P) → P- Defined in
- Mathlib.Order.Nucleus
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 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.
- SemilatticeInfstatement and proof · cited by 634
- InfHomstatement and proof · cited by 69
- Nucleusstatement · cited by 41
- InfHom.toFunstatement and proof · cited by 24
- Nucleus.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Nucleus.mk.injproof · cited by 1