pith. machine review for the scientific record. sign in
def definition def or abbrev high

z8Size

show as:
view Lean formalization →

z8Size defines the natural number 8 as the order of the cyclic group ℤ/8ℤ. Analysts studying discrete Fourier transforms on cyclic groups or the eight-tick structure in Recognition Science would cite this constant when certifying harmonic analysis. The definition is a direct literal assignment, with the relation to 2 cubed established separately by a decision procedure.

claimThe cardinality of the cyclic group $ℤ/8ℤ$ is defined to be 8.

background

The module Abstract Harmonic Analysis from RS identifies five canonical locally compact groups (ℝ, ℤ, S¹, ℚ_p, GL_n(ℚ)) with configuration dimension D = 5. It treats DFT-8 as harmonic analysis on the cyclic group ℤ/8ℤ whose order is 8, equivalently 2 cubed, and notes Pontryagin duality relating the dual of ℤ to the circle group S¹. The Lean code confirms the group order by decision with zero sorries or axioms.

proof idea

This is a direct definition that assigns the literal constant 8 to z8Size. No lemmas are applied and no tactics are used.

why it matters in Recognition Science

z8Size supplies the group order required by the AbstractHarmonicAnalysisCert structure to assert equality with 2 cubed. It anchors the connection to the eight-tick octave (period 2^3) at forcing-chain step T7 and supports derivation of three spatial dimensions at T8. The module uses the definition to ground harmonic analysis in the RS framework.

scope and limits

Lean usage

example : z8Size = 8 := rfl

formal statement (Lean)

  28def z8Size : ℕ := 8

used by (5)

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.