Skip to main content

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 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 967 to 972 of 2,569 results.

Project-declaredLean 4.32.0

Kinetic Term has Var Gradient At

Electromagnetism.ElectromagneticPotential.kineticTerm_hasVarGradientAt

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

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
Project-declaredLean 4.32.0

Magnetic Field coord eq field Strength Matrix

Electromagnetism.ElectromagneticPotential.magneticField_coord_eq_fieldStrengthMatrix

Project documentation

The magnetic field from the electromagnetic potential. -/ noncomputable def magneticField (c : SpeedOfLight := 1) (A : ElectromagneticPotential) : MagneticField := fun t x => (βˆ‡ β¨― (A.vectorPotential c t)) x lemma magneticField_eq {c : SpeedOfLight} (A : ElectromagneticPotential) : A.magneticField c = fun t x => (βˆ‡ β¨― (A.vectorPotential c t)) x := rfl /-! #...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Magnetic Field Matrix eq vector Potential

Electromagnetism.ElectromagneticPotential.magneticFieldMatrix_eq_vectorPotential

Project documentation

The matrix corresponding to the magnetic field in general dimensions. In 3 space-dimensions this reduces to a vector. -/ noncomputable def magneticFieldMatrix (c : SpeedOfLight := 1) (A : ElectromagneticPotential d) : Time β†’ Space d β†’ (Fin d Γ— Fin d) β†’ ℝ := timeSlice c <| fun x ij => A.fieldStrengthMatrix x (Sum.inr ij.1, Sum.inr ij.2) lemma magneticFie...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Magnetic Field Matrix space deriv eq

Electromagnetism.ElectromagneticPotential.magneticFieldMatrix_space_deriv_eq

Project documentation

The matrix corresponding to the magnetic field in general dimensions. In 3 space-dimensions this reduces to a vector. -/ noncomputable def magneticFieldMatrix (c : SpeedOfLight := 1) (A : ElectromagneticPotential d) : Time β†’ Space d β†’ (Fin d Γ— Fin d) β†’ ℝ := timeSlice c <| fun x ij => A.fieldStrengthMatrix x (Sum.inr ij.1, Sum.inr ij.2) lemma magneticFie...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Electromagnetic Field electric Field

Electromagnetism.ElectromagneticPotential.ofElectromagneticField_electricField

Mathematical statement

The electric field of the electromagnetic potential created from the electric field E and the magnetic field B is E, as long as Gauss's law for magnetism and Faraday's law are satisfied.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record