Mathlib Map

Theorems · Theorem · real analysis

Filter.Eventually.exists_gt

∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : Preorder α] {a : α} [(nhdsWithin a (Set.Ioi a)).NeBot]
  {p : α → Prop}, (∀ᶠ (x : α) in nhds a, p x) → ∃ b, a < b ∧ p b
Defined in
Mathlib.Topology.Order.LeftRight
Cited by
7 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpacePreorderFilter.NeBot

Around this declaration

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

Cites10

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

Cited by7

Results whose statement or proof uses this declaration.