let Z be open Subset of REAL; ( Z c= dom (cos (#) tan) implies ( cos (#) tan is_differentiable_on Z & ( for x being Real st x in Z holds
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x)) ) ) )
A1:
for x being Real st x in Z holds
cos is_differentiable_in x
by SIN_COS:63;
assume A2:
Z c= dom (cos (#) tan)
; ( cos (#) tan is_differentiable_on Z & ( for x being Real st x in Z holds
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x)) ) )
then A3:
Z c= (dom cos) /\ (dom tan)
by VALUED_1:def 4;
then A4:
Z c= dom tan
by XBOOLE_1:18;
for x being Real st x in Z holds
tan is_differentiable_in x
then A5:
tan is_differentiable_on Z
by A4, FDIFF_1:9;
Z c= dom cos
by A3, XBOOLE_1:18;
then A6:
cos is_differentiable_on Z
by A1, FDIFF_1:9;
A7:
for x being Real st x in Z holds
diff (tan,x) = 1 / ((cos . x) ^2)
for x being Real st x in Z holds
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x))
proof
let x be
Real;
( x in Z implies ((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x)) )
assume A8:
x in Z
;
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x))
then ((cos (#) tan) `| Z) . x =
((diff (cos,x)) * (tan . x)) + ((cos . x) * (diff (tan,x)))
by A2, A5, A6, FDIFF_1:21
.=
((tan . x) * (- (sin . x))) + ((cos . x) * (diff (tan,x)))
by SIN_COS:63
.=
((tan . x) * (- (sin . x))) + ((cos . x) * (1 / ((cos . x) ^2)))
by A7, A8
.=
(((sin . x) / (cos . x)) * (- ((sin . x) / 1))) + ((cos . x) / ((cos . x) ^2))
by A4, A8, RFUNCT_1:def 1
.=
(- (((sin . x) ^2) / (cos . x))) + (((cos . x) / (cos . x)) / (cos . x))
by XCMPLX_1:78
.=
(- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x))
by A4, A8, FDIFF_8:1, XCMPLX_1:60
;
hence
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x))
;
verum
end;
hence
( cos (#) tan is_differentiable_on Z & ( for x being Real st x in Z holds
((cos (#) tan) `| Z) . x = (- (((sin . x) ^2) / (cos . x))) + (1 / (cos . x)) ) )
by A2, A5, A6, FDIFF_1:21; verum