Theorems · Theorem · complex analysis
Complex.hasSum_arctan_aux
∀ {z : ℂ},
‖z‖ < 1 →
Complex.log (1 + z * Complex.I) + -Complex.log (1 - z * Complex.I) =
Complex.log ((1 + z * Complex.I) / (1 - z * Complex.I))We can combine the logs in log (1 + z * I) + -log (1 - z * I) into one.
This is only used in hasSum_arctan.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- LT.lt.leproof · cited by 2,189
- Real.piproof · cited by 1,774
- Set.Iooproof · cited by 1,214
- sub_eq_add_negproof · cited by 1,023
- neg_negproof · cited by 960
- Complex.Istatement and proof · cited by 866
- div_eq_mul_invproof · cited by 715
- Complex.argproof · cited by 220
Cited by1
Results whose statement or proof uses this declaration.
- Complex.hasSum_arctanproof · cited by 1