SilverSight/signatures/character_transform_receipt.json
allaun 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

27 lines
No EOL
407 B
JSON

{
"schema": "character_transform_v1",
"languages": 12,
"consensus": {
"diag": 1,
"adj": -1,
"cross": 0,
"pairs": 4,
"eigenvalues": [
0.0,
2.0
]
},
"results": {
"Python": true,
"Go": true,
"Julia": true,
"R": true,
"C": true,
"C++": true,
"Scala": true,
"Fortran": true,
"Octave": true,
"Coq": true,
"Lean": true
}
}