Mathlib Map

Theorems · Theorem · general topology

Filter.eventually_atTop

∀ {α : Type u_3} [inst : Preorder α] [IsDirectedOrder α] {p : α → Prop} [Nonempty α],
  (∀ᶠ (x : α) in Filter.atTop, p x) ↔ ∃ a, ∀ (b : α), a ≤ b → p b
Defined in
Mathlib.Order.Filter.AtTopBot.Basic
Cited by
112 results in Mathlib
Foundations
Depth 66 from the axioms, rests on 733 definitions · uses propext, Classical.choice, Quot.sound
Assumes
PreorderIsDirectedOrderNonempty

Around this declaration

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

Cites5

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

Cited by112

Results whose statement or proof uses this declaration.