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

Constant EB magnetic Field Matrix

Electromagnetism.ElectromagneticPotential.constantEB_magneticFieldMatrix

Project documentation

An electric potential which gives a given constant E-field and B-field. -/ @[nolint unusedArguments] noncomputable def constantEB {d : ℕ} (c : SpeedOfLight) (E₀ : EuclideanSpace ℝ (Fin d)) (B₀ : Fin d × Fin d → ℝ) (B₀_antisymm : ∀ i j, B₀ (i, j) = - B₀ (j, i)) : ElectromagneticPotential d where val := fun x μ => match μ with | Sum.inl _ => - (1/c) * ⟪E₀,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Constant EB smooth

Electromagnetism.ElectromagneticPotential.constantEB_smooth

Project documentation

An electric potential which gives a given constant E-field and B-field. -/ @[nolint unusedArguments] noncomputable def constantEB {d : ℕ} (c : SpeedOfLight) (E₀ : EuclideanSpace ℝ (Fin d)) (B₀ : Fin d × Fin d → ℝ) (B₀_antisymm : ∀ i j, B₀ (i, j) = - B₀ (j, i)) : ElectromagneticPotential d where val := fun x μ => match μ with | Sum.inl _ => - (1/c) * ⟪E₀,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Constant EB vector Potential space deriv

Electromagnetism.ElectromagneticPotential.constantEB_vectorPotential_space_deriv

Project documentation

An electric potential which gives a given constant E-field and B-field. -/ @[nolint unusedArguments] noncomputable def constantEB {d : ℕ} (c : SpeedOfLight) (E₀ : EuclideanSpace ℝ (Fin d)) (B₀ : Fin d × Fin d → ℝ) (B₀_antisymm : ∀ i j, B₀ (i, j) = - B₀ (j, i)) : ElectromagneticPotential d where val := fun x μ => match μ with | Sum.inl _ => - (1/c) * ⟪E₀,...

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

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