Theorems · Theorem · complex analysis
RCLike.hasSum_iff
∀ {α : Type u_1} {𝕜 : Type u_2} [inst : RCLike 𝕜] {L : SummationFilter α} (f : α → 𝕜) (c : 𝕜),
HasSum f c L ↔ HasSum (fun x => RCLike.re (f x)) (RCLike.re c) L ∧ HasSum (fun x => RCLike.im (f x)) (RCLike.im c) L- Defined in
- Mathlib.Analysis.Complex.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement · cited by 25,697
- AddMonoidHomstatement · cited by 3,230
- RCLikestatement and proof · cited by 2,829
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- AddMonoid.toZerostatement · cited by 325
- RCLike.restatement and proof · cited by 319
- RCLike.imstatement and proof · cited by 161
- RCLike.Iproof · cited by 100
- HasSum.addproof · cited by 23
- RCLike.re_add_improof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- Complex.hasSum_iffproof · cited by 2