kernel-Nat.prime_one_le
- 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_le 2>/dev/null | grep -Ec '^Nat\.prime_one_le[[:space:]]')" -ge 1 Evidence notes
`le_trans` from `Le 1 2` (`le_add_right 1 1`) and `Le 2 p` (`prime_condition`'s lower-bound conjunct).