kernel-Nat.not_prime_of_pow_mod_ne
- Kind
- kernel-term
- Status
- checked
Supports: Nat.not_prime_of_pow_mod_ne is admitted by the trusted kernel gate with the type recorded in formal.statement.
cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory not_prime_of_pow_mod_ne 2>/dev/null | grep -cE '^Nat\.not_prime_of_pow_mod_ne[[:space:]]' Evidence notes
Verified both ways 2026-08-30: the real name prints 1 and exits 0; a fabricated name (not_prime_of_pow_mod_ne_bogus) prints 0 and grep exits 1 (SIGPIPE-free grep -c, never grep -q under pipefail). --release is required.