Theorems · Theorem · number theory
ModularGroup.exists_bound_of_invariant_of_isBigO
∀ {E : Type u_1} [inst : SeminormedAddCommGroup E] {f : UpperHalfPlane → E},
Continuous f →
∀ {t : ℝ},
0 ≤ t →
(f =O[UpperHalfPlane.atImInfty] fun z => z.im ^ t) →
(∀ (g : Matrix.SpecialLinearGroup (Fin 2) ℤ) (τ : UpperHalfPlane), f (g • τ) = f τ) →
∃ C, ∀ (τ : UpperHalfPlane), ‖f τ‖ ≤ C * max τ.im (1 / τ.im) ^ tA function on ℍ which is invariant under SL(2, ℤ), and is O ((im τ) ^ t) at I∞ for
some 0 ≤ t, is bounded on ℍ by a constant multiple of (max (im τ) (1 / im τ)) ^ t.
This will be applied to f τ * (im τ) ^ (k / 2) for f a modular form of weight k, taking
t = 0 if f is cuspidal, and t = k / 2 otherwise.
- Defined in
- Mathlib.NumberTheory.ModularForms.Bounds
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Complexproof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Continuousstatement and proof · cited by 2,592
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
Cited by2
Results whose statement or proof uses this declaration.
- ModularGroup.exists_bound_of_subgroup_invariant_of_isBigOproof · cited by 1
- ModularGroup.exists_bound_of_invariantproof · cited by 0