Pith. sign in
theorem

canonicalThreshold_pos

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

plain-language theorem explainer

The canonical threshold constant appearing in the rung-76 structural physics certificate is strictly positive. Certificate and domain-cost arguments in this module cite the fact whenever a positive scale is required. The proof is a one-line wrapper: unfold the definition, then finish by linear arithmetic from φ > 1.5.

Claim. The canonical threshold $T$ (the $\varphi$-derived positive scale used by the structural physics certificate at recognition rung 76) satisfies $0 < T$.

background

This module packages a structural Recognition Science certificate for the Physics domain at recognition rung 76 (Plan v7, 120th pass). Status is a pure structural theorem: zero sorry, zero axioms. Nearby siblings define a domain cost, its nonnegativity, and the canonical threshold itself; the present lemma only records positivity of that threshold.

The golden ratio $\varphi = (1+\sqrt{5})/2$ is the self-similar fixed point forced by the T5–T6 segment of the unified forcing chain. The Constants library supplies the elementary bound $\varphi > 1.5$, proved from $\sqrt{5} > 2$. After unfolding, the canonical threshold is an affine expression in $\varphi$ whose positivity is immediate from that bound.

proof idea

One-line wrapper. Unfold the definition of the canonical threshold, then invoke linarith on the single upstream fact phi_gt_onePointFive ($\varphi > 1.5$). No further case splits or algebraic identities are required.

why it matters

Positivity of the canonical threshold is the elementary scale fact needed before domain-cost nonnegativity and the inhabited structural certificate (StructPhysicsM76Cert / cert_inhabited) can be assembled for Physics at rung 76. It sits downstream of the Constants bound on $\varphi$ and upstream of any certificate that treats the threshold as a strictly positive yardstick. In the broader framework it is a local arithmetic consequence of T6 ($\varphi$ forced as the self-similar fixed point), not a new physical prediction. No downstream edges are recorded yet; the lemma is consumed inside the same module’s certificate construction.

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