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

Electric Field eq field Strength Matrix

Electromagnetism.ElectromagneticPotential.electricField_eq_fieldStrengthMatrix

Project documentation

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. -/ lemma ofElectromagneticField_electricField {c : SpeedOfLight} (E : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) (B : Time → Space 3 → EuclideanSpace ℝ (Fin 3)) (E_...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Field Strength Matrix bare Gradient inl inr

Electromagnetism.ElectromagneticPotential.fieldStrengthMatrix_bareGradient_inl_inr

Project documentation

The (inl 0, inr i) component of the field strength matrix of the bare-gradient potential B^μ := ∂_μ χ for χ(x) = x⁰·xⁱ equals 2. This witnesses that the bare covariant gradient does not produce a gauge-invariant field strength, so the raised-index contraction η^{μν} ∂_ν χ in ofGradient is necessary (see the module overview).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Field Strength Matrix differentiable

Electromagnetism.ElectromagneticPotential.fieldStrengthMatrix_differentiable

Project documentation

Index evaluation of the field strength tensor agrees with the corresponding component of the field strength matrix. -/ lemma toFieldStrength_eval_eq_fieldStrengthMatrix {d} (A : ElectromagneticPotential d) (x : SpaceTime d) (μ ν : Fin 1 ⊕ Fin d) : toField {A.toFieldStrength x | [μ] [ν]}ᵀ = A.fieldStrengthMatrix x (μ, ν) := by rw [toFieldStrength_eval_eq_b...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Field Strength Matrix eq electric magnetic

Electromagnetism.ElectromagneticPotential.fieldStrengthMatrix_eq_electric_magnetic

Project documentation

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. -/ lemma ofElectromagneticField_magneticField {c : SpeedOfLight} (E : ElectricField) (B : MagneticField) (B_contDiff : ∀ t, ContDiff ℝ 1 (B t)) (B_grad : ∀ t, ∇ ⬝ (B t) = 0) : (ofElectromagneticFie...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Free Current Potential has Var Gradient At

Electromagnetism.ElectromagneticPotential.freeCurrentPotential_hasVarGradientAt

Project documentation

The potential energy from the interaction of the electromagnetic potential with the free current J. -/ noncomputable def freeCurrentPotential (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) (x : SpaceTime d) : ℝ := ⟪A x, J x⟫ₘ /-! ### A.1. Shifts in the free current potential under shifts in the potential -/ lemma freeCurrentPotential_add...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Gauge Transform equivariant

Electromagnetism.ElectromagneticPotential.gaugeTransform_equivariant

Plain-language statement

Gauge transformations commute with Lorentz transformations: applying Λ and then performing a gauge transformation by χ equals performing a gauge transformation by χ ∘ (Λ⁻¹ • ·) and then applying Λ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record