kernel-Int.add_comm
- Kind
- kernel-term
- Status
- checked
Supports: For all integers a and b, a + b = b + a.
cargo test -p axeyum-lean-kernel --lib int_prelude Evidence notes
`build_int_prelude` admits this theorem through the trusted `Kernel::add_declaration` gate, which re-checks the proof term against the stated type, so a green run of the command is a machine-checked proof. Measured 2026-08-14: 12 tests pass (a nonzero count -- the filter is not inert).