Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 4 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

4 results

Clear filters
Project-declaredLean 4.32.0

Grad Free Current Potential eq tensor

Electromagnetism.DistElectromagneticPotential.gradFreeCurrentPotential_eq_tensor

Project documentation

The variational gradient of the free current potential for distributional potentials. -/ noncomputable def gradFreeCurrentPotential {d} : DistLorentzCurrentDensity d →ₗ[ℝ] ((SpaceTime d) →d[ℝ] Lorentz.Vector d) where toFun J := { toFun ε := ∑ μ, (η μ μ • (J ε μ) • Lorentz.Vector.basis μ) map_add' ε₁ ε₂ := by simp [Finset.sum_add_distrib, add_smul] map_smu...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Free Current Potential has Var Gradient At

Electromagnetism.ElectromagneticPotential.freeCurrentPotential_hasVarGradientAt

Project documentation

The potential energy from the interaction of the electromagnetic potential with the free current J. -/ noncomputable def freeCurrentPotential (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) (x : SpaceTime d) : ℝ := ⟪A x, J x⟫ₘ /-! ### A.1. Shifts in the free current potential under shifts in the potential -/ lemma freeCurrentPotential_add...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad Lagrangian eq sum field Strength Matrix

Electromagnetism.ElectromagneticPotential.gradLagrangian_eq_sum_fieldStrengthMatrix

Project documentation

The variational gradient of the lagrangian of electromagnetic field. -/ noncomputable def gradLagrangian {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d → Lorentz.Vector d := (δ (q':=A), ∫ x, lagrangian 𝓕 ⟨q'⟩ J x) /-! ### C.3. The variational gradient in terms of the gradient of the kinetic term -/ lemma...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Lagrangian has Var Gradient At eq add grad Kinetic Term

Electromagnetism.ElectromagneticPotential.lagrangian_hasVarGradientAt_eq_add_gradKineticTerm

Project documentation

The Lagrangian is equal to 1/2 * (ε₀ E^2 - 1/μ₀ B^2) - φρ + A · j-/ lemma lagrangian_eq_electric_magnetic {d} {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (hA : ContDiff ℝ 2 A) (J : LorentzCurrentDensity d) (x : SpaceTime d) : A.lagrangian 𝓕 J x = 1 / 2 * (𝓕.ε₀ * ‖A.electricField 𝓕.c (x.time 𝓕.c) x.space‖ ^ 2 - (1 / (2 * 𝓕.μ₀)) * ∑ i, ∑ j, ‖A....

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record