36theorem injectivity_of_observable_map {C E : Type*} (r : Recognizer C E) : 37 Function.Injective (quotientEventMap r) :=
proof body
Term-mode proof.
38 quotientEventMap_injective (r := r) 39 40/-! ## Paper Theorem: Refinement (Composition of Recognizers) -/ 41 42/-- Paper theorem: the composite quotient maps surjectively to each component quotient. -/
depends on (9)
Lean names referenced from this declaration's body.