Update stronglyMeromorphicAt.lean
This commit is contained in:
parent
ccfc457c48
commit
f22cea20a0
|
@ -357,8 +357,6 @@ theorem StronglyMeromorphicAt.decompose
|
||||||
∧ (g z₀ ≠ 0)
|
∧ (g z₀ ≠ 0)
|
||||||
∧ (f = (fun z ↦ (z-z₀) ^ (h₁f.meromorphicAt.order.untop h₂f)) * g) := by
|
∧ (f = (fun z ↦ (z-z₀) ^ (h₁f.meromorphicAt.order.untop h₂f)) * g) := by
|
||||||
|
|
||||||
let n := - h₁f.meromorphicAt.order.untop h₂f
|
|
||||||
|
|
||||||
let g₁ := (fun z ↦ (z-z₀) ^ (-h₁f.meromorphicAt.order.untop h₂f)) * f
|
let g₁ := (fun z ↦ (z-z₀) ^ (-h₁f.meromorphicAt.order.untop h₂f)) * f
|
||||||
let g₁₁ := fun z ↦ (z-z₀) ^ (-h₁f.meromorphicAt.order.untop h₂f)
|
let g₁₁ := fun z ↦ (z-z₀) ^ (-h₁f.meromorphicAt.order.untop h₂f)
|
||||||
have h₁g₁₁ : MeromorphicAt g₁₁ z₀ := by
|
have h₁g₁₁ : MeromorphicAt g₁₁ z₀ := by
|
||||||
|
|
Loading…
Reference in New Issue