Theorems · Theorem · sequences and series
summable_condensed_iff_of_nonneg
∀ {f : ℕ → ℝ},
(∀ (n : ℕ), 0 ≤ f n) → (∀ ⦃m n : ℕ⦄, 0 < m → m ≤ n → f n ≤ f m) → ((Summable fun k => 2 ^ k * f (2 ^ k)) ↔ Summable f)Cauchy condensation test for antitone series of nonnegative real numbers.
- Defined in
- Mathlib.Analysis.PSeries
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Summablestatement and proof · cited by 778
- SummationFilterproof · cited by 607
- Nat.cast_addproof · cited by 586
- pow_succproof · cited by 374
- pow_posproof · cited by 292
- two_ne_zeroproof · cited by 251
- two_mulproof · cited by 232
- add_sub_cancel_rightproof · cited by 187
Cited by2
Results whose statement or proof uses this declaration.
- Real.summable_nat_rpow_invproof · cited by 1
- summable_condensed_iff_of_eventually_nonnegproof · cited by 0