Update holomorphic.primitive.lean
This commit is contained in:
parent
bb74aa273f
commit
321ceba46b
|
@ -219,6 +219,15 @@ theorem primitive_fderivAtBasepoint
|
||||||
rw [Filter.eventually_iff_exists_mem]
|
rw [Filter.eventually_iff_exists_mem]
|
||||||
|
|
||||||
let s := f⁻¹' Metric.ball (f 0) c
|
let s := f⁻¹' Metric.ball (f 0) c
|
||||||
|
have : IsOpen s := by
|
||||||
|
apply IsOpen.mem_nhds
|
||||||
|
apply IsOpen.preimage hf
|
||||||
|
exact Metric.isOpen_ball
|
||||||
|
|
||||||
|
|
||||||
|
--sorry
|
||||||
|
--apply isOpen_iff_ball_subset
|
||||||
|
|
||||||
use s
|
use s
|
||||||
constructor
|
constructor
|
||||||
· apply IsOpen.mem_nhds
|
· apply IsOpen.mem_nhds
|
||||||
|
|
Loading…
Reference in New Issue