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

1 topic

187 results

Clear filters
Project-declaredLean 4.32.0

To Undamped equation Of Motion

ClassicalMechanics.DampedHarmonicOscillator.toUndamped_equationOfMotion

Plain-language statement

When γ = 0, the damped equation of motion is equivalent to the equation of motion for the corresponding undamped harmonic oscillator.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Equation Of Motion iff hamilton Eq Op eq zero

ClassicalMechanics.HarmonicOscillator.equationOfMotion_iff_hamiltonEqOp_eq_zero

Project documentation

The operator on the momentum-position phase-space whose vanishing is equivalent to the hamilton's equations between the momentum and position. -/ noncomputable def hamiltonEqOp (p : Time → EuclideanSpace ℝ (Fin 1)) (q : Time → EuclideanSpace ℝ (Fin 1)) := ClassicalMechanics.hamiltonEqOp (hamiltonian S) p q /-! ### G.5. Equation of motion if and only if Ha...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Equation Of Motion tfae

ClassicalMechanics.HarmonicOscillator.equationOfMotion_tfae

Project documentation

The operator on the momentum-position phase-space whose vanishing is equivalent to the hamilton's equations between the momentum and position. -/ noncomputable def hamiltonEqOp (p : Time → EuclideanSpace ℝ (Fin 1)) (q : Time → EuclideanSpace ℝ (Fin 1)) := ClassicalMechanics.hamiltonEqOp (hamiltonian S) p q /-! ### G.5. Equation of motion if and only if Ha...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Gradient hamiltonian position eq

ClassicalMechanics.HarmonicOscillator.gradient_hamiltonian_position_eq

Project documentation

The hamiltonian as a function of time, momentum and position. -/ noncomputable def hamiltonian (t : Time) (p : EuclideanSpace ℝ (Fin 1)) (x : EuclideanSpace ℝ (Fin 1)) : ℝ := ⟪p, (toCanonicalMomentum S t x).symm p⟫_ℝ - S.lagrangian t x ((toCanonicalMomentum S t x).symm p) /-! #### G.2.1. Equality for the Hamiltonian We prove a simple equality for the Hami...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Kinetic Energy deriv

ClassicalMechanics.HarmonicOscillator.kineticEnergy_deriv

Project documentation

The energy of the harmonic oscillator is the kinetic energy plus the potential energy. -/ noncomputable def energy (xₜ : Time → EuclideanSpace ℝ (Fin 1)) : Time → ℝ := fun t => kineticEnergy S xₜ t + potentialEnergy S (xₜ t) /-! ### C.2. Simple equalities for the energies -/ lemma kineticEnergy_eq (xₜ : Time → EuclideanSpace ℝ (Fin 1)) : kineticEnergy S x...

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