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 919 to 924 of 2,569 results.

Project-declaredLean 4.32.0

Infinite Wire is Exterma

Electromagnetism.DistElectromagneticPotential.infiniteWire_isExterma

Project documentation

The electromagnetic potential of an infinite wire along the x-axis carrying a current I. -/ noncomputable def infiniteWire (𝓕 : FreeSpace) (I : ℝ) : DistElectromagneticPotential 3 := (SpaceTime.distTimeSlice 𝓕.c).symm <| constantTime <| constantSliceDist 0 ((- I * 𝓕.ΞΌβ‚€ / (2 * Real.pi)) β€’ distOfFunction (fun (x : Space 2) => Real.log β€–xβ€– β€’ Lorentz.Vec...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Extrema iff vector Potential

Electromagnetism.DistElectromagneticPotential.isExtrema_iff_vectorPotential

Project documentation

The proposition on an electromagnetic potential, corresponding to the statement that it is an extrema of the lagrangian. -/ def IsExtrema {d} (𝓕 : FreeSpace) (A : DistElectromagneticPotential d) (J : DistLorentzCurrentDensity d) : Prop := A.gradLagrangian 𝓕 J = 0 lemma isExtrema_iff_gradLagrangian {𝓕 : FreeSpace} (A : DistElectromagneticPotential d) (J...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Magnetic Field Matrix basis repr eq field Strength

Electromagnetism.DistElectromagneticPotential.magneticFieldMatrix_basis_repr_eq_fieldStrength

Project documentation

The magnetic field matrix of an electromagnetic potential which is a distribution. -/ noncomputable def magneticFieldMatrix {d} (c : SpeedOfLight) : DistElectromagneticPotential d β†’β‚—[ℝ] (Time Γ— Space d) β†’d[ℝ] (EuclideanSpace ℝ (Fin d) βŠ—[ℝ] EuclideanSpace ℝ (Fin d)) where toFun A := ⟨TensorProduct.map (Lorentz.Vector.spatialCLM d).toLinearMap (Lorentz.Vect...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Magnetic Field Matrix eq vector Potential

Electromagnetism.DistElectromagneticPotential.magneticFieldMatrix_eq_vectorPotential

Project documentation

The magnetic field matrix of an electromagnetic potential which is a distribution. -/ noncomputable def magneticFieldMatrix {d} (c : SpeedOfLight) : DistElectromagneticPotential d β†’β‚—[ℝ] (Time Γ— Space d) β†’d[ℝ] (EuclideanSpace ℝ (Fin d) βŠ—[ℝ] EuclideanSpace ℝ (Fin d)) where toFun A := ⟨TensorProduct.map (Lorentz.Vector.spatialCLM d).toLinearMap (Lorentz.Vect...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

One Dim Point Particle div electric Field

Electromagnetism.DistElectromagneticPotential.oneDimPointParticle_div_electricField

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

One Dim Point Particle electric Field

Electromagnetism.DistElectromagneticPotential.oneDimPointParticle_electricField

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