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

canonicalRecognitionCostSystem

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)

 534noncomputable def canonicalRecognitionCostSystem (n W : ℕ) (hW : 0 < W) :
 535    RecognitionCostSystem n where
 536  cost := J

proof body

Definition body.

 537  rcl := RCL_holds
 538  sigma := canonicalSigma
 539  W := W
 540  W_pos := hW
 541
 542/-- The canonical recognition cost system uses the positive reals as state space. -/

used by (2)

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

depends on (14)

Lean names referenced from this declaration's body.