Theorems · Theorem · order theory
disjoint_sup_right
∀ {α : Type u_1} [inst : DistribLattice α] [inst_1 : OrderBot α] {a b c : α},
Disjoint a (b ⊔ c) ↔ Disjoint a b ∧ Disjoint a c- Defined in
- Mathlib.Order.Disjoint
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- DistribLatticeOrderBot
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.
- Bot.botproof · cited by 4,720
- Disjointstatement · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- DistribLatticestatement and proof · cited by 150
- inf_sup_leftproof · cited by 28
Cited by4
Results whose statement or proof uses this declaration.
- Set.disjoint_union_rightproof · cited by 4
- Disjoint.sup_rightproof · cited by 1
- disjoint_partialSups_rightproof · cited by 0
- Multiset.disjoint_union_rightproof · cited by 0