All proofs
Project-declaredLean 4.32.0 Β· mathlib@81a5d257c8e4

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

Exact Lean statement

lemma threeDimPointParticle_scalarPotential (𝓕 : FreeSpace) (q : ℝ) (rβ‚€ : Space 3) :
    (threeDimPointParticle 𝓕 q rβ‚€).scalarPotential 𝓕.c =
    Space.constantTime (distOfFunction (fun x => (q/ (4 * Ο€ * 𝓕.Ξ΅β‚€))β€’ β€–x - r₀‖⁻¹)
      (((IsDistBounded.inv_shift _).const_mul_fun _)))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma threeDimPointParticle_scalarPotential (𝓕 : FreeSpace) (q : ℝ) (rβ‚€ : Space 3) :    (threeDimPointParticle 𝓕 q rβ‚€).scalarPotential 𝓕.c =    Space.constantTime (distOfFunction (fun x => (q/ (4 * Ο€ * 𝓕.Ξ΅β‚€))β€’ β€–x - r₀‖⁻¹)      (((IsDistBounded.inv_shift _).const_mul_fun _))) := by  ext Ξ΅  simp only [scalarPotential, Lorentz.Vector.temporalCLM, Fin.isValue, map_smul,    ContinuousLinearMap.comp_smulβ‚›β‚—, ringHom_apply, threeDimPointParticle, LinearMap.coe_mk,    AddHom.coe_mk, ContinuousLinearEquiv.apply_symm_apply, FunLike.coe_smul,    ContinuousLinearMap.coe_comp, LinearMap.coe_toContinuousLinearMap', Pi.smul_apply,    Function.comp_apply, constantTime_apply, distOfFunction_vector_eval, Lorentz.Vector.apply_smul,    Lorentz.Vector.basis_apply, ↓reduceIte, mul_one, smul_eq_mul]  rw [distOfFunction_mul_fun _ (IsDistBounded.inv_shift _),    distOfFunction_mul_fun _ (IsDistBounded.inv_shift _)]  simp only [FunLike.coe_smul, Pi.smul_apply, smul_eq_mul]  ring_nf  simp only [𝓕.c_sq, one_div, mul_inv_rev, mul_eq_mul_right_iff, inv_eq_zero, OfNat.ofNat_ne_zero,    or_false]  field_simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/PointParticle/ThreeDimension.lean:177-194

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