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

RecognitionTriple

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)

  74structure RecognitionTriple where
  75  /-- The type of configurations -/
  76  Config : Type*
  77  /-- The type of events -/
  78  Event : Type*
  79  /-- Configurations form a valid configuration space -/
  80  configSpace : ConfigSpace Config
  81  /-- Events form a valid event space -/
  82  eventSpace : EventSpace Event
  83
  84/-! ## Module Status -/
  85

used by (1)

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

depends on (12)

Lean names referenced from this declaration's body.