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 949 to 954 of 2,569 results.

Project-declaredLean 4.32.0

Grad Lagrangian eq sum field Strength Matrix

Electromagnetism.ElectromagneticPotential.gradLagrangian_eq_sum_fieldStrengthMatrix

Project documentation

The variational gradient of the lagrangian of electromagnetic field. -/ noncomputable def gradLagrangian {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d → Lorentz.Vector d := (δ (q':=A), ∫ x, lagrangian 𝓕 ⟨q'⟩ J x) /-! ### C.3. The variational gradient in terms of the gradient of the kinetic term -/ lemma...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Harmonic Wave X electric Field space deriv same

Electromagnetism.ElectromagneticPotential.harmonicWaveX_electricField_space_deriv_same

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (E₀ : Fin d → ℝ) (φ : Fin d → ℝ) : ElectromagneticPotential d.succ where val := fun x μ => match μ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -E₀ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Harmonic Wave X electric Field succ time deriv

Electromagnetism.ElectromagneticPotential.harmonicWaveX_electricField_succ_time_deriv

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (E₀ : Fin d → ℝ) (φ : Fin d → ℝ) : ElectromagneticPotential d.succ where val := fun x μ => match μ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -E₀ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Harmonic Wave X is Extrema

Electromagnetism.ElectromagneticPotential.harmonicWaveX_isExtrema

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (E₀ : Fin d → ℝ) (φ : Fin d → ℝ) : ElectromagneticPotential d.succ where val := fun x μ => match μ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -E₀ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Harmonic Wave X is Plane Wave

Electromagnetism.ElectromagneticPotential.harmonicWaveX_isPlaneWave

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (E₀ : Fin d → ℝ) (φ : Fin d → ℝ) : ElectromagneticPotential d.succ where val := fun x μ => match μ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -E₀ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Harmonic Wave X magnetic Field Matrix space deriv succ

Electromagnetism.ElectromagneticPotential.harmonicWaveX_magneticFieldMatrix_space_deriv_succ

Project documentation

The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (𝓕 : FreeSpace) (k : ℝ) (E₀ : Fin d → ℝ) (φ : Fin d → ℝ) : ElectromagneticPotential d.succ where val := fun x μ => match μ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr ⟨Nat.succ i, h⟩ => -E₀ ⟨i, Nat.succ_lt_succ_i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record