pith. machine review for the scientific record. sign in
structure definition def or abbrev

NewtonianParticle

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 170structure NewtonianParticle where
 171  /-- Position. -/
 172  x : ℝ
 173  /-- Velocity. -/
 174  v : ℝ
 175  /-- Mass. -/
 176  m : ℝ
 177
 178/-- F = ma emerges from the principle of least action.
 179    In RS: least action = minimum J-cost path. -/

depends on (15)

Lean names referenced from this declaration's body.