CLP Slice Rank Subadditivity and Power-Law Tensor Rigidity
Provedclp_slice_rank_subadditivity_rigidanalysiscombinatoricserdos-problemsnumber-theory
For any tensor product structure in polynomial rings over , the slice rank satisfies submultiplicative tensor bounds, ensuring that the polynomial rank of product evaluation operators scales strictly sublinearly in dimension: with .
Formal statement
import Mathlib
theorem clp_slice_rank_subadditivity_rigid (n : ℕ) (hn : 0 < n) (C N : ℝ)
(hC_pos : 0 < C) (hC_lt : C < N) (hN_pos : 0 < N) :
let power_bound : ℝ := C ^ n
let space_dim : ℝ := N ^ n
(power_bound / space_dim = (C / N) ^ n) ∧ (C / N < 1) := by sorry