Basic
📁 Source: PhysLean/ClassicalMechanics/DampedHarmonicOscillator/Basic.lean
Statistics
| Metric | Count |
|---|---|
| 14 | |
| 11 | |
| Total | 25 |
ClassicalMechanics
Definitions
| Name | Category | Theorems |
|---|---|---|
DampedHarmonicOscillator 📖 | CompData | — |
ClassicalMechanics.DampedHarmonicOscillator
Definitions
| Name | Category | Theorems |
|---|---|---|
EquationOfMotion 📖 | MathDef | — |
IsCriticallyDamped 📖 | MathDef | — |
IsOverdamped 📖 | MathDef | — |
IsUnderdamped 📖 | MathDef | — |
discriminant 📖 | CompOp | — |
energy 📖 | CompOp | |
energyDissipationRate 📖 | CompOp | — |
k 📖 | CompOp | |
kineticEnergy 📖 | CompOp | |
m 📖 | CompOp | |
potentialEnergy 📖 | CompOp | |
γ 📖 | CompOp | |
ω₀ 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
energy_dissipation_rate 📖 | mathematical | EquationOfMotionTimeTime.instNormedAddCommGroupTime.instNormedSpaceReal | Time.derivenergyγ | — | energy.eq_1kineticEnergy_eqpotentialEnergy_eqTime.deriv_eqTime.deriv_differentiable_of_contDiffTime.deriv.eq_1 |
energy_not_conserved 📖 | mathematical | EquationOfMotionTimeTime.instNormedAddCommGroupTime.instNormedSpaceRealγ | Time.derivenergy | — | energy_dissipation_rate |
k_ne_zero 📖 | — | — | — | — | k_pos |
k_pos 📖 | mathematical | — | k | — | — |
kineticEnergy_eq 📖 | mathematical | — | kineticEnergymTime.deriv | — | — |
m_ne_zero 📖 | — | — | — | — | m_pos |
m_pos 📖 | mathematical | — | m | — | — |
potentialEnergy_eq 📖 | mathematical | — | potentialEnergyk | — | — |
γ_nonneg 📖 | mathematical | — | γ | — | — |
ω₀_pos 📖 | mathematical | — | ω₀ | — | k_posm_pos |
ω₀_sq 📖 | mathematical | — | ω₀km | — | ω₀.eq_1k_posm_pos |
---