Theorems · Theorem · functional analysis
dist_prod_prod_le_of_le
∀ {ι : Type u_3} {E : Type u_5} [inst : SeminormedCommGroup E] (s : Finset ι) {f a : ι → E} {d : ι → ℝ},
(∀ b ∈ s, dist (f b) (a b) ≤ d b) → dist (∏ b ∈ s, f b) (∏ b ∈ s, a b) ≤ ∑ b ∈ s, d b- Defined in
- Mathlib.Analysis.Normed.Group.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedCommGroup
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.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- Dist.diststatement and proof · cited by 1,539
- SeminormedCommGroupstatement and proof · cited by 191
- Finset.prod_mul_distribproof · cited by 68
- dist_eq_norm_inv_mulproof · cited by 41
- Finset.prod_inv_distribproof · cited by 13
- norm_prod_le_of_leproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- dist_prod_prod_leproof · cited by 0