Encyclopedia Masses Masses Mass Genesis T10 Times Three Multiplier Wallpaper Count Is Derived From D

ARTICLE 2 claims 2 theorems

Masses Mass Genesis T10 Times Three Multiplier Wallpaper Count Is Derived From D

A machine-checked proof shows the number 17 is not a free choice but the sum of two geometric facts: 11 passive states plus 6 cube faces.

The wallpaper number

The number 17 appears throughout crystallography as the count of wallpaper groups, the distinct repeating patterns that can tile a flat plane. The Recognition Science framework's machine-checked library of formal theorems contains a declaration, wallpaper_count_is_derived_from_dimension, that derives this number from a different source. The theorem states that the wallpaper count equals the sum of two other framework constants: the count of passive states, which the framework sets at 11, plus the number of faces of a three-dimensional cube, which is 6.

In plain terms, the declaration proves that 17 = 11 + 6. The framework models the electroweak sector with a yardstick value of 55, a count of cells reachable by the W boson, and a channel reach. It defines the wallpaper count as a constant, Anchor.W, and the theorem shows this constant is not an independent input. The proof is computational: it evaluates the wallpaper count to 17, the passive state count to 11, and the cube face count to 6, then verifies the sum. The declaration is tagged as a theorem in the library, meaning it is a proved statement within the framework's axiom system.

The declaration does not claim that the physical universe is made of wallpaper patterns, nor that the 17 wallpaper groups themselves are derived from cube faces. It establishes an arithmetic identity between framework-internal constants. The number 17 as the count of wallpaper groups is a classical mathematical fact; the framework's contribution is to show that its own constant for that count can be expressed as 11 plus 6. The theorem does not derive the value 11 or the value 6 from first principles; those are definitional choices within the framework, not proved results. The declaration also does not claim that the passive state count or the cube face count have any direct physical meaning beyond their roles in the framework's mass genesis construction.

What the declaration changes is the status of the wallpaper constant within the framework. Instead of being a primitive parameter, it becomes a derived quantity, tied to the framework's geometry and its passive state count. This fits into a larger pattern in the framework where constants are forced by structural constraints rather than chosen freely. The arithmetic identity is a small but load-bearing step in the framework's derivation chain, showing that a number from crystallography can be recovered from the framework's own primitives.

THEOREM wallpaper_count_is_derived_from_dimension · IndisputableMonolith/Masses/MassGenesis/T10TimesThreeMultiplier.lean
wallpaper_count_is_derived_from_dimension · IndisputableMonolith/Masses/MassGenesis/T10TimesThreeMultiplier.lean:335
/-- **NON-SUBSTITUTABILITY, lead 4 (dimension).** The wallpaper count is a
FUNCTION of the dimension: `W = E_passive + cube_faces` (`= 17` iff `D = 3`).
So `D` is upstream of `W`, not an independent multiplier of it; using `D` as
the multiplier would double-count `W`'s own source. -/
theorem wallpaper_count_is_derived_from_dimension :
    (Anchor.W : ℤ) = (Anchor.E_passive : ℤ) + (cube_faces D : ℤ) := by
  have hW : (Anchor.W : ℤ) = 17 := by decide
  have hE : (Anchor.E_passive : ℤ) = 11 := by decide
  have hcf : (cube_faces D : ℤ) = 6 := by decide
  rw [hW, hE, hcf]
  norm_num
THEOREM wallpaper_count_is_derived_from_dimension · IndisputableMonolith/Masses/MassGenesis/T10TimesThreeMultiplier.lean
wallpaper_count_is_derived_from_dimension · IndisputableMonolith/Masses/MassGenesis/T10TimesThreeMultiplier.lean:335
/-- **NON-SUBSTITUTABILITY, lead 4 (dimension).** The wallpaper count is a
FUNCTION of the dimension: `W = E_passive + cube_faces` (`= 17` iff `D = 3`).
So `D` is upstream of `W`, not an independent multiplier of it; using `D` as
the multiplier would double-count `W`'s own source. -/
theorem wallpaper_count_is_derived_from_dimension :
    (Anchor.W : ℤ) = (Anchor.E_passive : ℤ) + (cube_faces D : ℤ) := by
  have hW : (Anchor.W : ℤ) = 17 := by decide
  have hE : (Anchor.E_passive : ℤ) = 11 := by decide
  have hcf : (cube_faces D : ℤ) = 6 := by decide
  rw [hW, hE, hcf]
  norm_num

What this page does not claim

The declaration does not derive the classical 17 wallpaper groups from cube faces. The declaration does not prove the values 11 and 6 from first principles; they are framework definitions. The declaration does not claim the wallpaper count is a physical observable in the conventional sense.

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/Masses/MassGenesis/T10TimesThreeMultiplier.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