nat-prod-range-mul-1
- Kind
- kernel-term
- Status
- checked
Supports: Nat.prodRange_mul is admitted by the trusted kernel gate with the type recorded in formal.statement.
out=$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- prodRange_mul 2>&1) && test "$(printf "%s\n" "$out" | grep -cE '^Nat\.prodRange_mul.5.\(\(x0 : \(\(x0 : AxNat\) -> AxNat\)\) -> \(\(x1 : \(\(x1 : AxNat\) -> AxNat\)\) -> \(\(x2 : AxNat\) -> Eq\.\{1\} AxNat \(AxNat\.prodRange \(fun \(x3 : AxNat\) => AxNat\.mul \(x0 x3\) \(x1 x3\)\) x2\) \(AxNat\.mul \(AxNat\.prodRange x0 x2\) \(AxNat\.prodRange x1 x2\)\)\)\)\)$')" = 1 Evidence notes
`build_nat_prelude` admits this theorem only through the trusted kernel gate, so a successful build IS the type-check. The pattern pins the ARITY and the FULL rendered type, not the theorem's presence: `scripts/new-fact.py` rejected a name-only pattern as population-only, because it catches the row disappearing but not the statement changing inside a row that is still there.