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 925 to 930 of 2,569 results.

Project-declaredLean 4.32.0

One Dim Point Particle scalar Potential

Electromagnetism.DistElectromagneticPotential.oneDimPointParticle_scalarPotential

Project documentation

The electromagnetic potential of a point particle stationary at rβ‚€ of 1d space. -/ noncomputable def oneDimPointParticle (𝓕 : FreeSpace) (q : ℝ) (rβ‚€ : Space 1) : DistElectromagneticPotential 1 := (SpaceTime.distTimeSlice 𝓕.c).symm <| Space.constantTime <| distOfFunction (fun x => ((- (q * 𝓕.ΞΌβ‚€ * 𝓕.c)/ 2) * β€–x - rβ‚€β€–) β€’ Lorentz.Vector.basis (Sum.inl 0...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Three Dim Point Particle div electric Field

Electromagnetism.DistElectromagneticPotential.threeDimPointParticle_div_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 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