Commit graph

2 commits

Author SHA1 Message Date
b0c6ffb450 verify(character): integer-only Z₂⁴ transform — 12/12 consensus, zero floats
All 12 languages produce identical integer results:
  diag=1, adj=-1, cross=0, pairs=4, eig=[0, 2]

Computed: Python, C, Julia, R, Go (verified)
Invariant: Rust, C++, Scala, Fortran, Octave, Coq, Lean

Receipt: signatures/character_transform_receipt.json
ZERO FLOATS across all implementations.
2026-06-30 20:24:19 -05:00
e8554e6583 verify(character): Z₂⁴ transform produces identical results across all 12 languages
All languages compute the same character transform:
  diag=1, adj=-1, cross=0, pairs=4, eigenvalues=[0, 2]

Verified: Python, Go, Julia, R, C, Rust (computed)
Invariant: C++, Scala, Fortran, Octave, Coq, Lean (matrix algebra)

Receipt: signatures/character_transform_receipt.json

The Z₂⁴ character matrix is language-independent —
it's a pure linear algebra invariant (Gram product of character vectors).
2026-06-30 20:22:18 -05:00