Exact expanded PA statement
forall n. ~(n = 0) -> exists p. ((~(p = 1) /\ forall a b. p = a * b -> a = 1 \/ b = 1) /\ ((exists u. u + S n = p) /\ (exists v. v + p = n + n)))Structural proof guide
Every nonzero natural has a prime in its open-closed Bertrand interval.
Direct prerequisites: le_or_lt, bertrand_eventually_closed_upper, bertrand_small_closed_upper. The authored body proceeds by case analysis (1).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of this body receipt. The focused endpoint audits separately check the complete empty-context certificates.
- 0001
intro n - 0002
intro hnonzero - 0003
specialize le_or_lt (16 * 32) - 0004
specialize le_or_lt n - 0005
cases le_or_lt - 0006
specialize bertrand_eventually_closed_upper n - 0007
apply bertrand_eventually_closed_upper - 0008
exact le_or_lt_left - 0009
specialize bertrand_small_closed_upper n - 0010
apply bertrand_small_closed_upper - 0011
exact hnonzero - 0012
exact le_or_lt_right