Theorems · Theorem · functional analysis
Summable.tsum_const_smul
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : TopologicalSpace α] [inst_1 : AddCommMonoid α]
[inst_2 : DistribSMul γ α] [ContinuousConstSMul γ α] {f : β → α} {L : SummationFilter β} [T2Space α] [L.NeBot]
(b : γ), Summable f L → ∑'[L] (i : β), b • f i = b • ∑'[L] (i : β), f iInfinite sums commute with scalar multiplication. Version for scalars living in a Monoid, but
requiring a summability hypothesis.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- AddCommMonoidstatement and proof · cited by 12,281
- T2Spacestatement and proof · cited by 1,351
- tsumstatement · cited by 1,148
- ContinuousConstSMulstatement and proof · cited by 832
- Summablestatement and proof · cited by 778
- SummationFilterstatement and proof · cited by 607
- Summable.hasSumproof · cited by 184
- HasSum.tsum_eqproof · cited by 150
- SummationFilter.NeBotstatement and proof · cited by 130
- DistribSMulstatement and proof · cited by 117
- HasSum.const_smulproof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- DiscreteConvolution.AddConvolutionExistsAt.vadd_convolutionproof · cited by 0
- DiscreteConvolution.ConvolutionExistsAt.convolution_smulproof · cited by 0
- DiscreteConvolution.ConvolutionExistsAt.smul_convolutionproof · cited by 0
- DiscreteConvolution.AddConvolutionExistsAt.convolution_vaddproof · cited by 0