Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax242665.InfinitelyManyPrimes

There are infinitely many primes

concepts/Lax242665/InfinitelyManyPrimes.lean · lax-242665

proven

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this concept may be incorrect.

No flags have been submitted.

    Community review

    Flag this concept

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    No source line selected.

    Concept map

    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A

    Evidence

    Each proof establishes this claim relative to its assumptions.

    In the paper

    • page 1 of this submission's paper

    Theorem

    For every natural number nn there is a prime number p>np > n.

    Lean source view on GitHub

    1import Lax242665.Primes
    2
    3/-!
    4---
    5title: There are infinitely many primes
    6type: theorem
    7---
    8For every natural number nn there is a prime number p>np > n.
    9-/
    10
    11namespace Lax242665.InfinitelyManyPrimes
    12
    13/-- Beyond every natural number `n` lies a prime `p`. -/
    14axiom exists_prime_gt : ∀ n : ℕ, ∃ p : ℕ, Primes.Prime p ∧ n < p
    15
    16end Lax242665.InfinitelyManyPrimes
    17
    Show Proof

    Used by

    none

    From Mathlib

    none

    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

    Loading discussion…