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.

All topics

591 results

Clear filters
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
Project-declaredLean 4.32.0

Is Extrema iff field Strength Matrix

Electromagnetism.ElectromagneticPotential.isExtrema_iff_fieldStrengthMatrix

Project documentation

The condition on an electromagnetic potential to be an extrema of the lagrangian. -/ def IsExtrema {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : Prop := gradLagrangian 𝓕 A J = 0 lemma isExtrema_iff_gradLagrangian {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : IsExtrema 𝓕 A J ↔ A....

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Extrema iff gauss ampere magnetic Field Matrix

Electromagnetism.ElectromagneticPotential.isExtrema_iff_gauss_ampere_magneticFieldMatrix

Project documentation

The condition on an electromagnetic potential to be an extrema of the lagrangian. -/ def IsExtrema {d} (𝓕 : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : Prop := gradLagrangian 𝓕 A J = 0 lemma isExtrema_iff_gradLagrangian {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : IsExtrema 𝓕 A J ↔ A....

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record