Theorems · Theorem · order theory
codisjoint_assoc
∀ {α : Type u_1} [inst : SemilatticeSup α] [inst_1 : OrderTop α] {a b c : α},
Codisjoint (a ⊔ b) c ↔ Codisjoint a (b ⊔ c)- Defined in
- Mathlib.Order.Disjoint
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemilatticeSupOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SemilatticeSupstatement and proof · cited by 785
- OrderTopstatement and proof · cited by 493
- Codisjointstatement · cited by 197
Cited by3
Results whose statement or proof uses this declaration.
- Disjoint.isCompl_sup_left_of_isCompl_sup_rightproof · cited by 1
- hnot_hnot_sup_distribproof · cited by 1
- Disjoint.isCompl_sup_right_of_isCompl_sup_leftproof · cited by 0