Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Lemma 16 — CLP Polynomial Tensor Product Ratio Strict Decay

Proved
clp_tensor_product_sublinear_decay

by Xinyu Xu · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

analysiscombinatoricserdos-problemsnumber-theory

For polynomial evaluation operators on product spaces with C < N, the power-law ratio (C/N)^n strictly decays below 1.

Formal statement
import Mathlib

theorem clp_tensor_product_sublinear_decay (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

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me