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

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