Theorems · Theorem · complex analysis
Function.FactorizedRational.extractFactor
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {d : 𝕜 → ℤ} (u₀ : 𝕜),
Function.HasFiniteSupport d →
∏ᶠ (u : 𝕜), (fun x => x - u) ^ d u =
(fun x => x - u₀) ^ d u₀ * ∏ᶠ (u : 𝕜), (fun x => x - u) ^ Function.update d u₀ 0 uHelper Lemma for Computations: Extract one factor out of a factorized rational function.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NontriviallyNormedField
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetproof · cited by 13,712
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- SetLike.coeproof · cited by 8,199
- one_mulproof · cited by 2,841
- Finset.prodproof · cited by 2,356
- CommMonoidproof · cited by 2,264
- pow_zeroproof · cited by 1,094
- Finset.prod_congrproof · cited by 646
- Function.supportproof · cited by 610
- Function.updatestatement and proof · cited by 502
- Finset.eraseproof · cited by 455
Cited by2
Results whose statement or proof uses this declaration.
- Function.FactorizedRational.meromorphicNFOn_univproof · cited by 3
- Function.FactorizedRational.meromorphicOrderAt_eqproof · cited by 3