proven
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
In the paper
- page 2 of this submission's paper
Lemma
Every prime number is odd.
Lean source view on GitHub
| 1 | import Mathlib.Algebra.Ring.Parity |
| 2 | import Lax242665.Primes |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Every prime other than 2 is odd |
| 7 | type: lemma |
| 8 | --- |
| 9 | Every prime number is odd. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax242665.OddPrimes |
| 13 | |
| 14 | /-- A prime `p` other than `2` is odd. -/ |
| 15 | axiom odd_of_prime : ∀ p : ℕ, Primes.Prime p → p ≠ 2 → Odd p |
| 16 | |
| 17 | end Lax242665.OddPrimes |
| 18 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments