Documentation

Mathlib.Analysis.Complex.UpperHalfPlane.FunctionsBoundedAtInfty

Bounded at infinity #

For complex-valued functions on the upper half plane, this file defines the filter UpperHalfPlane.atImInfty required for defining when functions are bounded at infinity and zero at infinity. Both of which are relevant for defining modular forms.

Filter for approaching iโˆž.

Instances For
    theorem UpperHalfPlane.atImInfty_mem (S : Set UpperHalfPlane) :
    S โˆˆ atImInfty โ†” โˆƒ (A : โ„), โˆ€ (z : UpperHalfPlane), A โ‰ค z.im โ†’ z โˆˆ S
    def UpperHalfPlane.IsBoundedAtImInfty {ฮฑ : Type u_1} [Norm ฮฑ] (f : UpperHalfPlane โ†’ ฮฑ) :

    A function f : โ„ โ†’ ฮฑ is bounded at infinity if it is bounded along atImInfty.

    Instances For
      def UpperHalfPlane.IsZeroAtImInfty {ฮฑ : Type u_1} [Zero ฮฑ] [TopologicalSpace ฮฑ] (f : UpperHalfPlane โ†’ ฮฑ) :

      A function f : โ„ โ†’ ฮฑ is zero at infinity it is zero along atImInfty.

      Instances For
        def UpperHalfPlane.zeroAtImInftySubmodule (ฮฑ : Type u_1) [NormedField ฮฑ] :
        Submodule ฮฑ (UpperHalfPlane โ†’ ฮฑ)

        Module of functions that are zero at infinity.

        Instances For
          def UpperHalfPlane.boundedAtImInftySubalgebra (ฮฑ : Type u_1) [NormedField ฮฑ] :
          Subalgebra ฮฑ (UpperHalfPlane โ†’ ฮฑ)

          Subalgebra of functions that are bounded at infinity.

          Instances For
            theorem UpperHalfPlane.isBoundedAtImInfty_iff {ฮฑ : Type u_1} [Norm ฮฑ] {f : UpperHalfPlane โ†’ ฮฑ} :
            IsBoundedAtImInfty f โ†” โˆƒ (M : โ„) (A : โ„), โˆ€ (z : UpperHalfPlane), A โ‰ค z.im โ†’ โ€–f zโ€– โ‰ค M
            theorem UpperHalfPlane.isZeroAtImInfty_iff {ฮฑ : Type u_1} [SeminormedAddGroup ฮฑ] {f : UpperHalfPlane โ†’ ฮฑ} :
            IsZeroAtImInfty f โ†” โˆ€ (ฮต : โ„), 0 < ฮต โ†’ โˆƒ (A : โ„), โˆ€ (z : UpperHalfPlane), A โ‰ค z.im โ†’ โ€–f zโ€– โ‰ค ฮต
            theorem UpperHalfPlane.tendsto_smul_atImInfty {g : GL (Fin 2) โ„} (hg : โ†‘g 1 0 = 0) :
            Filter.Tendsto (fun (ฯ„ : UpperHalfPlane) => g โ€ข ฯ„) atImInfty atImInfty