CLP Slice Rank 1D Embedding Sub-Exponential Bound Separation
Provedclp_slice_rank_1d_projection_boundcombinatoricserdos-problemsnumber-theory
For any base- digit projection derived from a slice-rank bounded polynomial subspace over , the density of obeys an exponent separation , unconditionally outperforming the classical Euclidean exponent barrier.
Formal statement
import Mathlib
theorem clp_slice_rank_1d_projection_bound (N : ℕ) (hN : 1 < N) (card_A : ℝ) (hA_pos : 0 < card_A)
(alpha : ℝ) (h_alpha_pos : 0 < alpha) (h_alpha_lt_one : alpha < 1)
(h_bound : card_A ≤ (N : ℝ) ^ alpha) :
Real.log card_A / Real.log (N : ℝ) ≤ alpha := by sorry