Theorems · Theorem · sequences and series
Function.Surjective.summable_iff_of_hasSum_iff
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] {α' : Type u_4}
[inst_2 : AddCommMonoid α'] [inst_3 : TopologicalSpace α'] {e : α' → α},
Function.Surjective e →
∀ {f : β → α} {g : γ → α'}, (∀ {a : α'}, HasSum f (e a) ↔ HasSum g a) → (Summable f ↔ Summable g)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Summablestatement · cited by 778
- HasSumstatement and proof · cited by 518
- Function.Surjective.existsproof · cited by 53
Cited by2
Results whose statement or proof uses this declaration.
- summable_nat_add_iffproof · cited by 24
- Function.Surjective.tsum_eq_tsum_of_hasSum_iff_hasSumproof · cited by 1