Update stronglyMeromorphic.lean
This commit is contained in:
parent
d80894ea6f
commit
e7ca812ad8
|
@ -168,8 +168,12 @@ theorem StronglyMeromorphicAt_of_makeStronglyMeromorphic
|
||||||
exact h₃g
|
exact h₃g
|
||||||
· unfold MeromorphicAt.makeStronglyMeromorphicAt
|
· unfold MeromorphicAt.makeStronglyMeromorphicAt
|
||||||
simp
|
simp
|
||||||
by_cases h₃f : hf.order = 0
|
by_cases h₃f : hf.order = (0 : ℤ)
|
||||||
· simp [h₃f]
|
· let h₄f := (hf.order_eq_int_iff 0).1 h₃f
|
||||||
|
let G := Classical.choose h₄f
|
||||||
|
simp [h₃f]
|
||||||
|
let hG := Classical.choose_spec h₄f
|
||||||
|
simp at hG
|
||||||
|
|
||||||
sorry
|
sorry
|
||||||
· simp [h₃f]
|
· simp [h₃f]
|
||||||
|
|
Loading…
Reference in New Issue