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 973 to 978 of 2,569 results.

Project-declaredLean 4.32.0

Of Electromagnetic Field magnetic Field

Electromagnetism.ElectromagneticPotential.ofElectromagneticField_magneticField

Mathematical statement

The magnetic field of the electromagnetic potential created from the electric field E and the magnetic field B is B, as long as Gauss's law is satisfied.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Gradient equivariant

Electromagnetism.ElectromagneticPotential.ofGradient_equivariant

Mathematical statement

ofGradient intertwines the Lorentz action on potentials with composition by Λ⁻¹ on the gauge function: Λ • ofGradient χ = ofGradient (χ ∘ (Λ⁻¹ • ·)).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Space Time deriv action eq sum

Electromagnetism.ElectromagneticPotential.spaceTime_deriv_action_eq_sum

Project documentation

The electromagnetic potential from an electric and a magnetic field. This defines the electromagnetic potential in the Poincare gauge. -/ noncomputable def ofElectromagneticField (c : SpeedOfLight) (E : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) (B : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) : ElectromagneticPotential 3 := let A := fun t (x : Space) => -...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Tensor Deriv eval eq

Electromagnetism.ElectromagneticPotential.tensorDeriv_eval_eq

Mathematical statement

Evaluation of the tensor components of ∂_ μ A x ν.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Time deriv magnetic Field Matrix

Electromagnetism.ElectromagneticPotential.time_deriv_magneticFieldMatrix

Project documentation

The matrix corresponding to the magnetic field in general dimensions. In 3 space-dimensions this reduces to a vector. -/ noncomputable def magneticFieldMatrix (c : SpeedOfLight := 1) (A : ElectromagneticPotential d) : Time → Space d → (Fin d × Fin d) → ℝ := timeSlice c <| fun x ij => A.fieldStrengthMatrix x (Sum.inr ij.1, Sum.inr ij.2) lemma magneticFie...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Time deriv time deriv electric Field of is Extrema

Electromagnetism.ElectromagneticPotential.time_deriv_time_deriv_electricField_of_isExtrema

Project documentation

The condition on an electromagnetic potential to be an extrema of the lagrangian. -/ def IsExtrema {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : Prop := gradLagrangian 𝓕 A J = 0 lemma isExtrema_iff_gradLagrangian {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : IsExtrema 𝓕 A J ↔ A....

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record