let Z be open Subset of REAL ; :: thesis: ( Z c= dom (arctan * cot ) & ( for x being Real st x in Z holds
( cot . x > - 1 & cot . x < 1 ) ) implies ( arctan * cot is_differentiable_on Z & ( for x being Real st x in Z holds
((arctan * cot ) `| Z) . x = - 1 ) ) )
assume that
A1:
Z c= dom (arctan * cot )
and
A2:
for x being Real st x in Z holds
( cot . x > - 1 & cot . x < 1 )
; :: thesis: ( arctan * cot is_differentiable_on Z & ( for x being Real st x in Z holds
((arctan * cot ) `| Z) . x = - 1 ) )
dom (arctan * cot ) c= dom cot
by RELAT_1:44;
then A3:
Z c= dom cot
by A1, XBOOLE_1:1;
AA:
for x being Real st x in Z holds
arctan * cot is_differentiable_in x
then A6:
arctan * cot is_differentiable_on Z
by A1, FDIFF_1:16;
for x being Real st x in Z holds
((arctan * cot ) `| Z) . x = - 1
proof
let x be
Real;
:: thesis: ( x in Z implies ((arctan * cot ) `| Z) . x = - 1 )
assume A7:
x in Z
;
:: thesis: ((arctan * cot ) `| Z) . x = - 1
then A8:
sin . x <> 0
by A3, FDIFF_8:2;
then A9:
cot is_differentiable_in x
by FDIFF_7:47;
A10:
(
cot . x > - 1 &
cot . x < 1 )
by A2, A7;
A13:
cot . x = (cos . x) / (sin . x)
by A3, A7, RFUNCT_1:def 4;
A14:
(sin . x) ^2 <> 0
by A8, SQUARE_1:74;
((arctan * cot ) `| Z) . x =
diff (arctan * cot ),
x
by A6, A7, FDIFF_1:def 8
.=
(diff cot ,x) / (1 + ((cot . x) ^2 ))
by A9, A10, SIN_COS9:85
.=
(- (1 / ((sin . x) ^2 ))) / (1 + ((cot . x) ^2 ))
by A8, FDIFF_7:47
.=
- ((1 / ((sin . x) ^2 )) / (1 + ((cot . x) ^2 )))
.=
- (1 / (((sin . x) ^2 ) * (1 + (((cos . x) / (sin . x)) * ((cos . x) / (sin . x))))))
by A13, XCMPLX_1:79
.=
- (1 / (((sin . x) ^2 ) * (1 + (((cos . x) ^2 ) / ((sin . x) ^2 )))))
by XCMPLX_1:77
.=
- (1 / (((sin . x) ^2 ) + ((((sin . x) ^2 ) * ((cos . x) ^2 )) / ((sin . x) ^2 ))))
.=
- (1 / (((sin . x) ^2 ) + ((cos . x) ^2 )))
by A14, XCMPLX_1:90
.=
- (1 / 1)
by SIN_COS:31
.=
- 1
;
hence
((arctan * cot ) `| Z) . x = - 1
;
:: thesis: verum
end;
hence
( arctan * cot is_differentiable_on Z & ( for x being Real st x in Z holds
((arctan * cot ) `| Z) . x = - 1 ) )
by A1, AA, FDIFF_1:16; :: thesis: verum