let A be symmetrical Subset of COMPLEX ; :: thesis: ( A c= dom cot & ( for x being Real st x in A holds
sin . x <> 0 ) implies cot is_odd_on A )

assume that
A1: A c= dom cot and
A2: for x being Real st x in A holds
sin . x <> 0 ; :: thesis: cot is_odd_on A
B1: for x being Real st x in A holds
cot . (- x) = - (cot . x)
proof
let x be Real; :: thesis: ( x in A implies cot . (- x) = - (cot . x) )
assume A4: x in A ; :: thesis: cot . (- x) = - (cot . x)
then - x in A by Def1;
then cot . (- x) = cot (- x) by A2, SIN_COS9:16
.= - (cot x) by SIN_COS4:4
.= - (cot . x) by A2, A4, SIN_COS9:16 ;
hence cot . (- x) = - (cot . x) ; :: thesis: verum
end;
B2: dom (cot | A) = A by RELAT_1:91, A1;
for x being Real st x in dom (cot | A) & - x in dom (cot | A) holds
(cot | A) . (- x) = - ((cot | A) . x)
proof
let x be Real; :: thesis: ( x in dom (cot | A) & - x in dom (cot | A) implies (cot | A) . (- x) = - ((cot | A) . x) )
assume A3: ( x in dom (cot | A) & - x in dom (cot | A) ) ; :: thesis: (cot | A) . (- x) = - ((cot | A) . x)
(cot | A) . (- x) = (cot | A) /. (- x) by PARTFUN1:def 8, A3
.= cot /. (- x) by PARTFUN2:35, B2, A3, A1
.= cot . (- x) by PARTFUN1:def 8, A1, B2, A3
.= - (cot . x) by B1, B2, A3
.= - (cot /. x) by PARTFUN1:def 8, A1, B2, A3
.= - ((cot | A) /. x) by PARTFUN2:35, B2, A3, A1
.= - ((cot | A) . x) by PARTFUN1:def 8, A3 ;
hence (cot | A) . (- x) = - ((cot | A) . x) ; :: thesis: verum
end;
then ( cot | A is with_symmetrical_domain & cot | A is quasi_odd ) by Def6, B2, Def2;
hence cot is_odd_on A by A1, Def8; :: thesis: verum