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

StrainFunctional

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)

  28structure StrainFunctional (State : Type*) where
  29  /-- The strain/cost of a state. -/
  30  J : State → ℝ
  31
  32namespace StrainFunctional
  33
  34variable {State : Type*}
  35
  36/-- A strain functional is non-negative if J(x) ≥ 0 for all x. -/

used by (30)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (21)

Lean names referenced from this declaration's body.