Skip to main content

Part 0· SCC Hero · T20

T20 — Axiom Consistency (A1' resolves A1↔A3 incompatibility)

updated 554 words2 min read

Hero · Foundation group · Cat A. Source: C-0020 / P-0020. Verification: E-0025. Canonical version: CV-1.0. Full statement and proof: Canonical Spec — Part 5 · §13.

Statement

The sigmoid closure operator Clt(u)(x)=σ ⁣(acl((1ηcl)u(x)+ηcl(Ptu)(x)τcl))\mathrm{Cl}_t(u)(x) = \sigma\!\big(a_{\mathrm{cl}}\,((1-\eta_{\mathrm{cl}})u(x) + \eta_{\mathrm{cl}}(P_t u)(x) - \tau_{\mathrm{cl}})\big) satisfies:

  • A1' (conditional extensivity): Clt(u)(x)u(x)\mathrm{Cl}_t(u)(x) \geq u(x) whenever u(x)cu(x) \leq c^* and (Ptu)(x)u(x)(P_t u)(x) \geq u(x), where cc^* is the unique scalar fixed point of σ(acl(cτcl))\sigma(a_{\mathrm{cl}}(c - \tau_{\mathrm{cl}})) in (0,1)(0,1).
  • A2 (monotonicity): uvu \leq v pointwise \Rightarrow Clt(u)Clt(v)\mathrm{Cl}_t(u) \leq \mathrm{Cl}_t(v) pointwise — unconditional.
  • A3 (contraction): iterates form a Cauchy sequence; geometric rate acl/4a_{\mathrm{cl}}/4 when acl<4a_{\mathrm{cl}} < 4.
  • A4 (continuity): Clt\mathrm{Cl}_t is continuous in any p\ell^p topology — unconditional.

The original axiom A1 (weak extensivity, Clt(u)u\mathrm{Cl}_t(u) \geq u unconditionally) and A3 (contraction, acl<4a_{\mathrm{cl}} < 4) are incompatible: A1 at u(x)=0.9u(x) = 0.9 requires acl5.49a_{\mathrm{cl}} \geq 5.49, contradicting acl<4a_{\mathrm{cl}} < 4.

A1' resolves the tension by restricting extensivity to sites below the self-support threshold cc^*.

Proof idea

Direct computation. Define g(u)=σ(acl(uτcl))ug(u) = \sigma(a_{\mathrm{cl}}(u - \tau_{\mathrm{cl}})) - u. Then g(0)=σ(aclτcl)>0g(0) = \sigma(-a_{\mathrm{cl}}\tau_{\mathrm{cl}}) > 0 and g(c)=0g(c^*) = 0. Since g(c)=aclσ(acl(cτcl))1<0g'(c^*) = a_{\mathrm{cl}} \sigma'(a_{\mathrm{cl}}(c^* - \tau_{\mathrm{cl}})) - 1 < 0 (because acl/4<1a_{\mathrm{cl}}/4 < 1), gg is positive on [0,c)[0, c^*). When (Ptu)(x)u(x)(P_t u)(x) \geq u(x) and u(x)cu(x) \leq c^*, the pre-activation z(x)acl(u(x)τcl)z(x) \geq a_{\mathrm{cl}}(u(x) - \tau_{\mathrm{cl}}), so Cl(u)(x)u(x)+g(u(x))u(x)\mathrm{Cl}(u)(x) \geq u(x) + g(u(x)) \geq u(x). This proves A1'.

A2 from monotonicity of σ\sigma and PtP_t. A3 from maxσ=1/4\max \sigma' = 1/4 giving Lipschitz constant acl/4<1\leq a_{\mathrm{cl}}/4 < 1. A4 from composition of continuous functions.

A1 fails: σ1(0.9)/ ⁣(0.9τcl)5.49>4\sigma^{-1}(0.9)/\!(0.9 - \tau_{\mathrm{cl}}) \approx 5.49 > 4. \square

Why this is a hero

T20 is the theory's foundational legitimacy. Without it, the axiom system is just a wishlist; with it, the wishlist is shown to be coherent.

The substantive content of T20 is the identification of A1↔A3 incompatibility and the resolution via A1'. This is not a routine consistency check — it is a discovery that the original axiom system was inconsistent for the sigmoid realization, and a non-trivial refinement that captures the correct structural intent (closure builds up cohesion below the self-support threshold cc^*, corrects above it) while preserving compatibility with contraction.

The conditional form of A1' is also load-bearing for the theory's interpretation. SCC's closure is self-regulating, not merely extensive: it is bounded above by the scalar fixed point. This bounded-above property is what allows closure to coexist with the volume constraint Σm\Sigma_m (saturating u1u \equiv 1 everywhere is forbidden) and with the multi-formation regime (closure does not collapse formations to total dominance).

Logical dependencies

  • Builds on: nothing — this is the consistency theorem at the bottom of the stack.
  • Builds into: T6 (which uses A3 contraction at acl<4a_{\mathrm{cl}} < 4), every existence/stability result that invokes the closure operator.

See also

  • Full statement of Group A axioms with proofs: Canonical Spec Part 2 §6 Group A
  • The scalar fixed point cc^* and self-regulation interpretation: same page, A1' commentary
  • T6 closure fixed point (uses A3): T6 hero page