Theorems · Theorem · approximation theory
Asymptotics.IsBigOWith.const_mul_left
∀ {α : Type u_1} {F : Type u_4} {R : Type u_13} [inst : Norm F] [inst_1 : SeminormedRing R] {c : ℝ} {g : α → F}
{l : Filter α} {f : α → R},
Asymptotics.IsBigOWith c l f g → ∀ (c' : R), Asymptotics.IsBigOWith (‖c'‖ * c) l (fun x => c' * f x) g- Defined in
- Mathlib.Analysis.Asymptotics.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormSeminormedRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.normstatement · cited by 5,413
- norm_nonnegproof · cited by 725
- Normstatement and proof · cited by 512
- SeminormedRingstatement and proof · cited by 446
- Asymptotics.IsBigOWithstatement and proof · cited by 187
- Asymptotics.IsBigOWith.transproof · cited by 13
- Asymptotics.isBigOWith_const_mul_selfproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.const_mul_leftproof · cited by 16