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 931 to 936 of 2,569 results.

Project-declaredLean 4.32.0

Canonical Momentum eq electric Field

Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_electricField

Project documentation

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d β†’ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian 𝓕 ⟨fun x => A x + x (Sum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Canonical Momentum eq gradient kinetic Term

Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_gradient_kineticTerm

Project documentation

The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d β†’ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian 𝓕 ⟨fun x => A x + x (Sum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
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