theorem
proved
term proof
physical_interpretation_finite_resolution
show as:
view Lean formalization →
formal statement (Lean)
159theorem physical_interpretation_finite_resolution
160 (h : IsLocallyDiscrete L r) :
161 ∀ c, ∃ U ∈ L.N c, (r.R '' U).Finite := by
proof body
Term-mode proof.
162 intro c
163 exact h c
164
165/-! ## Module Status -/
166