Theorems · Theorem · general topology
Filter.high_scores
∀ {β : Type u_4} [inst : LinearOrder β] [NoMaxOrder β] {u : ℕ → β},
Filter.Tendsto u Filter.atTop Filter.atTop → ∀ (N : ℕ), ∃ n ≥ N, ∀ k < n, u k < u nIf u is a sequence which is unbounded above,
then after any point, it reaches a value strictly greater than all previous values.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Finite
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderNoMaxOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- le_reflproof · cited by 2,061
- NoMaxOrderstatement and proof · cited by 340
- Set.finite_le_natproof · cited by 16
- Nat.findXproof · cited by 7
- Set.exists_max_imageproof · cited by 5
- Filter.exists_lt_of_tendsto_atTopproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Filter.frequently_high_scoresproof · cited by 2
- Filter.low_scoresproof · cited by 0