kernel-multiset-pow-count-dvd-prod
- Kind
- kernel-term
- Status
- checked
Supports: Nat.Multiset.pow_count_dvd_prod is admitted by the trusted kernel gate with the type recorded in formal.statement.
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- Multiset.pow_count_dvd_prod 2>/dev/null | grep -Ec '^Nat\.Multiset\.pow_count_dvd_prod[[:space:]]')" -ge 1 Evidence notes
`build_nat_prelude` admits this theorem only through the trusted kernel gate. `crates/axeyum-lean-kernel/src/nat_prelude/multiset_tests.rs` additionally INSTANTIATES it at concrete arguments and checks the inferred statement is the arithmetic fact it should be (`4 | 12` at the multiset {2,2,3} and the point 2, with `8 | 12` as the negative control) -- the trusted gate cannot tell that `count` and `prod` unfold to the right numbers.