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 469 to 474 of 2,569 results.

Project-declaredLean 4.32.0

Trajectory equation Of Motion of underdamped

ClassicalMechanics.DampedHarmonicOscillator.trajectory_equationOfMotion_of_underdamped

Mathematical statement

In the underdamped regime, the selected trajectory satisfies the damped equation of motion.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Trajectory velocity at zero

ClassicalMechanics.DampedHarmonicOscillator.trajectory_velocity_at_zero

Mathematical statement

The selected trajectory has initial velocity IC.v₀.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Euler lagrange var Gradient

ClassicalMechanics.euler_lagrange_varGradient

Project documentation

The Euler Lagrange operator, for a trajectory q : Time → X, and a lagrangian Time → X → X → ℝ, the Euler-Lagrange operator is ∂L/∂q - dₜ(∂L/∂(dₜ q)). -/ noncomputable def eulerLagrangeOp (L : Time → X → X → ℝ) (q : Time → X) : Time → X := fun t => gradient (L t · (∂ₜ q t)) (q t) - ∂ₜ (fun t' => gradient (L t' (q t') ·) (∂ₜ q t')) t lemma eulerLagran...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

To Initial Conditions from Initial Conditions

ClassicalMechanics.HarmonicOscillator.AmplitudePhase.toInitialConditions_fromInitialConditions

Mathematical statement

fromInitialConditions is a right inverse of toInitialConditions: converting initial conditions to amplitude–phase form and back recovers them exactly.

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