D Wirtinger Anti Coord eq complex fderiv apply
Physlib.Wirtinger.dWirtingerAntiCoord_eq_complex_fderiv_apply
Plain-language statement
For an anti-holomorphic function the anti-holomorphic Wirtinger derivative equals the complex Fréchet derivative of g at star u along the slot-I real coordinate direction, ∂̄_I (g ∘ star) = fderiv ℂ g (star u) (Pi.single I 1). Dual of dWirtingerCoord_eq_complex_fderiv_apply.
Exact Lean statement
lemma dWirtingerAntiCoord_eq_complex_fderiv_apply {u : (ι → ℂ)}
(hg : DifferentiableAt ℂ g (star u)) (I : ι) :
dWirtingerAntiCoord (fun v : (ι → ℂ) => g (star v)) I u =
fderiv ℂ g (star u) (Pi.single I 1)Formal artifact
Lean source
lemma dWirtingerAntiCoord_eq_complex_fderiv_apply {u : (ι → ℂ)} (hg : DifferentiableAt ℂ g (star u)) (I : ι) : dWirtingerAntiCoord (fun v : (ι → ℂ) => g (star v)) I u = fderiv ℂ g (star u) (Pi.single I 1) := by have hgr : DifferentiableAt ℝ g (conjCLM u) := hg.restrictScalars ℝ change dWirtingerAntiDir (fun v : (ι → ℂ) => g (conjCLM v)) (Pi.single I 1) u = fderiv ℂ g (star u) (Pi.single I 1) rw [dWirtingerAntiDir_comp_conjLinear conjCLM_smul_I hgr] simp only [conjCLM_apply, Pi.star_single, star_one] rw [dWirtingerDir_eq_of_clinear (clinear_of_holomorphic hg _), DifferentiableAt.fderiv_restrictScalars ℝ hg, ContinuousLinearMap.coe_restrictScalars']- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Mathematics/Calculus/Wirtinger/Coordinate.lean:461-471
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
Adiabatic relation log
adiabatic_relation_log
Plain-language statement
Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.
Source project: Physlib
Person-level attribution pending.
Adiabatic relation Ua Ub Va Vb
adiabatic_relation_UaUbVaVb
Plain-language statement
Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.