kernel-Nat.prime_not_dvd_one
- Kind
- kernel-term
- Status
- checked
Supports: ∀ {p : ℕ}, Nat.Prime p → ¬p ∣ 1
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- prime_not_dvd_one 2>/dev/null | grep -Ec '^Nat\.prime_not_dvd_one[[:space:]]')" -ge 1 Evidence notes
Direct application of the already-proved `not_dvd_one_of_two_le` to `prime_condition`'s lower-bound conjunct `2 <= p`.