Realizable Escape Regimes
Abstract
Fixed finite output systems admit only the full-escape large-address regime.
Theorem 1.1 (The fixed-output escape regimes reduce to full escape).
Proof. Machine-checked in Lean as D5/S0/Asymptotics/EscapeProbability/EscapeRegimeCorollary.escape_probability_realizable_regimes (✓ std3). ∎
Source. Repository-derived.
Commentary.
Let Y be a finite nonempty output alphabet, let f map Y to itself, write n for the size of Y and k for the number of fixed points. If k is zero, every address count has escape probability one. On positive address counts the probability is nondecreasing, and at one address it is one minus k divided by n. When n is at least two, the probability is strictly increasing if k is positive and tends to one as the address count grows.
The same theorem records the unconditional model constraint k at most n. When n is at least two, the scaled weight k A n to the minus A lies between zero and the two stated geometric envelopes, tends to zero, and therefore cannot tend to a positive lambda. Under that same size condition, every density c strictly between zero and one has a finite threshold beyond which k cannot equal c n to the A.
The proof applies the repository’s exact closed-form, monotonicity, strict-monotonicity, fixed-output limit, geometric-decay, and positive-density exclusion theorems. Pinned Mathlib and Loogle contain no theorem combining these clauses; Mathlib’s Fintype.card_subtype_le supplies the structural count bound. The conjunction preserves every mathematical clause of the named corollary, including its positive-address guard.
References
- Truth anchor:
D5/S0/Asymptotics/EscapeProbability/EscapeRegimeCorollary.escape_probability_realizable_regimes - Dependency: D5/S0/Asymptotics/DensePhaseUnrealizable
- Dependency: D5/S0/Asymptotics/EscapeProbability/FixedOutputLimit
- Dependency: D5/S0/Asymptotics/EscapeProbability/PoissonDomainLimit
- Dependency: D5/S0/Asymptotics/EscapeProbability/StrictAddressMonotonicity
- Dependency: D5/S0/Asymptotics/EscapeProbabilityMonotone
- Dependency: D5/S0/Asymptotics/PoissonWeightDecay