Theorems · Theorem · order theory
DirectedOn.inf_sSup_eq
∀ {α : Type u_2} [inst : CompleteLattice α] [IsCompactlyGenerated α] {a : α} {s : Set α},
DirectedOn (fun x1 x2 => x1 ≤ x2) s → a ⊓ sSup s = ⨆ b ∈ s, a ⊓ bThis property is sometimes referred to as α being upper continuous.
- Defined in
- Mathlib.Order.CompactlyGenerated.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- DirectedOnstatement and proof · cited by 271
- iSup_congr_Propproof · cited by 247
- inf_of_le_rightproof · cited by 128
- le_infproof · cited by 107
- Set.not_nonempty_iff_eq_emptyproof · cited by 56
Cited by3
Results whose statement or proof uses this declaration.
- DirectedOn.sSup_inf_eqproof · cited by 2
- DirectedOn.disjoint_sSup_rightproof · cited by 1
- Directed.inf_iSup_eqproof · cited by 1