Theorems · Theorem · logic and foundations
Cardinal.mk_of_countable_eventually_mem
∀ {α : Type u} {ι : Type v} {a : Cardinal.{u}} [Countable ι] {f : ι → Set α} {l : Filter ι} [l.NeBot],
(∀ (x : α), ∀ᶠ (i : ι) in l, x ∈ f i) → (∀ (i : ι), Cardinal.mk ↑(f i) = a) → Cardinal.mk α = aIf a space is eventually covered by a countable family of sets, all with cardinality a,
then the cardinality of the space is also a.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CountableFilter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Filterstatement and proof · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- Filter.Eventuallystatement and proof · cited by 3,134
- Cardinalstatement and proof · cited by 2,598
- le_antisymmproof · cited by 2,068
- Cardinal.mkstatement and proof · cited by 942
- Filter.NeBotstatement and proof · cited by 853
- Countablestatement and proof · cited by 633
- Eq.leproof · cited by 605
- Cardinal.mk_set_leproof · cited by 14
- Filter.nonempty_of_neBotproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- cardinal_eq_of_mem_nhds_zeroproof · cited by 1