Documentation

Atlas.ProjectionTheory.code.BourgainLemma

def BourgainUniform.meshCube {d : } (δ : ) (k : Fin d) :

The half-open dyadic mesh cube indexed by $k \in \mathbb{Z}^d$ at scale $\delta$: $\{x : k_i \delta \leq x_i < (k_i+1)\delta\ \forall i\}$.

Instances For

    The set of mesh-cube indices $k \in \mathbb{Z}^d$ such that the cube at scale $\delta$ indexed by $k$ has nonempty intersection with $X$.

    Instances For
      noncomputable def BourgainUniform.meshCount {d : } (δ : ) (X : Set (EuclideanSpace (Fin d))) :

      The mesh-counting function $|X|_\delta$: the (possibly infinite) number of $\delta$-mesh cubes that intersect $X$.

      Instances For
        structure BourgainUniform.IsUniform {d : } (Δ : ) (m : ) (X : Set (EuclideanSpace (Fin d))) :

        IsUniform Δ m X is Bourgain's $(\Delta, m)$-uniformity: $X \subset [0,1]^d$, $\Delta = 1/n$ for some $n \in \mathbb{N}$, and for each $j < m$ the number of $\Delta^{j+1}$-mesh cubes inside any given $\Delta^j$-mesh cube of $X$ is a constant $R_j$ independent of the cube (the "branching factor" at step $j$).

        Instances For
          def BourgainUniform.IsRegularSet {d : } (δ s : ) (C : NNReal) (X : Set (EuclideanSpace (Fin d))) :

          IsRegularSet δ s C X says that $X$ is a $(\delta, s, C)$-regular set: for every scale $\rho \in [\delta, 1]$ and every $\rho$-mesh cube $Q$, $|X \cap Q|_\delta \leq C \rho^s |X|_\delta$, the discrete analogue of Frostman regularity with exponent $s$.

          Instances For