Theorems · Theorem · sequences and series
Antitone.alternating_series_le_tendsto
∀ {E : Type u_4} [inst : Ring E] [inst_1 : PartialOrder E] [IsOrderedRing E] [inst_3 : TopologicalSpace E]
[OrderClosedTopology E] {l : E} {f : ℕ → E},
Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, (-1) ^ i * f i) Filter.atTop (nhds l) →
Antitone f → ∀ (k : ℕ), ∑ i ∈ Finset.range (2 * k), (-1) ^ i * f i ≤ lPartial sums of an alternating antitone series with an even number of terms provide lower bounds on the limit.
- Defined in
- Mathlib.Analysis.SpecificLimits.Normed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- one_mulproof · cited by 2,841
- Filter.atTopstatement and proof · cited by 2,405
- le_reflproof · cited by 2,061
- Monotoneproof · cited by 1,397
- Finset.rangestatement and proof · cited by 1,341
- IsOrderedRingstatement and proof · cited by 777
Cited by1
Results whose statement or proof uses this declaration.
- alternating_series_error_boundproof · cited by 0