Update holomorphic_JensenFormula2.lean

This commit is contained in:
Stefan Kebekus
2024-08-12 16:26:20 +02:00
parent 8b0d0f5c05
commit 4981e92c1c

View File

@@ -7,9 +7,21 @@ import Mathlib.Analysis.Analytic.IsolatedZeros
lemma xx
{f : }
{S : Set }
{R : }
(h : DifferentiableOn f (Metric.ball z₀ R)) :
o : , F : , z (Metric.ball z₀ R), (DifferentiableAt F z) (F z 0) (f z = F z * s (Metric.ball z₀ R), (z - s) ^ (o s)) := by
(h₁S : IsPreconnected S)
(h₂S : IsCompact S)
(hf : s S, AnalyticAt f s) :
o : , F : , z S, (AnalyticAt F z) (F z 0) (f z = F z * s S, (z - s) ^ (o s)) := by
let o : := by
intro z
if hz : z S then
let A := hf z hz
let B := A.order
exact A.order
else
exact 0
sorry