All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Deriv has Var Adj Deriv At

Electromagnetism.ElectromagneticPotential.deriv_hasVarAdjDerivAt

Project documentation

The electromagnetic potential from an electric and a magnetic field. This defines the electromagnetic potential in the Poincare gauge. -/ noncomputable def ofElectromagneticField (c : SpeedOfLight) (E : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) (B : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) : ElectromagneticPotential 3 := let A := fun t (x : Space) => -...

Exact Lean statement

lemma deriv_hasVarAdjDerivAt {d} (μ ν : Fin 1 ⊕ Fin d) (A : SpaceTime d → Lorentz.Vector d)
    (hA : ContDiff ℝ ∞ A) :
    HasVarAdjDerivAt (fun (A : SpaceTime d → Lorentz.Vector d) x => ∂_ μ A x ν)
      (fun ψ x => - (fderiv ℝ ψ x) (Lorentz.Vector.basis μ) • Lorentz.Vector.basis ν) A

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma deriv_hasVarAdjDerivAt {d} (μ ν : Fin 1Fin d) (A : SpaceTime d  Lorentz.Vector d)    (hA : ContDiff  ∞ A) :    HasVarAdjDerivAt (fun (A : SpaceTime d  Lorentz.Vector d) x => ∂_ μ A x ν)      (fun ψ x => - (fderiv  ψ x) (Lorentz.Vector.basis μ) • Lorentz.Vector.basis ν) A := by  have h0' := HasVarAdjDerivAt.fderiv' _ _        (hF := hasVarAdjDerivAt_component ν A hA) A (Lorentz.Vector.basis μ)  refine HasVarAdjDerivAt.congr (G := (fun (A : SpaceTime d     Lorentz.Vector d) x => ∂_ μ A x ν)) h0' ?_  intro φ hφ  funext x  rw [deriv_apply_eq μ ν φ]  exact hφ.differentiable (by simp)
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/Kinematics/EMPotential.lean:489-500

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