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.