Theorems · Theorem · approximation theory
Asymptotics.IsBigO.listProd
∀ {α : Type u_1} {R : Type u_13} {𝕜 : Type u_15} [inst : SeminormedRing R] [inst_1 : NormedDivisionRing 𝕜]
{l : Filter α} {ι : Type u_17} {L : List ι} {f : ι → α → R} {g : ι → α → 𝕜},
(∀ i ∈ L, f i =O[l] g i) →
(fun x => (List.map (fun x_1 => f x_1 x) L).prod) =O[l] fun x => (List.map (fun x_1 => g x_1 x) L).prod- Defined in
- Mathlib.Analysis.Asymptotics.Lemmas
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Asymptotics.IsBigOstatement and proof · cited by 506
- SeminormedRingstatement and proof · cited by 446
- NormedDivisionRingstatement and proof · cited by 360
- Asymptotics.IsBigO.mulproof · cited by 29
Cited by3
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.multisetProdproof · cited by 2
- Asymptotics.IsLittleO.listProdproof · cited by 1
- Asymptotics.IsTheta.listProdproof · cited by 0