Documentation

Atlas.ProjectionTheory.code.GGGHMW

@[reducible, inline]
noncomputable abbrev RestrictedProjection.S2 :

The unit sphere $S^2 \subset \mathbb{R}^3$.

Instances For

    Orthogonal projection $\pi_\theta : \mathbb{R}^3 \to \mathbb{R}^3$ onto the plane perpendicular to a direction $\theta$, given by $v \mapsto v - \langle v, \theta\rangle\,\theta$.

    Instances For

      A spherical curve $\gamma : \mathbb{R} \to S^2$ is non-degenerate if it is $C^2$ and, at every parameter $t$, the second derivative $\gamma''(t)$ is not contained in the linear span of $\gamma(t)$ and $\gamma'(t)$; equivalently $\gamma, \gamma', \gamma''$ are pointwise linearly independent.

      Instances For

        The image $\pi_\theta(X)$ of $X \subset \mathbb{R}^3$ under orthogonal projection perpendicular to the direction $\theta$.

        Instances For
          noncomputable def RestrictedProjection.arcLengthAverage (γ : EuclideanSpace (Fin 3)) (f : EuclideanSpace (Fin 3)) (a b : ) :

          The arc-length average of $f$ along the curve $\gamma$ on $[a,b]$, i.e. $\bigl(\int_a^b \|\gamma'\|\bigr)^{-1} \int_a^b f(\gamma(t))\,\|\gamma'(t)\|\,dt$.

          Instances For
            theorem RestrictedProjection.gan_guo_guth_harris_maldague_wang (X : Set (EuclideanSpace (Fin 3))) (γ : EuclideanSpace (Fin 3)) (δ C : ) ( : 0 < δ) (hC : 0 < C) (hX : DeltaRegular.IsDeltaSRegular δ 2 C X) ( : IsNonDegenerate γ) (ε : ) ( : 0 < ε) :
            ∃ (C_ε : ), 0 < C_ε ∀ (a b : ), a < barcLengthAverage γ (fun (θ : EuclideanSpace (Fin 3)) => (↑(DeltaRegular.deltaCoveringNumber δ (projImage θ X))).toReal) a b C_ε * δ ^ (-2 + ε)

            Gan–Guo–Guth–Harris–Maldague–Wang theorem. If $X \subset B^3$ is a $(\delta, 2, C)$-set and $\gamma$ is a non-degenerate spherical curve, then for every $\varepsilon > 0$, $\operatorname{Avg}_{\theta \in \gamma} |\pi_\theta(X)|_\delta \ge C_\varepsilon \, \delta^{-2 + \varepsilon}$, i.e. averaging the $\delta$-covering number of the projection along the curve recovers nearly the full upper bound.