Theorems · Theorem · real analysis
IsCauSeq.of_abv_le
∀ {α : Type u_1} {β : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [inst_2 : IsStrictOrderedRing α]
[inst_3 : Ring β] {abv : β → α} [IsAbsoluteValue abv] {f : ℕ → β} {a : ℕ → α} (n : ℕ),
(∀ (m : ℕ), n ≤ m → abv (f m) ≤ a m) →
(IsCauSeq abs fun n => ∑ i ∈ Finset.range n, a i) → IsCauSeq abv fun n => ∑ i ∈ Finset.range n, f i- Cited by
- 2 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Ringstatement and proof · cited by 7,463
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- le_reflproof · cited by 2,061
- absstatement and proof · cited by 1,814
- Finset.rangestatement and proof · cited by 1,341
- sub_eq_add_negproof · cited by 1,023
- sub_selfproof · cited by 996
Cited by2
Results whose statement or proof uses this declaration.
- IsCauSeq.of_abvproof · cited by 2
- IsCauSeq.series_ratio_testproof · cited by 1