Theorems · Theorem · order theory
DirectedOn.sSup_inf_eq
∀ {α : Type u_2} [inst : CompleteLattice α] [IsCompactlyGenerated α] {a : α} {s : Set α},
DirectedOn (fun x1 x2 => x1 ≤ x2) s → sSup s ⊓ a = ⨆ b ∈ s, b ⊓ aThis property is sometimes referred to as α being upper continuous.
- Defined in
- Mathlib.Order.CompactlyGenerated.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- iSupstatement and proof · cited by 2,415
- 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_commproof · cited by 139
- IsCompactlyGeneratedstatement and proof · cited by 37
- DirectedOn.inf_sSup_eqproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Directed.iSup_inf_eqproof · cited by 1
- DirectedOn.disjoint_sSup_leftproof · cited by 0