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 591 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Grad Kinetic Term add

Electromagnetism.ElectromagneticPotential.gradKineticTerm_add

Project documentation

The variational gradient of the kinetic term of an electromagnetic potential. -/ noncomputable def gradKineticTerm {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) : SpaceTime d β†’ Lorentz.Vector d := (Ξ΄ (q':=A), ∫ x, kineticTerm 𝓕 ⟨q'⟩ x) /-! ### B.1. Variational gradient in terms of fderiv We give a first simplification of the variational gradient...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad Kinetic Term eq field Strength

Electromagnetism.ElectromagneticPotential.gradKineticTerm_eq_fieldStrength

Project documentation

The variational gradient of the kinetic term of an electromagnetic potential. -/ noncomputable def gradKineticTerm {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) : SpaceTime d β†’ Lorentz.Vector d := (Ξ΄ (q':=A), ∫ x, kineticTerm 𝓕 ⟨q'⟩ x) /-! ### B.1. Variational gradient in terms of fderiv We give a first simplification of the variational gradient...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad Kinetic Term eq sum fderiv

Electromagnetism.ElectromagneticPotential.gradKineticTerm_eq_sum_fderiv

Project documentation

The variational gradient of the kinetic term of an electromagnetic potential. -/ noncomputable def gradKineticTerm {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) : SpaceTime d β†’ Lorentz.Vector d := (Ξ΄ (q':=A), ∫ x, kineticTerm 𝓕 ⟨q'⟩ x) /-! ### B.1. Variational gradient in terms of fderiv We give a first simplification of the variational gradient...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad Kinetic Term eq sum sum

Electromagnetism.ElectromagneticPotential.gradKineticTerm_eq_sum_sum

Project documentation

The variational gradient of the kinetic term of an electromagnetic potential. -/ noncomputable def gradKineticTerm {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) : SpaceTime d β†’ Lorentz.Vector d := (Ξ΄ (q':=A), ∫ x, kineticTerm 𝓕 ⟨q'⟩ x) /-! ### B.1. Variational gradient in terms of fderiv We give a first simplification of the variational gradient...

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

Harmonic Wave X electric Field space deriv same

Electromagnetism.ElectromagneticPotential.harmonicWaveX_electricField_space_deriv_same

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (Eβ‚€ : Fin d β†’ ℝ) (Ο† : Fin d β†’ ℝ) : ElectromagneticPotential d.succ where val := fun x ΞΌ => match ΞΌ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -Eβ‚€ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record