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)
125def PathAction (path : List Config) : ℝ :=
proof body
Definition body.
126 match path with
127 | [] => 0
128 | [c] => J c.value
129 | c₁ :: c₂ :: rest =>
130 J c₁.value + J_transition c₁.value c₂.value c₁.pos c₂.pos +
131 PathAction (c₂ :: rest)
132
133/-- Empty path has zero action. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
J_transition
in IndisputableMonolith.Chemistry.ActivationEnergy
decl_use
-
has
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
Config
in IndisputableMonolith.Gravity.ILG
decl_use
-
Config
in IndisputableMonolith.Modal.Possibility
decl_use
-
J_transition
in IndisputableMonolith.Modal.Possibility
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use