Theorems · Theorem · logic and foundations
Ordinal.mem_closure_tfae
∀ (a : Ordinal.{u}) (s : Set Ordinal.{u}),
[a ∈ closure s, a ∈ closure (s ∩ Set.Iic a), (s ∩ Set.Iic a).Nonempty ∧ sSup (s ∩ Set.Iic a) = a,
∃ t ⊆ s, t.Nonempty ∧ BddAbove t ∧ sSup t = a, ∃ ι, Nonempty ι ∧ ∃ f, (∀ (i : ι), f i ∈ s) ∧ ⨆ i, f i = a].TFAE- Defined in
- Mathlib.SetTheory.Ordinal.Topology
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.Elemproof · cited by 7,166
- Equiv.symmproof · cited by 3,681
- Set.Nonemptystatement and proof · cited by 2,627
- iSupstatement and proof · cited by 2,415
- Ordinalstatement and proof · cited by 1,688
- closurestatement and proof · cited by 1,254
- Set.Iicstatement and proof · cited by 1,111
- SupSet.sSupstatement and proof · cited by 954
- Filter.NeBotproof · cited by 853
- Filter.principalproof · cited by 740
Cited by1
Results whose statement or proof uses this declaration.
- Ordinal.mem_closure_iff_iSupproof · cited by 3