Mathlib Map

Theorems · Theorem · general topology

Filter.eventually_all

∀ {α : Type u} {ι : Sort u_2} [Finite ι] {l : Filter α} {p : ι → α → Prop},
  (∀ᶠ (x : α) in l, ∀ (i : ι), p i x) ↔ ∀ (i : ι), ∀ᶠ (x : α) in l, p i x
Defined in
Mathlib.Order.Filter.Finite
Cited by
16 results in Mathlib
Foundations
Depth 81 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.

Cited by16

Results whose statement or proof uses this declaration.