Encyclopedia Mathematics Mathematics Abstract Algebra From Rs Q3 Exponent Eq 2
ARTICLE 2 claims 2 theorems
Mathematics Abstract Algebra From Rs Q3 Exponent Eq 2
In the recognition lattice Q₃, every element squares to the identity, a fact the framework's machine-checked library records as q3Exponent_eq_2.
The exponent of Q₃
In group theory, the exponent of a finite group is the least positive integer n such that every element raised to the n-th power equals the identity element. For the group (ℤ/2)³, the exponent is 2, because every element is its own inverse: adding any element to itself gives zero. This is the classical fact that the Recognition Science declaration q3Exponent_eq_2 records.
The framework's machine-checked library of formal theorems defines q3Exponent as the natural number 2, and the theorem q3Exponent_eq_2 proves that this definition equals 2 by definitional equality (rfl). The same library also proves that the underlying set Q₃ has size 8 = 2³, matching the group (ℤ/2)³, and that the group is abelian. These results together certify that Q₃ is an elementary abelian 2-group of rank 3.
In Recognition Science, the lattice Q₃ arises from the eight-tick recognition cycle, and its algebraic structure is a derived consequence of the forcing chain. The exponent 2 means that applying any recognition operation twice returns to the starting state, a property that mirrors the cyclic nature of the framework's tick structure. The declaration is a small but precise algebraic anchor within the larger formal development.
The theorem does not claim that Q₃ is the only group with exponent 2, nor does it assert anything about the exponent of other recognition lattices. It states only the specific equality for the defined constant q3Exponent. The proof is by reflexivity, meaning the statement is true by definition, not by a substantive mathematical argument.
THEOREM q3Exponent_eq_2 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.lean
theorem q3Exponent_eq_2 : q3Exponent = 2 := rfl
THEOREM q3Size_eq_8 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.lean
theorem q3Size_eq_8 : q3Size = 8 := by decide
What this page does not claim
The theorem does not claim that Q₃ is the only group with exponent 2. It does not assert anything about the exponent of other recognition lattices. The proof being by reflexivity does not claim a substantive mathematical derivation.
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/Mathematics/AbstractAlgebraFromRS.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:
- How does the eight-tick recognition cycle give rise to the group (ℤ/2)³?
- What other algebraic structures does the recognition lattice Q₃ support beyond the abelian group structure?
- Does the exponent 2 property extend to recognition lattices of higher dimension?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM q3Exponent_eq_2 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.lean
theorem q3Exponent_eq_2 : q3Exponent = 2 := rflThe theorem q3Exponent_eq_2 proves that q3Exponent equals 2 by definitional equality. q3Exponent_eq_2 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.leanTHEOREM q3Size_eq_8 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.lean
theorem q3Size_eq_8 : q3Size = 8 := by decideThe same library proves that the underlying set Q₃ has size 8 = 2³. q3Size_eq_8 · IndisputableMonolith/Mathematics/AbstractAlgebraFromRS.lean