Encyclopedia Mathematics Mathematics Abstract Harmoni Analysis From Rs Abstract Harmonic Analysis Cert
ARTICLE 3 claims 3 theorems
Mathematics Abstract Harmoni Analysis From Rs Abstract Harmonic Analysis Cert
A machine-checked certificate records that harmonic analysis's five canonical groups exist, and that the cyclic group of order 8 has exactly 2³ elements.
A certificate of five groups
Harmonic analysis is the study of how functions on a group decompose into basic waves. The classical theory begins with five standard locally compact groups: the real line ℝ, the integers ℤ, the circle S¹, the p-adic numbers ℚₚ, and the general linear group GLₙ(ℚ). These five form the canonical starting set because each supports a Fourier transform with its own flavor, from the continuous waves on ℝ to the discrete frequencies on ℤ.
The declaration AbstractHarmonicAnalysisCert is a machine-checked certificate, a formal record that two facts hold. First, the list of five groups is exactly five: the certificate proves that the collection contains precisely those five entries and no others. Second, the cyclic group of order 8, written ℤ/8ℤ, has exactly 2³ elements. That second fact is a small arithmetic check, but it carries structural weight: the number 8 equals 2³, and in the Recognition Science framework this equality connects the cyclic group to the framework's derived exponent 3 for spatial dimensions.
The certificate also records a duality: the dual of the integers ℤ is the circle S¹. This is Pontryagin duality, the classical theorem that every locally compact abelian group has a dual group of continuous characters, and that taking the dual twice returns the original group. In the framework this duality is read as a recognition-phase correspondence, a pairing between discrete and continuous descriptions.
In Recognition Science, the discrete Fourier transform on 8 points is harmonic analysis on the cyclic group ℤ/8ℤ. The certificate packages this identification together with the five-group count into a single structure. The library proves the two facts by direct computation, with no axioms beyond the standard logical ones.
What the certificate does not claim is more important than what it proves. It does not assert that harmonic analysis itself is derived from the framework; the five groups and Pontryagin duality are classical mathematics, taken as input. It does not claim that the equality 8 = 2³ forces three spatial dimensions; the certificate merely records the numerical fact, while the forcing chain that derives dimension 3 lives elsewhere in the library. And it does not claim that the five groups are the only locally compact groups that matter, only that these five are the canonical starting set.
THEOREM lcGroupCount · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
theorem lcGroupCount : Fintype.card LCGroup = 5 := by decide
THEOREM z8Size_2cubed · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
theorem z8Size_2cubed : z8Size = 2 ^ 3 := by decide
THEOREM AbstractHarmonicAnalysisCert · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
structure AbstractHarmonicAnalysisCert where
five_groups : Fintype.card LCGroup = 5
z8_size : z8Size = 2 ^ 3
What this page does not claim
The certificate does not derive harmonic analysis from the framework; the five groups are classical input. The equality 8 = 2³ does not by itself force three spatial dimensions; the forcing chain is a separate result. The five groups are a canonical starting set, not an exhaustive classification of locally compact groups.
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/AbstractHarmoniAnalysisFromRS.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 framework derive the exponent 3 in 2³ from its forcing chain?
- What does the recognition-phase correspondence between ℤ and S¹ mean operationally?
- Which other classical structures does the framework certify in the same style?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM lcGroupCount · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
theorem lcGroupCount : Fintype.card LCGroup = 5 := by decideThe certificate proves that the collection contains precisely those five entries and no others. lcGroupCount · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.leanTHEOREM z8Size_2cubed · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
theorem z8Size_2cubed : z8Size = 2 ^ 3 := by decidethe cyclic group of order 8, written ℤ/8ℤ, has exactly 2³ elements z8Size_2cubed · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.leanTHEOREM AbstractHarmonicAnalysisCert · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean
structure AbstractHarmonicAnalysisCert where five_groups : Fintype.card LCGroup = 5 z8_size : z8Size = 2 ^ 3the dual of the integers ℤ is the circle S¹ AbstractHarmonicAnalysisCert · IndisputableMonolith/Mathematics/AbstractHarmoniAnalysisFromRS.lean