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

RecognitionDefect

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)

  38structure RecognitionDefect (X : Ω → ℝ) where
  39  /-- The state carrying the defect -/
  40  state : Ω
  41  /-- The state has positive cost (is a defect) -/
  42  is_defect : Jcost (X state) > 0
  43
  44/-- The defect energy is the J-cost. -/

used by (2)

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

depends on (8)

Lean names referenced from this declaration's body.