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
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(โU/โฮฒ) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.