Theorems · Theorem · general topology
Filter.low_scores
∀ {β : Type u_4} [inst : LinearOrder β] [NoMinOrder β] {u : ℕ → β},
Filter.Tendsto u Filter.atTop Filter.atBot → ∀ (N : ℕ), ∃ n ≥ N, ∀ k < n, u n < u kIf u is a sequence which is unbounded below,
then after any point, it reaches a value strictly smaller than all previous values.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Finite
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderNoMinOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- Filter.atBotstatement and proof · cited by 512
- NoMinOrderstatement and proof · cited by 247
- Filter.high_scoresproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.