Theorems · Definition · order theory
ClosureOperator.mk.noConfusion
{α : Type u_1} →
{inst : Preorder α} →
{P : Sort u} →
{toOrderHom : α →o α} →
{le_closure' : ∀ (x : α), x ≤ toOrderHom.toFun x} →
{idempotent' : ∀ (x : α), toOrderHom.toFun (toOrderHom.toFun x) = toOrderHom.toFun x} →
{IsClosed : α → Prop} →
{isClosed_iff :
autoParam (∀ {x : α}, IsClosed x ↔ toOrderHom.toFun x = x) ClosureOperator.isClosed_iff._autoParam} →
{toOrderHom' : α →o α} →
{le_closure'' : ∀ (x : α), x ≤ toOrderHom'.toFun x} →
{idempotent'' : ∀ (x : α), toOrderHom'.toFun (toOrderHom'.toFun x) = toOrderHom'.toFun x} →
{IsClosed' : α → Prop} →
{isClosed_iff' :
autoParam (∀ {x : α}, IsClosed' x ↔ toOrderHom'.toFun x = x)
ClosureOperator.isClosed_iff._autoParam} →
{ toOrderHom := toOrderHom, le_closure' := le_closure', idempotent' := idempotent',
IsClosed := IsClosed, isClosed_iff := isClosed_iff } =
{ toOrderHom := toOrderHom', le_closure' := le_closure'', idempotent' := idempotent'',
IsClosed := IsClosed', isClosed_iff := isClosed_iff' } →
(toOrderHom ≍ toOrderHom' → IsClosed ≍ IsClosed' → P) → P- Defined in
- Mathlib.Order.Closure
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 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.
- Preorderstatement and proof · cited by 7,952
- OrderHomstatement and proof · cited by 934
- ClosureOperatorstatement · cited by 371
- OrderHom.toFunstatement and proof · cited by 45
- ClosureOperator.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- ClosureOperator.mk.injproof · cited by 1