let r be Real; :: thesis: for F being PartFunc of REAL,REAL st F is odd holds
r (#) F is odd

let F be PartFunc of REAL,REAL; :: thesis: ( F is odd implies r (#) F is odd )
A1: dom F = dom (r (#) F) by VALUED_1:def 5;
assume A2: F is odd ; :: thesis: r (#) F is odd
for x being Real st x in dom (r (#) F) & - x in dom (r (#) F) holds
(r (#) F) . (- x) = - ((r (#) F) . x)
proof
let x be Real; :: thesis: ( x in dom (r (#) F) & - x in dom (r (#) F) implies (r (#) F) . (- x) = - ((r (#) F) . x) )
assume that
A3: x in dom (r (#) F) and
A4: - x in dom (r (#) F) ; :: thesis: (r (#) F) . (- x) = - ((r (#) F) . x)
(r (#) F) . (- x) = r * (F . (- x)) by A4, VALUED_1:def 5
.= r * (- (F . x)) by A2, A1, A3, A4, Def6
.= - (r * (F . x))
.= - ((r (#) F) . x) by A3, VALUED_1:def 5 ;
hence (r (#) F) . (- x) = - ((r (#) F) . x) ; :: thesis: verum
end;
then ( r (#) F is with_symmetrical_domain & r (#) F is quasi_odd ) by A2, A1;
hence r (#) F is odd ; :: thesis: verum