Theorems · Theorem · real analysis
Asymptotics.IsBigOWith.rpow
∀ {α : Type u_1} {r c : ℝ} {l : Filter α} {f g : α → ℝ},
Asymptotics.IsBigOWith c l f g →
0 ≤ c → 0 ≤ r → 0 ≤ᶠ[l] g → Asymptotics.IsBigOWith (c ^ r) l (fun x => f x ^ r) fun x => g x ^ r- Cited by
- 2 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- absproof · cited by 1,814
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.EventuallyLEstatement and proof · cited by 383
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- abs_nonnegproof · cited by 168
- Real.rpow_le_rpowproof · cited by 38
- Real.mul_rpowproof · cited by 37
- Asymptotics.IsBigOWith.boundproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.rpowproof · cited by 3
- Asymptotics.IsLittleO.rpowproof · cited by 2