Theorems · Theorem · order theory
CompleteLattice.isCompactElement_iff_le_of_directed_sSup_le
∀ (α : Type u_2) [inst : CompleteLattice α] (k : α), IsCompactElement k ↔ ∀ (s : Set α), s.Nonempty → DirectedOn (fun x1 x2 => x1 ≤ x2) s → k ≤ sSup s → ∃ x ∈ s, k ≤ x
An element k is compact if and only if any directed set with sSup above
k already got above k at some point in the set.
- Defined in
- Mathlib.Order.CompactlyGenerated.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext
- Assumes
- CompleteLattice
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
- Set.Nonemptystatement and proof · cited by 2,627
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- IsLUBproof · cited by 280
- DirectedOnstatement and proof · cited by 271
- IsCompactElementstatement and proof · cited by 34
- isLUB_iff_sSup_eqproof · cited by 3
- CompleteLattice.isLUB_sSupproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- CompleteLattice.isCompactElement_iff_exists_le_sSup_of_le_sSupproof · cited by 4
- Submodule.singleton_span_isCompactElementproof · cited by 4
- DirectedOn.inf_sSup_eqproof · cited by 3
- CompleteLattice.IsCompactElement.exists_finset_of_le_iSupproof · cited by 2
- CompleteLattice.IsCompactElement.directed_sSup_lt_of_ltproof · cited by 1
- LieSubmodule.isCompactElement_lieSpan_singletonproof · cited by 0