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

Trajectory velocity

ClassicalMechanics.HarmonicOscillator.InitialConditions.trajectory_velocity

Project documentation

For zero initial conditions, the trajectory is zero. -/ @[simp] lemma trajectory_zero : trajectory S 0 = fun _ => 0 := by simp [trajectory_eq] /-! ### B.3. Smoothness of the trajectories The trajectories for any initial conditions are smooth functions of time. -/ @[fun_prop] lemma trajectory_contDiff (S : HarmonicOscillator) (IC : InitialConditions) {n :...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Trajectory velocity eq zero iff exists int

ClassicalMechanics.HarmonicOscillator.InitialConditions.trajectory_velocity_eq_zero_iff_exists_int

Plain-language statement

For nonzero amplitude, the velocity is zero exactly at phase times φ + nπ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Trajectory velocity eq zero iff norm eq amplitude

ClassicalMechanics.HarmonicOscillator.InitialConditions.trajectory_velocity_eq_zero_iff_norm_eq_amplitude

Plain-language statement

The velocity vanishes exactly when the trajectory has norm equal to the amplitude.

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

Mass Metric Val cont MDiff

ClassicalMechanics.HarmonicOscillator.massMetricVal_contMDiff

Plain-language statement

The oscillator mass metric is constant in the global tangent-bundle chart.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mass Metric Val is Von NBounded

ClassicalMechanics.HarmonicOscillator.massMetricVal_isVonNBounded

Plain-language statement

The mass metric unit ball is bounded in the model norm.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record