Global forbidden blocks impose the correct one-sided outward restrictions
ProvedFreiman.background_outward_constraintscontinued-fractionsmarkov-spectrumnumber-theory
From a central digit 3, either outward tail has digits at most four, avoids 14, and remains 31313-free when prefixed by the central 3. Both global exclusions 14 and 41 are used to handle the two directions; 31313 is its own reversal.
Preamble
import Definitions.Def_Freiman_backgroundWords
Formal statement
namespace Freiman
theorem background_outward_constraints (a : ℤ → ℕ+) (i : ℤ)
(ha : ∀ j : ℤ, (a j : ℕ) ≤ 4)
(h14 : AvoidsBlock a [1,4]) (h41 : AvoidsBlock a [4,1])
(h31313 : AvoidsBlock a [3,1,3,1,3]) (hi : (a i : ℕ) = 3) :
∀ r : Bool,
(∀ n : ℕ, (backgroundOutward a i r n : ℕ) ≤ 4) ∧
OneSidedAvoidsBlock (backgroundOutward a i r) [1,4] ∧
OneSidedAvoidsBlock (backgroundPrepend [3] (backgroundOutward a i r)) [3,1,3,1,3] := by
sorry
end FreimanSource
Freiman's Hall ray: Proof report and corrected English text, 8 September 2026, §1.4, Lemma 1.7 and its proof, printed pp. 11–12.