All proofs
Project-declaredLean 4.32.0 ยท mathlib@81a5d257c8e4

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...

Exact Lean statement

lemma threeDimPointParticle_electricField (๐“• : FreeSpace) (q : โ„) (rโ‚€ : Space 3) :
    (threeDimPointParticle ๐“• q rโ‚€).electricField ๐“•.c =
    (q/ (4 * ฯ€ * ๐“•.ฮตโ‚€)) โ€ข constantTime (distOfFunction (fun x : Space 3 =>
      โ€–x - rโ‚€โ€– ^ (- 3 : โ„ค) โ€ข basis.repr (x - rโ‚€))
      ((IsDistBounded.zpow_smul_repr_self (- 3 : โ„ค) (by omega)).comp_sub_right rโ‚€))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma threeDimPointParticle_electricField (๐“• : FreeSpace) (q : โ„) (rโ‚€ : Space 3) :    (threeDimPointParticle ๐“• q rโ‚€).electricField ๐“•.c =    (q/ (4 * ฯ€ * ๐“•.ฮตโ‚€)) โ€ข constantTime (distOfFunction (fun x : Space 3 =>      โ€–x - rโ‚€โ€– ^ (- 3 : โ„ค) โ€ข basis.repr (x - rโ‚€))      ((IsDistBounded.zpow_smul_repr_self (- 3 : โ„ค) (by omega)).comp_sub_right rโ‚€)) := by  simp only [electricField, LinearMap.coe_mk, AddHom.coe_mk, threeDimPointParticle_scalarPotential,    smul_eq_mul, threeDimPointParticle_vectorPotential, map_zero, sub_zero, Int.reduceNeg, zpow_neg]  rw [constantTime_distSpaceGrad, distOfFunction_mul_fun _    (IsDistBounded.inv_shift rโ‚€)]  simp only [map_smul]  trans -(q / (4 * ฯ€ * ๐“•.ฮตโ‚€)) โ€ข (constantTime <| distGrad <| distTranslate (basis.repr rโ‚€) <|    (distOfFunction (fun x => โ€–xโ€–โปยน) (IsDistBounded.inv)))  ยท simp [distTranslate_ofFunction]  rw [Space.distTranslate_distGrad]  have := Space.distGrad_distOfFunction_norm_zpow (d := 3) (-1) (by grind)  simp_all [distOfFunction_neg, distTranslate_ofFunction]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/PointParticle/ThreeDimension.lean:223-238

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record