Theorems · Theorem · functional analysis
summable_norm_iff
∀ {α : Type u_1} {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E]
{f : α → E}, (Summable fun x => ‖f x‖) ↔ Summable fIn a finite-dimensional vector space over ℝ, the series ∑ x, ‖f x‖ is unconditionally
summable if and only if the series ∑ x, f x is unconditionally summable. One implication holds in
any complete normed space, while the other holds only in finite-dimensional spaces.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankproof · cited by 1,770
- NNReal.toRealproof · cited by 1,260
Cited by8
Results whose statement or proof uses this declaration.
- Summable.normproof · cited by 20
- LSeriesSummable.of_re_le_reproof · cited by 5
- summable_jacobiTheta₂_term_iffproof · cited by 4
- ArithmeticFunction.LSeriesSummable_vonMangoldtproof · cited by 2
- LSeriesSummable.congr'proof · cited by 2
- summable_eisSummandproof · cited by 1
- Complex.summable_one_div_nat_cpowproof · cited by 1
- summable_of_sum_range_norm_leproof · cited by 0