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

RSMeasurement

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)

 121structure RSMeasurement (L E : Type*) [RSConfigSpace L] where
 122  /-- The measurement function -/
 123  measure : L → E
 124  /-- Measurements are nontrivial (can distinguish at least two states) -/
 125  nontrivial : ∃ ℓ₁ ℓ₂ : L, measure ℓ₁ ≠ measure ℓ₂
 126
 127/-- Convert RS measurement to RecogGeom recognizer -/

used by (6)

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

depends on (6)

Lean names referenced from this declaration's body.