Theorems · Theorem · approximation theory
Asymptotics.IsLittleO.multisetProd
∀ {α : Type u_1} {l : Filter α} {ι : Type u_17} {R : Type u_18} {𝕜 : Type u_19} [inst : SeminormedCommRing R]
[inst_1 : NormedField 𝕜] {s : Multiset ι} {f : ι → α → R} {g : ι → α → 𝕜},
(∀ i ∈ s, f i =O[l] g i) →
(∃ i ∈ s, f i =o[l] g i) →
(fun x => (Multiset.map (fun x_1 => f x_1 x) s).prod) =o[l] fun x => (Multiset.map (fun x_1 => g x_1 x) s).prod- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 1 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Multisetstatement and proof · cited by 2,627
- NormedFieldstatement and proof · cited by 1,084
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- Asymptotics.IsBigOstatement and proof · cited by 506
- Asymptotics.IsLittleOstatement and proof · cited by 375
- Multiset.ofListproof · cited by 290
- SeminormedCommRingstatement and proof · cited by 38
- Quotient.mk_surjectiveproof · cited by 16
- Asymptotics.IsLittleO.listProdproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.IsLittleO.finsetProdproof · cited by 0