Documentation

Books.Analysis2_Tao_2022.Chapters.Chap05.section02_part2

Lemma 5.2.5c (Properties of the inner product (c), linearity in the first variable): for f, g, h ∈ C(ℝ/ℤ; ℂ) and c ∈ ℂ, ⟪f + g, h⟫ = ⟪f, h⟫ + ⟪g, h⟫ and ⟪cf, g⟫ = c ⟪f, g⟫.

Helper for Lemma 5.2.5d: taking the star of periodicInnerProduct u v swaps the arguments.

Lemma 5.2.5d (Properties of the inner product (d), antilinearity in the second variable): for f, g, h ∈ C(ℝ/ℤ; ℂ) and c ∈ ℂ, ⟪f, g + h⟫ = ⟪f, g⟫ + ⟪f, h⟫ and ⟪f, cg⟫ = \overline{c} ⟪f, g⟫.

noncomputable def periodicLInftyNorm (f : { h : // Continuous h Function.Periodic h 1 }) :

The L^∞ norm on continuous, 1-periodic complex-valued functions, taken as the supremum of ‖f(x)‖ on [0,1].

Equations
Instances For

    Helper for Exercise 5.2.3: 0 belongs to the fundamental interval [0,1].

    Helper for Exercise 5.2.3: the L^∞-range set is bounded above.

    Helper for Exercise 5.2.3: the L^∞-range set is nonempty.

    Helper for Exercise 5.2.3: the periodic L^∞ norm is nonnegative.

    Helper for Exercise 5.2.3: pointwise normSq is bounded by ‖f‖^2_{L^∞} on [0,1].

    Helper for Exercise 5.2.3: a nonzero periodic continuous function has strictly positive L^2 norm.

    Helper for Exercise 5.2.3: always ‖f‖_2 ≤ ‖f‖_{L^∞}.

    Helper for Exercise 5.2.3: for real scalars, ‖A‖ as a complex norm is |A|.

    Helper for Exercise 5.2.3: scaling exp(2πix) by c gives L^∞ norm ‖c‖.

    Helper for Exercise 5.2.3: diagonal converse case A = B.

    theorem helperForExercise_5_2_3_choose_parameters_for_ratio (r : ) (hr0 : 0 < r) (hr1 : r < 1) :
    ∃ (N : ), 1 N ∃ (t : ), 0 t t 1 t ^ 2 + (1 - t) ^ 2 / N = r

    Helper for Exercise 5.2.3: choose N,t with t^2 + (1 - t)^2 / N = r for any 0 < r < 1.

    theorem continuous_periodic_expMode (n : ) :
    (Continuous fun (x : ) => Complex.exp (n * (2 * Real.pi * Complex.I) * x)) Function.Periodic (fun (x : ) => Complex.exp (n * (2 * Real.pi * Complex.I) * x)) 1

    Helper for Exercise 5.2.3: the Fourier mode x ↦ exp(2πinx) is continuous and 1-periodic for every integer frequency n.

    noncomputable def expModePeriodicFunction (n : ) :

    Helper for Exercise 5.2.3: integer Fourier modes as periodic continuous functions.

    Equations
    Instances For

      Helper for Exercise 5.2.3: every Fourier mode has unit pointwise magnitude.

      Helper for Exercise 5.2.3: Fourier modes have orthonormal inner products on [0,1].

      Helper for Exercise 5.2.3: every Fourier mode has L^2 norm squared equal to 1.

      noncomputable def sumExpModes :

      Helper for Exercise 5.2.3: partial sums of positive Fourier modes.

      Equations
      Instances For

        Helper for Exercise 5.2.3: sumExpModes N is orthogonal to any higher mode.

        Helper for Exercise 5.2.3: sumExpModes N is orthogonal to the next mode.

        Helper for Exercise 5.2.3: constant mode is orthogonal to sumExpModes N.

        Helper for Exercise 5.2.3: sumExpModes N has exact L^2 norm square N.

        Helper for Exercise 5.2.3: value of sumExpModes N at 0 is exactly N.

        Helper for Exercise 5.2.3: pointwise bound for partial Fourier sums.

        Helper for Exercise 5.2.3: normalized average of the first N positive Fourier modes.

        Equations
        Instances For

          Helper for Exercise 5.2.3: exact profile of the normalized mode average, including orthogonality to the constant mode, exact L^2 square, exact L^∞, and value at 0.

          theorem helperForExercise_5_2_3_blend_profile (N : ) (hN : 1 N) (t : ) (ht0 : 0 t) (ht1 : t 1) :
          ∃ (u : { h : // Continuous h Function.Periodic h 1 }), periodicLInftyNorm u = 1 periodicL2Norm u ^ 2 = t ^ 2 + (1 - t) ^ 2 / N u 0 = 1

          Helper for Exercise 5.2.3: exact blended profile with prescribed t^2 + (1 - t)^2 / N, unit L^∞, and value 1 at zero.

          theorem helperForExercise_5_2_3_exists_exact_norms_strict (A B : ) (hA : 0 < A) (hAB : A < B) :

          Helper for Exercise 5.2.3: strict converse case A < B.

          theorem exercise_5_2_3 :
          (∀ (f : { h : // Continuous h Function.Periodic h 1 }), f 00 < periodicL2Norm f periodicL2Norm f periodicLInftyNorm f) ∀ (A B : ), 0 < AA B∃ (f : { h : // Continuous h Function.Periodic h 1 }), f 0 periodicL2Norm f = A periodicLInftyNorm f = B

          Exercise 5.2.3: if f ∈ C(ℝ/ℤ; ℂ) is non-zero, then 0 < ‖f‖_2 ≤ ‖f‖_{L^∞}; conversely, for real numbers 0 < A ≤ B, there exists a non-zero f ∈ C(ℝ/ℤ; ℂ) with ‖f‖_2 = A and ‖f‖_{L^∞} = B.