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)
95theorem newton_second_law (m : ℝ) (V : ℝ → ℝ) (γ : ℝ → ℝ) (t : ℝ) :
96 standardEL m V γ t = 0 ↔ m * deriv (deriv γ) t = -(deriv V (γ t)) := by
proof body
Term-mode proof.
97 unfold standardEL
98 constructor
99 · intro h; linarith
100 · intro h; linarith
101
102/-- **Inertia (Newton's First Law).** When the potential is constant
103 (`V' ≡ 0`), the EL equation reduces to `m γ̈ = 0`, i.e., constant
104 velocity motion. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
standardEL
in IndisputableMonolith.Action.QuadraticLimit
decl_use
-
V
in IndisputableMonolith.Cosmology.InflatonPotentialFromJCost
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
V
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
constant
in IndisputableMonolith.Relativity.Fields.Scalar
decl_use
-
V
in IndisputableMonolith.RRF.Core.Glossary
decl_use