Theorems · Theorem · order theory
codisjoint_inf_left
∀ {α : Type u_1} [inst : DistribLattice α] [inst_1 : OrderTop α] {a b c : α},
Codisjoint (a ⊓ b) c ↔ Codisjoint a c ∧ Codisjoint b c- Defined in
- Mathlib.Order.Disjoint
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- DistribLatticeOrderTop
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.
- Top.topproof · cited by 9,680
- OrderTopstatement and proof · cited by 493
- Codisjointstatement · cited by 197
- DistribLatticestatement and proof · cited by 150
- sup_inf_rightproof · cited by 22
Cited by1
Results whose statement or proof uses this declaration.
- Codisjoint.inf_leftproof · cited by 1