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

29 lines
No EOL
444 B
JSON

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