Theorems · Theorem · sequences and series
Function.Surjective.tsum_eq_tsum_of_hasSum_iff_hasSum
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] [T2Space α]
{α' : Type u_4} [inst_3 : AddCommMonoid α'] [inst_4 : TopologicalSpace α'] {e : α' → α},
Function.Surjective e →
e 0 = 0 →
∀ {f : β → α} {g : γ → α'}, (∀ {a : α'}, HasSum f (e a) ↔ HasSum g a) → ∑' (b : β), f b = e (∑' (c : γ), g c)- Cited by
- 1 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
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- T2Spacestatement and proof · cited by 1,351
- tsumstatement and proof · cited by 1,148
- Summableproof · cited by 778
- HasSumstatement and proof · cited by 518
- Summable.hasSumproof · cited by 184
- HasSum.tsum_eqproof · cited by 150
- by_casesproof · cited by 31
- tsum_defproof · cited by 11
- Function.Surjective.summable_iff_of_hasSum_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- tsum_eq_tsum_of_hasSum_iff_hasSumproof · cited by 0