Documentation

Atlas.ProjectionTheory.code.SubmultiplicativeProjective

The abstract data of a projective AD-regular configuration space at every scale $\delta$. Each projective configuration embeds into the AD configuration space with matching ratios, and admits a constant-loss decomposition: there exists $C > 0$ such that for every factorization $\delta = \delta_1 \delta_2$ and every configuration $c$ at scale $\delta$, there are configurations $c_1, c_2$ at scales $\delta_1, \delta_2$ with ratio bound $\mathrm{ratio}(c) \le C \cdot \mathrm{ratio}(c_1) \cdot \mathrm{ratio}(c_2)$.

Instances For

    The raw data underlying a projective AD configuration space: configurations with explicit coarsen/restrict maps, and the pointwise incidence decomposition bound with a universal constant $C$.

    Instances For

      The concrete projective AD configuration data used in the projection theory framework.

      Instances For

        The projective AD configuration space obtained from projConfigData by extracting the pointwise incidence decomposition into a decomposition existence statement.

        Instances For
          noncomputable def ProjectionTheory.R_AD_proj (δ : ) :

          The projective AD-regular incidence quantity $R_{AD,\mathrm{proj}}(\delta)$ at scale $\delta$, defined as the supremum of the projective configuration ratios at scale $\delta$.

          Instances For

            Each projective configuration ratio is bounded above by the supremum $R_{AD,\mathrm{proj}}(\delta)$.

            $R_{AD,\mathrm{proj}}(\delta) \ge 0$ for every scale $\delta$.

            theorem ProjectionTheory.R_AD_proj_submultiplicative :
            ∃ (C : ), 0 < C ∀ (δ₁ δ₂ : ), 0 < δ₁δ₁ < 10 < δ₂δ₂ < 1R_AD_proj (δ₁ * δ₂) C * R_AD_proj δ₁ * R_AD_proj δ₂

            Submultiplicative Lemma, projective version. There exists a constant $C > 0$ such that whenever $\delta = \delta_1 \delta_2$ with $\delta_1, \delta_2 < 1$, $R_{AD,\mathrm{proj}}(\delta_1 \delta_2) \le C \cdot R_{AD,\mathrm{proj}}(\delta_1) \cdot R_{AD,\mathrm{proj}}(\delta_2)$.