kernel-Int.modEq_refl
- Kind
- kernel-term
- Status
- checked
Supports: For all integers n and a, a is congruent to a modulo n.
test "$(cargo run -q -p axeyum-lean-kernel --example int_theorem_inventory -- modEq_refl 2>/dev/null | grep -Ec '^theorem[[:space:]]+Int\.modEq_refl[[:space:]]')" -ge 1 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 producing this row at all is a machine-checked proof. `int_theorem_inventory` exits non-zero for a name that does not exist, and the `grep -q` requires the admitted `theorem`-kind row to be printed.