IndisputableMonolith.CrossDomain.RecognitionGenerators
RecognitionGenerators asserts that the set {2, 3, 5} is the smallest generating set for the spectrum. It supplies definitions G2, G3, G5 together with decomposition maps for the listed composites. The module contains only definitions and no theorems or proofs.
claimThe set $\{2, 3, 5\}$ is the smallest generating set for the spectrum.
background
This module belongs to the CrossDomain section and imports only Mathlib. It introduces the generators G2, G3, G5 for the primes 2, 3, 5 and the decomposition functions four_decomp through twentyfive_decomp. The local setting is the construction of the spectrum from a minimal integer set under the Recognition Composition Law.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
The module feeds spectrum-generation steps used by cross-domain recognition results. It directly encodes the claim that {2, 3, 5} is the minimal generating set, supporting the phi-ladder and mass-formula constructions in the overall framework.
scope and limits
- Does not prove that {2, 3, 5} generates every spectrum element.
- Does not define the spectrum itself.
- Does not connect the generators to specific constants such as alpha or G.
- Does not contain any Lean theorems or proofs.
declarations in this module (25)
-
def
G2 -
def
G3 -
def
G5 -
theorem
four_decomp -
theorem
six_decomp -
theorem
seven_decomp -
theorem
eight_decomp -
theorem
ten_decomp -
theorem
twelve_decomp -
theorem
fifteen_decomp -
theorem
sixteen_decomp -
theorem
twentyfive_decomp -
theorem
fortyfive_decomp -
theorem
seventy_decomp -
theorem
oneTwentyFive_decomp -
theorem
twoSixteen_decomp -
theorem
twoFiftySix_decomp -
theorem
threeSixty_decomp -
theorem
threeOneTwentyFive_decomp -
theorem
generators_minimal -
theorem
primorial_product -
theorem
second_primorial -
theorem
third_primorial -
structure
RecognitionGeneratorsCert -
def
recognitionGeneratorsCert