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

Total Time Derivative has Zero Var Gradient

ClassicalMechanics.Lagrangian.totalTimeDerivative_hasZeroVarGradient

Plain-language statement

Total time derivative has a variational derivative, which is zero

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Total Time Derivative var Gradient equivalenvce

ClassicalMechanics.Lagrangian.totalTimeDerivative_varGradient_equivalenvce

Project documentation

If two lagrangians, L and L', differ by a total time derivative, and L has a variational derivative grad, then so does L'. -/ lemma totalTimeDerivative_hasVarGradientAt_equivalence [CompleteSpace X] (L δL : Time → X → X → ℝ) (hδL : IsTotalTimeDerivative δL) (q : Time → X) (hq : ContDiff ℝ ∞ q) (grad : Time → X) (hgrad : HasVarGradientAt (fun q' t => L t (...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Plane Wave time deriv

ClassicalMechanics.planeWave_time_deriv

Project documentation

A vector-valued plane wave travelling in the direction of s with propagation speed c. -/ noncomputable def planeWave (f₀ : ℝ → EuclideanSpace ℝ (Fin d)) (c : ℝ) (s : Direction d) : Time → Space d → EuclideanSpace ℝ (Fin d) := fun t x => f₀ (⟪x, s.unit⟫ℝ - c * t) lemma planeWave_eq {d f₀ c x} {s : Direction d} : planeWave f₀ c s t x = f₀ (⟪x, s.unit⟫...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Space fderiv of inner product wave eq space fderiv

ClassicalMechanics.space_fderiv_of_inner_product_wave_eq_space_fderiv

Plain-language statement

If f₀ is a function of (inner ℝ x s - c * t), the fderiv of its components with respect to spatial coordinates is equal to the corresponding component of the propagation direction s times time derivative.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Transverse Harmonic Plane Wave eq plane Wave

ClassicalMechanics.transverseHarmonicPlaneWave_eq_planeWave

Plain-language statement

The transverse harmonic planewave representation is equivalent to the general planewave expression with ‖k‖ = ω/c.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Energy Eigenstate orthogonal

CondensedMatter.TightBindingChain.energyEigenstate_orthogonal

Plain-language statement

The energy eigenstates of the tight binding chain are orthogonal. This is a fundamental quantum mechanical result: eigenstates of a Hermitian operator (the Hamiltonian) with distinct eigenvalues are orthogonal. Here we prove it directly using the periodic boundary conditions which quantize the wavenumbers. The key physical insight is that different wavenu...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record