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 591 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Magnetic Field coord eq field Strength Matrix

Electromagnetism.ElectromagneticPotential.magneticField_coord_eq_fieldStrengthMatrix

Project documentation

The magnetic field from the electromagnetic potential. -/ noncomputable def magneticField (c : SpeedOfLight := 1) (A : ElectromagneticPotential) : MagneticField := fun t x => (∇ ⨯ (A.vectorPotential c t)) x lemma magneticField_eq {c : SpeedOfLight} (A : ElectromagneticPotential) : A.magneticField c = fun t x => (∇ ⨯ (A.vectorPotential c t)) x := rfl /-! #...

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

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

Magnetic Field Matrix space deriv eq

Electromagnetism.ElectromagneticPotential.magneticFieldMatrix_space_deriv_eq

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

Of Electromagnetic Field electric Field

Electromagnetism.ElectromagneticPotential.ofElectromagneticField_electricField

Plain-language statement

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

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Electromagnetic Field magnetic Field

Electromagnetism.ElectromagneticPotential.ofElectromagneticField_magneticField

Plain-language 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

Plain-language 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