let f be PartFunc of REAL,COMPLEX; :: thesis: for A being Subset of REAL holds Re (f | A) = (Re f) | A
let A be Subset of REAL; :: thesis: Re (f | A) = (Re f) | A
A1: now :: thesis: for c being object st c in dom ((Re f) | A) holds
((Re f) | A) . c = (Re (f | A)) . c
let c be object ; :: thesis: ( c in dom ((Re f) | A) implies ((Re f) | A) . c = (Re (f | A)) . c )
assume A2: c in dom ((Re f) | A) ; :: thesis: ((Re f) | A) . c = (Re (f | A)) . c
then A3: c in (dom (Re f)) /\ A by RELAT_1:61;
then A4: c in A by XBOOLE_0:def 4;
A5: c in dom (Re f) by A3, XBOOLE_0:def 4;
then c in dom f by COMSEQ_3:def 3;
then c in (dom f) /\ A by A4, XBOOLE_0:def 4;
then A6: c in dom (f | A) by RELAT_1:61;
then c in dom (Re (f | A)) by COMSEQ_3:def 3;
then (Re (f | A)) . c = Re ((f | A) . c) by COMSEQ_3:def 3
.= Re (f . c) by A6, FUNCT_1:47
.= (Re f) . c by A5, COMSEQ_3:def 3 ;
hence ((Re f) | A) . c = (Re (f | A)) . c by A2, FUNCT_1:47; :: thesis: verum
end;
dom ((Re f) | A) = (dom (Re f)) /\ A by RELAT_1:61
.= (dom f) /\ A by COMSEQ_3:def 3
.= dom (f | A) by RELAT_1:61
.= dom (Re (f | A)) by COMSEQ_3:def 3 ;
hence Re (f | A) = (Re f) | A by A1, FUNCT_1:2; :: thesis: verum