Theorems · Theorem · general topology
eventually_le_const_iff_forall_gt_eventually_lt_const
∀ {α : Type u_1} {γ : Type u_2} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α]
[FirstCountableTopology α] {l : Filter γ} [CountableInterFilter l] {f : γ → α} {a : α},
(∀ᶠ (x : γ) in l, f x ≤ a) ↔ ∀ (b : α), a < b → ∀ᶠ (x : γ) in l, f x < b- Defined in
- Mathlib.Topology.Order.IsLUB
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Compl.complproof · cited by 2,925
- Filter.atTopproof · cited by 2,405
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Set.Ioiproof · cited by 1,463
Cited by2
Results whose statement or proof uses this declaration.
- eventually_le_limsupproof · cited by 4
- eventually_const_le_iff_forall_lt_eventually_const_ltproof · cited by 0