Theorems · Theorem · general topology
ENNReal.exists_upcrossings_of_not_bounded_under
∀ {ι : Type u_4} {l : Filter ι} {x : ι → ℝ},
Filter.liminf (fun i => ↑(Real.nnabs (x i))) l ≠ ⊤ →
(¬Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l fun i => |x i|) →
∃ a b, a < b ∧ (∃ᶠ (i : ι) in l, x i < ↑a) ∧ ∃ᶠ (i : ι) in l, ↑b < x i- Cited by
- 1 results in Mathlib
- Foundations
- Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- NNRealstatement · cited by 4,310
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- LT.lt.leproof · cited by 2,189
- absstatement and proof · cited by 1,814
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_of_uncrossing_lt_topproof · cited by 1