Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.of_pow
∀ {α : Type u_1} {R : Type u_13} [inst : SeminormedRing R] {S : Type u_17} [inst_1 : NormedRing S] [NormMulClass S]
{c c' : ℝ} {l : Filter α} [NormOneClass S] {n : ℕ} {f : α → S} {g : α → R},
Asymptotics.IsBigOWith c l (f ^ n) (g ^ n) → n ≠ 0 → c ≤ c' ^ n → 0 ≤ c' → Asymptotics.IsBigOWith c' l f g- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 2 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.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Norm.normproof · cited by 5,413
- NormedRingstatement and proof · cited by 924
- norm_nonnegproof · cited by 725
- Filter.Eventually.monoproof · cited by 646
- SeminormedRingstatement and proof · cited by 446
- mul_nonnegproof · cited by 397
- mul_le_mul_of_nonneg_leftproof · cited by 361
- mul_powproof · cited by 220
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- pow_nonnegproof · cited by 141
Cited by2
Results whose statement or proof uses this declaration.
- Asymptotics.IsLittleO.of_powproof · cited by 1
- Asymptotics.IsBigO.of_powproof · cited by 0