IndisputableMonolith.Mathematics.ImaginaryUnit
The module maps the discrete 8-tick cycle onto the unit circle in the complex plane, showing how the imaginary unit arises at the second tick. Researchers deriving quantum evolution or rotation operators from discrete time foundations would cite these constructions. The module proceeds by defining a phase assignment function and verifying its algebraic closure after eight steps.
claimThe eight-tick phases are the points $e^{i k π/4}$ for integer $k=0$ to $7$ on the unit circle, with the imaginary unit $i$ realized at tick 2 as $e^{i π/2}$.
background
Recognition Science takes the fundamental time quantum τ₀ = 1 tick from the Constants module. The EightTick module supplies the discrete clock whose phases sit at multiples of π/4: 0, π/4, π/2, 3π/4, π, 5π/4, 3π/2, 7π/4. This module translates those ticks into complex numbers via a phase map that places each tick at the corresponding point on the unit circle.
proof idea
This is a definition module, no proofs. It introduces the phase assignment, then records a chain of lemmas that compute the explicit values at each tick and confirm the cycle returns to 1 after eight steps.
why it matters in Recognition Science
The module supplies the link from the eight-tick octave (T7) to the complex plane, enabling later results on the Schrödinger equation and Euler identity inside the same module. It thereby converts the discrete clock into the algebraic structure needed for rotation operators and phase evolution.
scope and limits
- Does not derive the full field of complex numbers.
- Does not treat continuous-time limits or differential operators.
- Does not address spatial dimensions or mass ladders.
- Does not prove uniqueness outside the 8-tick constraint.
depends on (2)
declarations in this module (15)
-
def
eightTickPhase -
theorem
tick2_is_i -
theorem
tick4_is_neg1 -
theorem
i_is_rotation -
theorem
two_rotations -
theorem
i_squared_from_8tick -
theorem
i_power_is_rotation -
def
whyComplex -
theorem
schrodinger_i_from_8tick -
theorem
euler_from_8tick -
theorem
euler_identity -
def
implications -
def
rootOfUnity -
theorem
roots_form_group -
structure
ImaginaryUnitFalsifier