Theorems · Theorem · approximation theory
Asymptotics.IsBigO.pow
∀ {α : Type u_1} {R : Type u_13} [inst : SeminormedRing R] {S : Type u_17} [inst_1 : NormedRing S] [NormMulClass S]
{l : Filter α} [NormOneClass S] {f : α → R} {g : α → S},
f =O[l] g → ∀ (n : ℕ), (fun x => f x ^ n) =O[l] fun x => g x ^ n- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Norm.normproof · cited by 5,413
- NormedRingstatement and proof · cited by 924
- Asymptotics.IsBigOstatement and proof · cited by 506
- SeminormedRingstatement and proof · cited by 446
- Asymptotics.IsBigOWithproof · cited by 187
- NormOneClassstatement and proof · cited by 136
- NormMulClassstatement and proof · cited by 66
- Asymptotics.IsBigO.isBigOWithproof · cited by 21
- Asymptotics.isBigO_iff_isBigOWithproof · cited by 8
- Asymptotics.IsBigOWith.pow'proof · cited by 2
Cited by8
Results whose statement or proof uses this declaration.
- isLittleO_pow_const_const_pow_of_one_ltproof · cited by 3
- Complex.tendsto_mul_log_one_add_of_tendstoproof · cited by 3
- NormedRing.inverse_add_norm_diff_nth_orderproof · cited by 2
- FormalMultilinearSeries.taylorComp_sub_taylorComp_isBigOproof · cited by 2
- HurwitzKernelBounds.isBigO_atTop_F_nat_oneproof · cited by 2
- EisensteinSeries.linear_left_summableproof · cited by 1
- Complex.IsExpCmpFilter.of_isBigO_im_re_rpowproof · cited by 1
- Asymptotics.IsTheta.powproof · cited by 1