kernel-Int.add_neg
- Kind
- kernel-term
- Status
- checked
Supports: For every integer a, a + (-a) = 0.
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).