kernel-Nat.prime_pos
- Kind
- kernel-term
- Status
- checked
Supports: ∀ {p : ℕ}, Nat.Prime p → 0 < p
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- prime_pos 2>/dev/null | grep -Ec '^Nat\.prime_pos[[:space:]]')" -ge 1 Evidence notes
`Lt 0 p` is defeq to `Le 1 p`, built exactly as `prime_one_le`'s witness: `le_trans` from `Le 1 2` and `Le 2 p`.