pith. machine review for the scientific record. sign in
theorem other other high

secondMagic_eq_2cubed

show as:
view Lean formalization →

The second magic number equals eight. Nuclear physicists certifying structure categories within Recognition Science cite this when assembling the depth certificate. The proof is a one-line decision procedure that confirms the numerical identity from the definition.

claimThe second magic number equals $2^3$.

background

The Nuclear Physics Depth from RS module defines five nuclear structure categories (single-particle, collective, rotation, vibration, cluster) that set configDim D = 5. The second magic number is introduced directly as the natural number eight. This theorem confirms its equality to two cubed, aligning with the eight-tick octave (period $2^3$) from the T0-T8 forcing chain.

proof idea

This is a one-line wrapper that applies the decide tactic to the numerical equality between the second magic number and two cubed.

why it matters in Recognition Science

The result supplies the second_magic_cube field inside the nuclearPhysicsDepthCert definition that certifies overall nuclear physics depth. It connects to T7 of the unified forcing chain where the eight-tick octave appears as a structural period. The module reports zero sorries and zero axioms.

scope and limits

Lean usage

have h : secondMagicNumber = 2 ^ 3 := secondMagic_eq_2cubed

formal statement (Lean)

  35theorem secondMagic_eq_2cubed : secondMagicNumber = 2 ^ 3 := by decide

proof body

  36

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.