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 937 to 942 of 2,569 results.

Project-declaredLean 4.32.0

Deriv has Var Adj Deriv At

Electromagnetism.ElectromagneticPotential.deriv_hasVarAdjDerivAt

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

Electric Field cont Diff

Electromagnetism.ElectromagneticPotential.electricField_contDiff

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

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