let A be symmetrical Subset of COMPLEX; :: thesis: for F being PartFunc of REAL,REAL st F is_even_on A holds
for x being Real st x in A holds
F . x = F . (abs x)

let F be PartFunc of REAL,REAL; :: thesis: ( F is_even_on A implies for x being Real st x in A holds
F . x = F . (abs x) )

assume A1: F is_even_on A ; :: thesis: for x being Real st x in A holds
F . x = F . (abs x)

then A2: A c= dom F by Def5;
A3: F | A is even by A1, Def5;
let x be Real; :: thesis: ( x in A implies F . x = F . (abs x) )
assume A4: x in A ; :: thesis: F . x = F . (abs x)
A5: x in dom (F | A) by A2, A4, RELAT_1:91;
A6: - x in A by A4, Def1;
then A7: - x in dom (F | A) by A2, RELAT_1:91;
per cases ( x < 0 or 0 < x or x = 0 ) ;
suppose x < 0 ; :: thesis: F . x = F . (abs x)
then F . (abs x) = F . (- x) by ABSVALUE:def 1
.= F /. (- x) by A2, A6, PARTFUN1:def 8
.= (F | A) /. (- x) by A2, A6, PARTFUN2:35
.= (F | A) . (- x) by A7, PARTFUN1:def 8
.= (F | A) . x by A3, A5, A7, Def3
.= (F | A) /. x by A5, PARTFUN1:def 8
.= F /. x by A2, A4, PARTFUN2:35
.= F . x by A2, A4, PARTFUN1:def 8 ;
hence F . x = F . (abs x) ; :: thesis: verum
end;
suppose 0 < x ; :: thesis: F . x = F . (abs x)
hence F . x = F . (abs x) by ABSVALUE:def 1; :: thesis: verum
end;
suppose x = 0 ; :: thesis: F . x = F . (abs x)
hence F . x = F . (abs x) by ABSVALUE:def 1; :: thesis: verum
end;
end;