nx_proofs_machine_checked.nx
buildroot/runtime/nx_proofs_machine_checked.nx
about
nx_proofs_machine_checked.nx -- real machine-checked proofs via
nx_derive (axioms -> inference rules -> theorems).
Per user 2026-05-14: "Machine-checkable proofs ... we especially
need this". The substrate already has nx_axioms (52 axioms across
Peano / ZFC / logic / order / algebra / measure / geometry / category)
and nx_derive (16 inference rules + verifier). This file builds
REAL derivation chains for foundational theorems and verifies each
via nx_deriv_verify. Not property tests; actual proof DAGs that
the substrate-side kernel approves.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_axioms.nxnx_derive.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 24 | func nx_report(label: *u8, status: nx_int, agree: *nx_int, fail: *nx_int) |
| 35 | func main() -> nx_exit |