kernel-dvd-prodrange-of-lt
- Kind
- kernel-term
- Status
- checked
Supports: Nat.dvd_prodRange_of_lt 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 -- dvd_prodRange_of_lt 2>/dev/null | grep -Ec '^Nat\.dvd_prodRange_of_lt[[:space:]]')" -ge 1 Evidence notes
`build_nat_prelude` admits this theorem only through the trusted kernel gate. The pattern is ANCHORED at the start of the line: `Nat.not_pow_succ_dvd_prodRange_of_lt` contains this theorem's name as a substring, so an unanchored match would pass on the wrong row.