Theorems · Theorem · complex analysis
HasDerivAt.real_of_complex
∀ {e : ℂ → ℂ} {e' : ℂ} {z : ℝ}, HasDerivAt e e' ↑z → HasDerivAt (fun x => (e ↑x).re) e'.re zIf a complex function e is differentiable at a real point, then the function ℝ → ℝ given by
the real part of e is also differentiable at this point, with a derivative equal to the real part
of the complex derivative.
- Defined in
- Mathlib.Analysis.Complex.RealDeriv
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Complexstatement and proof · cited by 5,565
- one_mulproof · cited by 2,841
- Complex.ofRealstatement and proof · cited by 1,654
- Complex.restatement and proof · cited by 882
- ContinuousLinearMap.compproof · cited by 709
- HasDerivAtstatement and proof · cited by 493
- HasFDerivAtproof · cited by 350
- ContinuousLinearMap.smulRightproof · cited by 126
- HasDerivAt.congr_simpproof · cited by 82
- ContinuousLinearMap.restrictScalarsproof · cited by 61
Cited by7
Results whose statement or proof uses this declaration.
- Real.hasDerivAt_cosproof · cited by 12
- Real.hasDerivAt_expproof · cited by 10
- Real.hasDerivAt_sinhproof · cited by 8
- Real.hasDerivAt_coshproof · cited by 7
- Real.hasDerivAt_tanproof · cited by 6
- Real.differentiableAt_Gammaproof · cited by 5
- ProbabilityTheory.hasDerivAt_integral_pow_mul_exp_realproof · cited by 3