Theorems · Theorem · general topology
Filter.eventually_pi
∀ {ι : Type u_1} {α : ι → Type u_2} {f : (i : ι) → Filter (α i)} {p : (i : ι) → α i → Prop} [Finite ι],
(∀ (i : ι), ∀ᶠ (x : α i) in f i, p i x) → ∀ᶠ (x : (i : ι) → α i) in Filter.pi f, ∀ (i : ι), p i (x i)- Defined in
- Mathlib.Order.Filter.Pi
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Filter.Eventuallystatement and proof · cited by 3,134
- Finitestatement and proof · cited by 3,029
- Filter.pistatement · cited by 48
- Filter.eventually_allproof · cited by 16
- Filter.Eventually.eval_piproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.