Theorems · Theorem · several complex variables
FormalMultilinearSeries.radius_right_inv_pos_of_radius_pos_aux1
∀ (n : ℕ) (p : ℕ → ℝ),
(∀ (k : ℕ), 0 ≤ p k) →
∀ {r a : ℝ},
0 ≤ r →
0 ≤ a →
∑ k ∈ Finset.Ico 2 (n + 1), a ^ k * ∑ c ∈ {c | 1 < c.length}.toFinset, r ^ c.length * ∏ j, p (c.blocksFun j) ≤
∑ j ∈ Finset.Ico 2 (n + 1), r ^ j * (∑ k ∈ Finset.Ico 1 n, a ^ k * p k) ^ jFirst technical lemma to control the growth of coefficients of the inverse. Bound the explicit
expression for ∑_{k<n+1} aᵏ Qₖ in terms of a sum of powers of the same sum one step before,
in a general abstract setup.
- Defined in
- Mathlib.Analysis.Analytic.Inverse
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Finsetproof · cited by 13,712
- Fintypeproof · cited by 7,736
- Set.ofPredstatement and proof · cited by 6,101
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
- LE.le.trans_ltproof · cited by 795
- LT.lt.trans_leproof · cited by 678
Cited by1
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.radius_rightInv_pos_of_radius_pos_aux2proof · cited by 1