Theorems · Theorem · general topology
eventually_countable_ball
∀ {α : Type u_2} {l : Filter α} [CountableInterFilter l] {ι : Type u_4} {S : Set ι},
S.Countable →
∀ {p : α → (i : ι) → i ∈ S → Prop},
(∀ᶠ (x : α) in l, ∀ (i : ι) (hi : i ∈ S), p x i hi) ↔ ∀ (i : ι) (hi : i ∈ S), ∀ᶠ (x : α) in l, p x i hi- Defined in
- Mathlib.Order.Filter.CountableInter
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CountableInterFilter
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
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallystatement · cited by 3,134
- Set.iInterproof · cited by 1,084
- Set.Countablestatement and proof · cited by 545
- CountableInterFilterstatement and proof · cited by 78
- Set.ofPred_forallproof · cited by 48
- countable_bInter_memproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.ae_ball_iffproof · cited by 9
- Filter.EventuallyEq.of_eventually_mem_of_forall_separating_mem_iffproof · cited by 2
- eventually_finset_ballproof · cited by 0