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

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

Exact Lean statement

lemma threeDimPointParticle_div_electricField {๐“•} (q : โ„) (rโ‚€ : Space 3) :
    distSpaceDiv ((threeDimPointParticle ๐“• q rโ‚€).electricField ๐“•.c) =
    (1/๐“•.ฮตโ‚€) โ€ข constantTime (q โ€ข diracDelta โ„ rโ‚€)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma threeDimPointParticle_div_electricField {๐“•} (q : โ„) (rโ‚€ : Space 3) :    distSpaceDiv ((threeDimPointParticle ๐“• q rโ‚€).electricField ๐“•.c) =    (1/๐“•.ฮตโ‚€) โ€ข constantTime (q โ€ข diracDelta โ„ rโ‚€) := by  rw [threeDimPointParticle_electricField]  simp only [Int.reduceNeg, zpow_neg, map_smul, smul_smul]  have h1 := Space.distDiv_inv_pow_eq_dim (d := 3)  simp at h1  trans (q / (4 * ฯ€ * ๐“•.ฮตโ‚€)) โ€ข    distSpaceDiv (constantTime <|    distTranslate (basis.repr rโ‚€) <|    (distOfFunction (fun x => โ€–xโ€– ^ (-3 : โ„ค) โ€ข basis.repr x)      (IsDistBounded.zpow_smul_repr_self (- 3 : โ„ค) (by omega))))  ยท ext ฮท    simp [distTranslate_ofFunction]  simp only [Int.reduceNeg, zpow_neg, one_div]  rw [constantTime_distSpaceDiv, distDiv_distTranslate, h1]  simp only [map_smul, smul_smul]  ext ฮท  simp [constantTime_apply, diracDelta_apply, distTranslate_apply]  left  ring_nf  field_simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/PointParticle/ThreeDimension.lean:278-299

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