Theorems · Theorem · general topology
Filter.Eventually.exists_forall_of_atTop
∀ {α : Type u_3} [inst : Preorder α] [IsDirectedOrder α] {p : α → Prop} [Nonempty α],
(∀ᶠ (x : α) in Filter.atTop, p x) → ∃ a, ∀ (b : α), a ≤ b → p bAlias of the forward direction of Filter.eventually_atTop.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Preorderstatement and proof · cited by 7,952
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement · cited by 2,405
- IsDirectedOrderstatement and proof · cited by 316
- Filter.eventually_atTopproof · cited by 112
Cited by4
Results whose statement or proof uses this declaration.
- locallyFinite_Icc_of_tendstoproof · cited by 3
- Polynomial.zero_lt_eval_of_roots_lt_of_leadingCoeff_nonnegproof · cited by 3
- MvPolynomial.toMvPowerSeries_uniformContinuousproof · cited by 2
- PowerSeries.derivative_substproof · cited by 0