Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite Prefix Local Constancy

Abstract

A finite symbolic prefix is locally constant off its boundary union.

Theorem 1.1 (A finite prefix has one common stability radius).

Proof. Machine-checked in Lean as D5/S3/Observer/SymbolicStability/FinitePrefixLocalConstancy.finite_prefix_locally_constant_off_boundary (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let the nth symbol map be locally constant away from its nth boundary. If a point avoids the union of the first N boundaries, then one positive metric radius makes all N symbols constant at once.

Pinned Mathlib has no complete theorem matching this common-radius statement. The Lean proof applies Filter.eventually_all to combine the finite family of neighborhood properties, then applies Metric.eventually_nhds_iff to extract the positive radius. The related LocallyConstant.unflip construction assumes global local constancy and is therefore stronger than the pointwise input here.

References

  • Truth anchor: D5/S3/Observer/SymbolicStability/FinitePrefixLocalConstancy.finite_prefix_locally_constant_off_boundary