Mathlib Map

Theorems · Theorem · general topology

Filter.Tendsto.exists_within_forall_le

∀ {α : Type u_4} {β : Type u_5} [inst : LinearOrder β] {s : Set α},
  s.Nonempty → ∀ {f : α → β}, Filter.Tendsto f Filter.cofinite Filter.atTop → ∃ a₀ ∈ s, ∀ a ∈ s, f a₀ ≤ f a
Defined in
Mathlib.Order.Filter.Cofinite
Cited by
3 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.