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

ququartX

show as:
view Lean formalization →

The ququartX declaration defines the canonical shift operator X on the four-dimensional ququart Hilbert space. Researchers modeling discrete Weyl algebras or coupled quantum cores would cite this when establishing algebraic relations. The definition constructs the linear map by shifting the index via the predecessor function modulo 4, with additivity verified by direct simplification.

claimThe linear operator $X : H_4 → H_4$ on the ququart state space satisfies $(Xψ)(m) = ψ(m-1 mod 4)$, where $H_4$ is the space of functions from Fin 4 to ℂ.

background

QuquartState is the type of states for a ququart system, realized as linear maps from Fin 4 to ℂ. The predecessor prev4 computes the index shift m ↦ m-1 mod 4. This sits inside the CoupledRecognitionCores module, which supplies the operator algebra for coupled recognition cores.

proof idea

The declaration is an abbreviation that reexports the definition of ququartX from CoupledRecognitionCores. The core construction uses a toFun clause that applies the state to the previous index and confirms the linear map property through simplification on prev4.

why it matters in Recognition Science

This operator is the direct input to the ququartWeyl_relation theorem establishing ZX = i XZ and to the supporting lemma ququartWeyl_relation_apply. It supplies the shift component of the discrete Weyl algebra used in the Recognition Science treatment of coupled cores.

scope and limits

formal statement (Lean)

  12abbrev ququartX := IndisputableMonolith.Foundation.CoupledRecognitionCores.ququartX

used by (4)

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.