Theorems · Theorem · approximation theory
Asymptotics.IsLittleO.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) →
(∃ 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
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Asymptotics.IsLittleOstatement and proof · cited by 375
- NormedDivisionRingstatement and proof · cited by 360
- Asymptotics.IsBigO.mul_isLittleOproof · cited by 15
- Asymptotics.IsLittleO.mul_isBigOproof · cited by 11
- Asymptotics.IsBigO.listProdproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Asymptotics.IsLittleO.multisetProdproof · cited by 1