Documentation

Atlas.ProjectionTheory.code.FurstenbergCorollary

The "real SETUP" data for Euclidean projection theorems: a scale $R > 1$, a point set of cardinality X_card, a direction set of cardinality D_card, a bound S on $\max_{\theta\in D}|\pi_\theta(X)|$, and covering-number functions $N_X(r)$ and $N_D(\rho)$ counting balls of various radii intersecting $X$ and $D$.

Instances For

    Witness that the sets $X$ and $D$ in a RealProjectionSetup have Hausdorff spacing: there exist exponents $\alpha, \beta \in [0,1]$ and a constant $C$ such that $|X| \sim R^\alpha$, $|D| \sim R^\beta$, $N_X(r) \lesssim r^\alpha$ for all $1 \le r \le R$, and $N_D(\rho) \lesssim (\rho R)^\beta$ for all $R^{-1} \le \rho \le 1$.

    Instances For
      theorem FurstenbergCorollary.furstenberg_corollary (setup : RealProjectionSetup) (hspacing : HasHausdorffSpacing setup) (ε : ) (hε_pos : 0 < ε) (hS_bound : setup.S setup.R ^ (-ε) * min setup.R setup.X_card) :
      ∃ (C : ) (c : ), 0 < C 0 < c setup.D_card C * setup.R ^ (c * ε) * setup.S ^ 2 / setup.R

      Furstenberg conjecture (Euclidean form). In the SETUP, if $X$ and $D$ have Hausdorff spacing and $S \le R^{-\varepsilon}\min(R, |X|)$, then $|D| \lessapprox |S|^2 / R$, i.e. there exist constants $C, c > 0$ with $|D| \le C \cdot R^{c\varepsilon} \cdot S^2 / R$.