Theorems · Theorem · general topology
eventually_countable_forall
∀ {ι : Sort u_1} {α : Type u_2} {l : Filter α} [CountableInterFilter l] [Countable ι] {p : α → ι → Prop},
(∀ᶠ (x : α) in l, ∀ (i : ι), p x i) ↔ ∀ (i : ι), ∀ᶠ (x : α) in l, p x i- Defined in
- Mathlib.Order.Filter.CountableInter
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallystatement · cited by 3,134
- Countablestatement and proof · cited by 633
- CountableInterFilterstatement and proof · cited by 78
- Set.ofPred_forallproof · cited by 48
- countable_iInter_memproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.ae_all_iffproof · cited by 70
- aemeasurable_pi_iffproof · cited by 3
- MeasureTheory.hasSum_setToFun_of_dominated_convergenceproof · cited by 3
- Filter.EventuallyLE.countable_iInterproof · cited by 3
- Filter.EventuallyLE.countable_iUnionproof · cited by 3
- eventually_le_const_iff_forall_gt_eventually_lt_constproof · cited by 2
- ENNReal.limsup_liminf_le_liminf_limsupproof · cited by 1