Pith. sign in
theorem

canonicalThreshold_pos

proved
show as:
module
IndisputableMonolith.Foundation.RS_Forcing_Chain_Module_005
domain
Foundation
line
21 · github
papers citing
none yet

plain-language theorem explainer

The canonical threshold built from the golden ratio is strictly positive. Researchers citing domain-cost bounds or forcing-chain positivity lemmas use this fact as a primitive. The argument is a one-line wrapper: unfold the threshold definition and close by linear arithmetic from the known bound φ > 1.5.

Claim. The canonical threshold (the positive constant built from the golden ratio $\varphi$) is strictly positive: $0 < \tau_{\mathrm{can}}$.

background

Module 5 of the Recognition Science forcing chain records structural theorems T0–T8, all proved in Lean with zero sorry and zero extra axioms. The local setting is the foundation layer: constants and cost primitives that later modules quote when forcing dimension, the eight-tick octave, and the φ-ladder.

The golden ratio $\varphi = (1+\sqrt{5})/2$ is the self-similar fixed point forced at T6. An upstream lemma sharpens the elementary bound to $\varphi > 1.5$ (via $\sqrt{5} > 2$). The canonical threshold is the named constant obtained by unfolding a short expression in $\varphi$; sibling declarations package the associated domain cost and its nonnegativity.

Positivity of that threshold is the minimal arithmetic fact needed before any comparison of domain costs against a creation or recognition cutoff.

proof idea

One-line wrapper. Unfold the definition of the canonical threshold so the goal is an explicit linear inequality in $\varphi$. Discharge it by linarith using the upstream lemma $\varphi > 1.5$. No further case splits or cost identities are required.

why it matters

Sits in Foundation RS Module 5, the structural block that claims the full forcing chain T0–T8 with zero sorry. It supplies the positivity half of the canonical-threshold package that domain-cost lemmas sit on. In the broader framework it aligns with the Berry-scale cutoff at order $\varphi^{-1}$ (equivalently $\varphi-1$), the natural positive unit against which ladder gaps and creation thresholds are measured. The dependency graph lists no downstream consumers yet; the lemma is infrastructure waiting on cost and forcing certificates in the same module (the inhabited cert and domain-cost nonnegativity siblings).

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.