39def HasFiniteResolution (L : LocalConfigSpace C) (r : Recognizer C E) : Prop :=
proof body
Definition body.
40 ∀ c : C, HasFiniteLocalResolution L r c 41 42/-! ## Basic Properties -/ 43 44variable (L : LocalConfigSpace C) (r : Recognizer C E) 45 46/-- If R has finite local resolution at c, then c's event is in a finite set -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.