Theorems · Definition · order theory
Disjoint
{α : Type u_1} → [inst : PartialOrder α] → [OrderBot α] → α → α → PropTwo elements of a lattice are disjoint if their inf is the bottom element.
(This generalizes disjoint sets, viewed as members of the subset lattice.)
Note that we define this without reference to ⊓, as this allows us to talk about orders where
the infimum is not unique, or where implementing Inf would require additional Decidable
arguments.
- Defined in
- Mathlib.Order.Disjoint
- Cited by
- 2,201 results in Mathlib
- Foundations
- Depth 3 from the axioms, rests on 11 definitions · uses no axioms
- Assumes
- PartialOrderOrderBot
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.
- PartialOrderstatement and proof · cited by 6,410
- Bot.botproof · cited by 4,720
- OrderBotstatement and proof · cited by 1,055
Cited by2,342
Results whose statement or proof uses this declaration.
- Set.PairwiseDisjointproof · cited by 275
- MeasureTheory.Measure.withDensityproof · cited by 265
- Disjoint.symmstatement · cited by 125
- Set.disjoint_leftstatement · cited by 121
- iSupIndepproof · cited by 100
- disjoint_iffstatement · cited by 76
- MulAction.IsBlockproof · cited by 73
- Disjoint.monostatement and proof · cited by 69
- AddAction.IsBlockproof · cited by 65
- disjoint_iff_inf_lestatement and proof · cited by 64
- Disjoint.mono_rightstatement · cited by 64
- Finset.disjUnionstatement and proof · cited by 55
Showing the 200 most cited of 2,342.