Theorems · Theorem · complex analysis
Complex.hasSum_iff
∀ {α : Type u_1} {L : SummationFilter α} (f : α → ℂ) (c : ℂ),
HasSum f c L ↔ HasSum (fun x => (f x).re) c.re L ∧ HasSum (fun x => (f x).im) c.im L- Defined in
- Mathlib.Analysis.Complex.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Complexstatement and proof · cited by 5,565
- Complex.restatement · cited by 882
- SummationFilterstatement and proof · cited by 607
- Complex.imstatement · cited by 591
- HasSumstatement · cited by 518
- RCLike.hasSum_iffproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- hasSum_one_div_nat_pow_mul_cosproof · cited by 2
- hasSum_one_div_nat_pow_mul_sinproof · cited by 2