All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

D Wirtinger Dir d Wirtinger Anti Dir comm

Physlib.Wirtinger.dWirtingerDir_dWirtingerAntiDir_comm

Project documentation

Schwarz's theorem for the directional Wirtinger operators: on a field f the holomorphic and anti-holomorphic directional derivatives commute in any two directions, ∂_v ∂̄_w f = ∂̄_w ∂_v f. The commutation adds no analytic input. By the §G bridge each order expands into a real-linear combination of the second real Fréchet derivative `fderiv ℝ...

Exact Lean statement

theorem dWirtingerDir_dWirtingerAntiDir_comm (hf2 : ContDiffAt ℝ 2 f u) (v w : V) :
    dWirtingerDir (fun p => dWirtingerAntiDir f w p) v u
      = dWirtingerAntiDir (fun p => dWirtingerDir f v p) w u

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem dWirtingerDir_dWirtingerAntiDir_comm (hf2 : ContDiffAt  2 f u) (v w : V) :    dWirtingerDir (fun p => dWirtingerAntiDir f w p) v u      = dWirtingerAntiDir (fun p => dWirtingerDir f v p) w u := by  have hf' : DifferentiableAt  (fderiv  f) u :=    (hf2.fderiv_right (m := 1) le_rfl).differentiableAt one_ne_zero  have hsymm : IsSymmSndFDerivAt  f u := hf2.isSymmSndFDerivAt (by simp)  rw [dWirtingerDir_apply, dWirtingerAntiDir_apply]  simp only [fderiv_dWirtingerAntiDir hf', fderiv_dWirtingerDir hf', hsymm.eq]  ring
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Mathematics/Calculus/Wirtinger/Basic.lean:754-762

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