Theorem Ω.1 (proved). \(\lim_{{n\to\infty}}\rho_n=2\), where \(\rho_n\) is the dominant root of the n-bonacci polynomial \(x^n-x^{{n-1}}-\cdots-x-1=0\). Full derivation: factor as \(x^n\bigl(1-\tfrac1x-\tfrac1{{x^2}}-\cdots-\tfrac1{{x^n}}\bigr)=0\). For \(x>1\) fixed and \(n\to\infty\), the bracketed finite geometric sum converges to the infinite geometric series \(\sum_{{k=1}}^\infty x^{{-k}} = \tfrac{{1/x}}{{1-1/x}} = \tfrac{{1}}{{x-1}}\). So in the limit, the equation becomes \(1-\tfrac{{1}}{{x-1}}=0 \Rightarrow x-1=1 \Rightarrow x=2\).
AXLE_v6.lean, and the same 2 that appears in tau_embodiment : tau^6 = 2^6. Three independent appearances of the same number is worth noticing, though — consistent with 102’s discipline — worth stating precisely rather than treating as automatically more significant than a single well-proved fact.
-- dm³ 103 · Week 06 · Theorem Ω.1, full derivation -- x^n - x^(n-1) - ... - x - 1 = 0 -- ⟺ x^n(1 - 1/x - 1/x² - ... - 1/x^n) = 0 -- As n→∞ (x>1 fixed): bracket → 1 - 1/(x-1) (infinite geometric series) -- ⟹ 1 - 1/(x-1) = 0 ⟹ x = 2 -- Same τ=2 appears in AXLE_v6.lean: tau_embodiment : tau^6 = 2^6 example : (2:ℝ)^6 = 64 := by norm_num