Theorems · Definition · order theory
Codisjoint
{α : Type u_1} → [inst : PartialOrder α] → [OrderTop α] → α → α → PropTwo elements of a lattice are codisjoint if their sup is the top element.
Note that we define this without reference to ⊔, as this allows us to talk about orders where
the supremum is not unique, or where implementing Sup would require additional Decidable
arguments.
- Defined in
- Mathlib.Order.Disjoint
- Cited by
- 197 results in Mathlib
- Foundations
- Depth 3 from the axioms, rests on 11 definitions · uses no axioms
- Assumes
- PartialOrderOrderTop
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.
- Top.topproof · cited by 9,680
- PartialOrderstatement and proof · cited by 6,410
- OrderTopstatement and proof · cited by 493
Cited by200
Results whose statement or proof uses this declaration.
- codisjoint_iffstatement · cited by 53
- IsCompl.codisjointstatement · cited by 32
- Codisjoint.eq_topstatement · cited by 22
- codisjoint_iff_le_supstatement and proof · cited by 15
- Codisjoint.symmstatement · cited by 9
- Codisjoint.top_lestatement · cited by 9
- hnot_le_iff_codisjoint_leftstatement and proof · cited by 8
- Codisjoint.mono_rightstatement · cited by 8
- codisjoint_commstatement · cited by 8
- isCompl_iffstatement and proof · cited by 8
- hnot_le_iff_codisjoint_rightstatement · cited by 7
- codisjoint_hnot_leftstatement · cited by 7