kernel-Nat.prime_one_lt
- Kind
- kernel-term
- Status
- checked
Supports: ∀ {p : ℕ}, Nat.Prime p → 1 < p
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- prime_one_lt 2>/dev/null | grep -Ec '^Nat\.prime_one_lt[[:space:]]')" -ge 1 Evidence notes
`prime_condition`'s lower-bound conjunct `2 <= p` is defeq to `1 < p` (`Nat.lt a b := Nat.le (succ a) b`, and `succ 1` and `2` are the same unary numeral), so the proof is the conjunct itself.