Encyclopedia Foundation Foundation Primitive Recognition Calculus Grow Signed Orbit Mul Balanced Zero Of Balanced Zero Right Choice Free

ARTICLE 1 claim 1 theorem

Foundation Primitive Recognition Calculus Grow Signed Orbit Mul Balanced Zero Of Balanced Zero Right Choice Free

A tiny formal proof shows that multiplying two balanced signed orbits keeps the ledger balanced, a closure property that underpins the framework's arithmetic.

The closed ledger

A signed orbit is a discrete record of events, each marked as positive or negative, together with a rule for combining two such records. The framework's ledger, a discrete record of recognition events, uses these orbits as its basic objects. A signed orbit is balanced when its positive and negative counts are equal, so it sums to zero. The theorem states that if two signed orbits are each balanced, then their product, defined by the framework's multiplication rule, is also balanced. In plain terms, the balanced property is closed under multiplication: combining two balanced ledgers yields another balanced ledger.

The proof is short and mechanical. It rewrites the balanced condition in terms of natural-number counts, expands the multiplication rule into addition and multiplication of those counts, and then applies the hypothesis that the second orbit is balanced. The result follows directly from arithmetic. This is a small lemma, but it is load-bearing for the framework's arithmetic of recognition events: it guarantees that the product operation never leaves the balanced class, so the framework can build larger structures without stepping outside its own ledger discipline.

In Recognition Science, this closure property is one of the elementary steps in a larger forcing chain. The framework models physical structure as arising from a cost function on recognition events, and the signed orbits are a primitive layer beneath that cost. This result establishes a consistency condition: if the ledger starts balanced, multiplication preserves that balance. It is not a claim about physics directly; it is a formal guarantee about the arithmetic of the framework's own primitives. The theorem is checked in the framework's machine-checked library of formal theorems, so the closure holds by construction, not by convention.

THEOREM mul_balanced_zero_of_balanced_zero_right_cf · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/Grow/SignedOrbitMulBalancedZeroOfBalancedZeroRightChoiceFree.lean
theorem mul_balanced_zero_of_balanced_zero_right_cf
    (z w : SignedOrbit)
    (hw : w.balanced SignedOrbit.zero) :
    (z.mul w).balanced SignedOrbit.zero := by
  rw [SignedOrbit.balanced_iff_toNat_eq] at hw ⊢
  simp only [SignedOrbit.mul_pos, SignedOrbit.mul_neg, SignedOrbit.zero,
    DistinctionNat.toNat_add, DistinctionNat.toNat_mul, DistinctionNat.toNat_zero,
    Nat.add_zero, Nat.zero_add] at hw ⊢
  rw [hw]

What this page does not claim

This proof does not establish that the multiplication rule is the only possible one. The theorem does not claim that physical recognition events are balanced in nature. The result does not derive any physical constant or empirical prediction.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/Grow/SignedOrbitMulBalancedZeroOfBalancedZeroRightChoiceFree.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND