Theorems · Theorem · approximation theory
Asymptotics.IsBigO.finsetProd
∀ {α : Type u_1} {l : Filter α} {ι : Type u_17} {R : Type u_18} {𝕜 : Type u_19} [inst : SeminormedCommRing R]
[inst_1 : NormedField 𝕜] {s : Finset ι} {f : ι → α → R} {g : ι → α → 𝕜},
(∀ i ∈ s, f i =O[l] g i) → (fun x => ∏ i ∈ s, f i x) =O[l] fun x => ∏ i ∈ s, g i x- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Filterstatement and proof · cited by 8,121
- Finset.prodstatement · cited by 2,356
- NormedFieldstatement and proof · cited by 1,084
- Asymptotics.IsBigOstatement and proof · cited by 506
- SeminormedCommRingstatement and proof · cited by 38
- Asymptotics.IsBigO.multisetProdproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.taylorComp_sub_taylorComp_isBigOproof · cited by 2
- Asymptotics.IsTheta.finsetProdproof · cited by 0