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

Three Dim Point Particle electric Field

Electromagnetism.DistElectromagneticPotential.threeDimPointParticle_electricField

Project documentation

The electromagnetic potential of a point particle stationary at rβ‚€ of 3d space. -/ noncomputable def threeDimPointParticle (𝓕 : FreeSpace) (q : ℝ) (rβ‚€ : Space 3) : DistElectromagneticPotential 3 := (SpaceTime.distTimeSlice 𝓕.c).symm <| Space.constantTime <| distOfFunction (fun x => (((q * 𝓕.ΞΌβ‚€ * 𝓕.c)/ (4 * Ο€)) * β€–x - r₀‖⁻¹) β€’ Lorentz.Vector.basis (S...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Three Dim Point Particle scalar Potential

Electromagnetism.DistElectromagneticPotential.threeDimPointParticle_scalarPotential

Project documentation

The electromagnetic potential of a point particle stationary at rβ‚€ of 3d space. -/ noncomputable def threeDimPointParticle (𝓕 : FreeSpace) (q : ℝ) (rβ‚€ : Space 3) : DistElectromagneticPotential 3 := (SpaceTime.distTimeSlice 𝓕.c).symm <| Space.constantTime <| distOfFunction (fun x => (((q * 𝓕.ΞΌβ‚€ * 𝓕.c)/ (4 * Ο€)) * β€–x - r₀‖⁻¹) β€’ Lorentz.Vector.basis (S...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Three Dim Point Particle Current Density charge Density

Electromagnetism.DistElectromagneticPotential.threeDimPointParticleCurrentDensity_chargeDensity

Project documentation

The current density of a point particle stationary at a point rβ‚€ of 3d space. -/ noncomputable def threeDimPointParticleCurrentDensity (c : SpeedOfLight) (q : ℝ) (rβ‚€ : Space 3) : DistLorentzCurrentDensity 3 := (SpaceTime.distTimeSlice c).symm <| constantTime ((c * q) β€’ diracDelta' ℝ rβ‚€ (Lorentz.Vector.basis (Sum.inl 0))) lemma threeDimPointParticleCurre...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Canonical Momentum eq

Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq

Project documentation

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d β†’ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian 𝓕 ⟨fun x => A x + x (Sum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Canonical Momentum eq electric Field

Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_electricField

Project documentation

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d β†’ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian 𝓕 ⟨fun x => A x + x (Sum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Canonical Momentum eq gradient kinetic Term

Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_gradient_kineticTerm

Project documentation

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d β†’ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian 𝓕 ⟨fun x => A x + x (Sum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record