Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Continuous Prime Maximum

Abstract

The continuous prime-direction objective has a unique maximum on the nonnegative ray.

All parameters and exponents below are real. The base p is greater than one; primality is not required. Write f_p(t) for the following benefit:

Theorem 1.1 (Derivative on the nonnegative ray).

Proof. Machine-checked in Lean as D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_hasDerivAt (✓ std3). ∎

Source. Repository-derived.

Commentary.

The proof differentiates the real power, the quotient and the logarithm. Positivity of both logarithm arguments is proved from p > 1 and x >= 0.

Theorem 1.2 (Strict decrease of the slope).

Proof. Machine-checked in Lean as D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_slope_strictAntiOn (✓ std3). ∎

Source. Repository-derived.

Commentary.

The real power strictly increases with the exponent. Its positive shifted reciprocal therefore strictly decreases.

Theorem 1.3 (The unique maximum).

Proof. Machine-checked in Lean as D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_unique_maximum (✓ std3). ∎

Source. Repository-derived.

Commentary.

For p < y the critical exponent is positive, the objective strictly increases up to it and strictly decreases after it. For y <= p the maximum is the boundary exponent zero; strict decrease on the positive ray also covers p = y. These comparisons establish both the upper bound and its exact equality condition.

References

  • Truth anchor: D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_hasDerivAt
  • Truth anchor: D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_slope_strictAntiOn
  • Truth anchor: D5/S3/Arith/GoldenResource/ContinuousPrimeMaximum.continuous_prime_unique_maximum