let f be PartFunc of REAL,REAL; for x0 being Real st f is_right_differentiable_in x0 & f . x0 <> 0 holds
( f ^ is_right_differentiable_in x0 & Rdiff ((f ^),x0) = - ((Rdiff (f,x0)) / ((f . x0) ^2)) )
let x0 be Real; ( f is_right_differentiable_in x0 & f . x0 <> 0 implies ( f ^ is_right_differentiable_in x0 & Rdiff ((f ^),x0) = - ((Rdiff (f,x0)) / ((f . x0) ^2)) ) )
assume that
A1:
f is_right_differentiable_in x0
and
A2:
f . x0 <> 0
; ( f ^ is_right_differentiable_in x0 & Rdiff ((f ^),x0) = - ((Rdiff (f,x0)) / ((f . x0) ^2)) )
consider r1 being Real such that
A3:
r1 > 0
and
[.x0,(x0 + r1).] c= dom f
and
A4:
for g being Real st g in [.x0,(x0 + r1).] holds
f . g <> 0
by A1, A2, Th7, Th8;
hence
( f ^ is_right_differentiable_in x0 & Rdiff ((f ^),x0) = - ((Rdiff (f,x0)) / ((f . x0) ^2)) )
by A1, Lm4; verum