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

Observer

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)

  96structure Observer where
  97  /-- Number of distinguishable states -/
  98  resolution : ℕ
  99  /-- Resolution is finite and positive -/
 100  res_pos : 0 < resolution
 101
 102/-- The projection map: a deterministic state maps to an observed state. -/

used by (30)

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

depends on (15)

Lean names referenced from this declaration's body.