A1:
( sin is_differentiable_on ].0 ,1.[ & cos is_differentiable_on ].0 ,1.[ )
by Th72, Th73, FDIFF_1:34;
A2:
for th being Real st th in ].0 ,1.[ holds
cos . th <> 0
for th being real number st th in ].0 ,1.[ holds
diff tan ,th > 0
proof
let th be
real number ;
( th in ].0 ,1.[ implies diff tan ,th > 0 )
assume A6:
th in ].0 ,1.[
;
diff tan ,th > 0
A7:
(
th is
Real &
cos is_differentiable_in th )
by Th68, XREAL_0:def 1;
A8:
sin is_differentiable_in th
by Th69;
A9:
cos . th <> 0
by A2, A6;
then A10:
diff tan ,
th =
(((diff sin ,th) * (cos . th)) - ((diff cos ,th) * (sin . th))) / ((cos . th) ^2 )
by A7, A8, FDIFF_2:14
.=
(((cos . th) * (cos . th)) - ((diff cos ,th) * (sin . th))) / ((cos . th) ^2 )
by Th69
.=
(((cos . th) * (cos . th)) - ((- (sin . th)) * (sin . th))) / ((cos . th) ^2 )
by Th68
.=
(((cos . th) ^2 ) + ((sin . th) * (sin . th))) / ((cos . th) ^2 )
.=
1
/ ((cos . th) ^2 )
by Th31
;
(cos . th) ^2 > 0
by A9, SQUARE_1:74;
hence
diff tan ,
th > 0
by A10;
verum
end;
hence
( tan is_differentiable_on ].0 ,1.[ & ( for th being real number st th in ].0 ,1.[ holds
diff tan ,th > 0 ) )
by A1, A2, FDIFF_2:21; verum