Has Deriv At of has Deriv At of Real comp
HasDerivAt.of_hasDerivAt_ofReal_comp
Plain-language statement
Let . If the same function, viewed as taking values in , has derivative at a real point , then is real and equals the ordinary real derivative of at .
Exact Lean statement
lemma HasDerivAt.of_hasDerivAt_ofReal_comp {z : ℝ} {f : ℝ → ℝ} {u : ℂ}
(hf : HasDerivAt (fun y ↦ (f y : ℂ)) u z) :
∃ u' : ℝ, u = u' ∧ HasDerivAt f u' zFormal artifact
Lean source
lemma HasDerivAt.of_hasDerivAt_ofReal_comp {z : ℝ} {f : ℝ → ℝ} {u : ℂ} (hf : HasDerivAt (fun y ↦ (f y : ℂ)) u z) : ∃ u' : ℝ, u = u' ∧ HasDerivAt f u' z := by lift u to ℝ · have H := (imCLM.hasFDerivAt.comp z hf.hasFDerivAt).hasDerivAt.deriv simp only [Function.comp_def, imCLM_apply, ofReal_im, deriv_const] at H rwa [eq_comm, comp_apply, imCLM_apply, toSpanSingleton_apply_one] at H refine ⟨u, rfl, ?_⟩ convert! (reCLM.hasFDerivAt.comp z hf.hasFDerivAt).hasDerivAt rw [comp_apply, toSpanSingleton_apply_one, reCLM_apply, ofReal_re]- Project
- Prime Number Theorem and More
- License
- Apache-2.0
- Commit
- a93551347dce
- Source
- PrimeNumberTheoremAnd/Auxiliary.lean:48-57
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Admissible bound mono
admissible_bound.mono
Plain-language statement
For positive parameters , the classical error-bound function is nonincreasing once .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero
AnalyticOn_divRemovable_zero
Plain-language statement
Let be analytic on an open set containing , and suppose . Define for and . Then the apparent singularity at is removable and is analytic throughout .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero closed Ball
AnalyticOn_divRemovable_zero_closedBall
Plain-language statement
Suppose and is analytic on the closed disc with . Define for and . Then is analytic on the entire closed disc, including at the removed singularity.
Source project: Prime Number Theorem and More
Person-level attribution pending.