Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Physlib/ClassicalMechanics/HarmonicOscillator/Solution.lean
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ References for the classical harmonic oscillator include:

-/

TODO "Split this file into smaller modules, keeping `Solution.lean` as an umbrella import.
The intended organization is:
- `Solution.Basic` for trajectory construction and equation-of-motion facts;
- `Solution.Energy` for energy-related lemmas;
- `Solution.InitialData` for alternative initial-condition parametrizations;
- `Solution.AmplitudePhase` for the amplitude-phase normal form;
- `Solution.SpecialTimes` for velocity-zero times, turning points, and zero crossings;
- `Solution.Periodicity` for period and recurrence facts."

@[expose] public section

namespace ClassicalMechanics
Expand Down
Loading