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 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 493 to 498 of 2,569 results.

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

Mathematical 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

Mathematical 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

Close smooth approx periodic Lp

close_smooth_approx_periodic_Lp

Mathematical statement

Let T>0T>0, 1p<1 \le p < \infty, and let ff belong to Lp((0,T])L^p((0,T]). For every ε>0\varepsilon>0, there is a smooth TT-periodic function f0:RCf_0 : \mathbb{R}\to\mathbb{C} such that

ff0Lp((0,T])ε.\lVert f-f_0\rVert_{L^p((0,T])} \le \varepsilon.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record