Encyclopedia Foundation Foundation Operator Core Coupled Recognition Cores Ququart Weyl Relation
Foundation Operator Core Coupled Recognition Cores Ququart Weyl Relation
A machine-checked library defines the algebraic rule that links two four-state operations, and the rule is a definition, not a discovery.
The ququart relation
A ququart is a quantum system with four distinguishable states, the four-state cousin of a qubit's two. In the Recognition Science framework, a machine-checked library of formal theorems records how such systems behave. The declaration ququartWeyl_relation is a definitional abbreviation: it names a specific algebraic identity that connects two basic operations on a ququart, conventionally called X and Z.
The identity is the Weyl relation, a standard piece of quantum mechanics. For a system with d states, the X operation shifts the state label by one step, and the Z operation multiplies the state by a phase. The relation states that applying X then Z, compared with applying Z then X, differs only by that same phase factor. In symbols, for the four-state case, the relation fixes the order in which these two operations fail to commute: XZ equals ZX multiplied by the fourth root of unity. This is the discrete analogue of the position-momentum commutation rule that underlies the uncertainty principle.
In the framework's library, this relation is not proved from deeper principles. It is chosen, as a definition, to match the standard construction. The declaration ties the local ququart operations to a larger tensor-product structure, so the same relation holds when the ququart is embedded in a multi-core system. The library also records that the four core states form a basis and that the monomials built from X and Z are orthonormal, facts that follow from the chosen definitions.
What the declaration does not claim is more interesting. It does not assert that the Weyl relation is forced by Recognition Science's cost theorem, nor that the ququart's four states emerge from the framework's eight-tick cycle. The relation is a modeling choice, a scaffold on which later results might stand. It establishes a consistent algebraic structure, not a physical law. A reader who wants to know why four states, or why this phase factor, must look elsewhere in the framework; this declaration only says how the pieces fit together once the choice is made.
MODEL ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev ququartWeyl_relation := IndisputableMonolith.Foundation.CoupledRecognitionCores.ququartWeyl_relation
MODEL ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev ququartWeyl_relation := IndisputableMonolith.Foundation.CoupledRecognitionCores.ququartWeyl_relation
MODEL tensorWeylMonomial_self_inner · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev tensorWeylMonomial_self_inner {N : ℕ} :=
IndisputableMonolith.Foundation.CoupledRecognitionCores.tensorWeylMonomial_self_inner (N := N)
What this page does not claim
The Weyl relation is not proved from the framework's cost theorem. The ququart's four states do not emerge from the framework's eight-tick cycle. The declaration does not assert that the ququart is the unique four-state system in the framework.
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/Foundation/OperatorCore/CoupledRecognitionCores.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:
- What physical interpretation does the framework attach to the ququart's four states?
- Does the framework's cost theorem force the Weyl relation, or is it independent?
- How does the ququart construction relate to the framework's eight-tick recognition cycle?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev ququartWeyl_relation := IndisputableMonolith.Foundation.CoupledRecognitionCores.ququartWeyl_relationThe declaration ququartWeyl_relation is a definitional abbreviation that names a specific algebraic identity connecting the X and Z operations on a four-state quantum system. ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.leanMODEL ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev ququartWeyl_relation := IndisputableMonolith.Foundation.CoupledRecognitionCores.ququartWeyl_relationThe relation fixes the order in which the X and Z operations fail to commute, differing by a fourth root of unity phase factor. ququartWeyl_relation · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.leanMODEL tensorWeylMonomial_self_inner · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean
abbrev tensorWeylMonomial_self_inner {N : ℕ} := IndisputableMonolith.Foundation.CoupledRecognitionCores.tensorWeylMonomial_self_inner (N := N)The library records that the four core states form a basis and that the monomials built from X and Z are orthonormal, facts that follow from the chosen definitions. tensorWeylMonomial_self_inner · IndisputableMonolith/Foundation/OperatorCore/CoupledRecognitionCores.lean