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

1 topic

9 results

Clear filters
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

Curl magnetic Field Matrix eq electric Field field Strength Matrix

Electromagnetism.ElectromagneticPotential.curl_magneticFieldMatrix_eq_electricField_fieldStrengthMatrix

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

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

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