All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

D Wirtinger Anti Coord comp holomorphic apply

Physlib.Wirtinger.dWirtingerAntiCoord_comp_holomorphic_apply

Plain-language statement

The single-term coordinate chain rule for a holomorphic outer g, anti-holomorphic version, pointwise at u: ∂̄_I (g ∘ f) = deriv g (f u) · ∂̄_I f. As in dWirtingerCoord_comp_holomorphic_apply, the ∂g/∂f̄ channel vanishes and ∂g/∂f collapses to deriv g (f u).

Exact Lean statement

lemma dWirtingerAntiCoord_comp_holomorphic_apply {u : (ι → ℂ)}
    (hg : DifferentiableAt ℂ g (f u)) (hf : DifferentiableAt ℝ f u) (I : ι) :
    dWirtingerAntiCoord (fun v => g (f v)) I u =
      deriv g (f u) * dWirtingerAntiCoord f I u

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma dWirtingerAntiCoord_comp_holomorphic_apply {u : (ι  ℂ)}    (hg : DifferentiableAt ℂ g (f u)) (hf : DifferentiableAt  f u) (I : ι) :    dWirtingerAntiCoord (fun v => g (f v)) I u =      deriv g (f u) * dWirtingerAntiCoord f I u := by  rw [dWirtingerAntiCoord_comp_apply (hg.restrictScalars ) hf I,    dWirtingerDir_eq_of_clinear (clinear_of_holomorphic hg 1),    DifferentiableAt.fderiv_restrictScalars  hg, ContinuousLinearMap.coe_restrictScalars',    fderiv_apply_one_eq_deriv,    dWirtingerAntiDir_eq_zero_of_clinear (clinear_of_holomorphic hg 1), zero_mul, add_zero]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Mathematics/Calculus/Wirtinger/Coordinate.lean:605-613

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