De Branges's theorem (Bieberbach conjecture)

← All problems

deBranges_theorem

Submitter: Junyan Xu.

Notes: Unavailable.

Source: John B. Conway, *Functions of One Complex Variable II*, Chapter 17.

Informal solution: Unavailable.

theorem declaration uses `sorry`deBranges (f : ) (diff : DifferentiableOn f (ball 0 1)) (inj : (ball 0 1).InjOn f) (h0 : f 0 = 0) (h1 : deriv f 0 = 1) (n : ) : iteratedDeriv n f 0 / n.factorial n := f: diff:DifferentiableOn f (ball 0 1)inj:Set.InjOn f (ball 0 1)h0:f 0 = 0h1:deriv f 0 = 1n:iteratedDeriv n f 0 / n.factorial n All goals completed! 🐙

Solved by

Not yet solved.