All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

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

Canonical source
Full Lean sourceLean 4
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

Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record