let A be symmetrical Subset of COMPLEX; 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; ( 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
; 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; ( x in A implies F . x = F . (abs x) )
assume A4:
x in A
; F . x = F . (abs x)
A5:
x in dom (F | A)
by A2, A4, RELAT_1:62;
A6:
- x in A
by A4, Def1;
then A7:
- x in dom (F | A)
by A2, RELAT_1:62;
per cases
( x < 0 or 0 < x or x = 0 )
;
suppose
x < 0
;
F . x = F . (abs x)then F . (abs x) =
F . (- x)
by ABSVALUE:def 1
.=
F /. (- x)
by A2, A6, PARTFUN1:def 6
.=
(F | A) /. (- x)
by A2, A6, PARTFUN2:17
.=
(F | A) . (- x)
by A7, PARTFUN1:def 6
.=
(F | A) . x
by A3, A5, A7, Def3
.=
(F | A) /. x
by A5, PARTFUN1:def 6
.=
F /. x
by A2, A4, PARTFUN2:17
.=
F . x
by A2, A4, PARTFUN1:def 6
;
hence
F . x = F . (abs x)
;
verum end; end;