Documentation

Carleson.TwoSidedCarleson.RestrictedWeakType

This file contains a reformulation of Theorem 10.0.1. It is not officially part of the blueprint.

Reformulations of Theorem 10.0.1 #

def interpolation_param (t₀ t₁ t : ) :

The parameter where linear interpolation between t₀ and t₁ results in t.

Equations
Instances For
    theorem interpolation_param_interpolation {t₀ t₁ t : } (h : t₀ t₁) :
    t = (1 - interpolation_param t₀ t₁ t) * t₀ + interpolation_param t₀ t₁ t * t₁
    theorem interpolation_param_mem_Ioo {t₀ t₁ t : } (h : t Set.Ioo t₀ t₁) :

    The constant used in two_sided_metric_carleson_hasStrongType.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For