defpred S1[ Element of C] means $1 in dom f;
consider F being PartFunc of C,ExtREAL such that
A1: for c being Element of C holds
( c in dom F iff S1[c] ) and
A2: for c being Element of C st c in dom F holds
F . c = H1(c) from SEQ_1:sch 3();
take F ; :: thesis: ( dom F = dom f & ( for c being Element of C st c in dom F holds
F . c = |.(f . c).| ) )

A3: for x being set st x in dom F holds
x in dom f
proof
let x be set ; :: thesis: ( x in dom F implies x in dom f )
assume A4: x in dom F ; :: thesis: x in dom f
A5: dom F c= C by RELAT_1:def 18;
reconsider x = x as Element of C by A4, A5;
A6: x in dom F by A4;
thus x in dom f by A1, A6; :: thesis: verum
end;
A7: dom F c= dom f by A3, TARSKI:def 3;
A8: for x being set st x in dom f holds
x in dom F
proof
let x be set ; :: thesis: ( x in dom f implies x in dom F )
assume A9: x in dom f ; :: thesis: x in dom F
A10: dom f c= C by RELAT_1:def 18;
reconsider x = x as Element of C by A9, A10;
A11: x in dom f by A9;
thus x in dom F by A1, A11; :: thesis: verum
end;
A12: dom f c= dom F by A8, TARSKI:def 3;
thus dom F = dom f by A7, A12, XBOOLE_0:def 10; :: thesis: for c being Element of C st c in dom F holds
F . c = |.(f . c).|

let c be Element of C; :: thesis: ( c in dom F implies F . c = |.(f . c).| )
assume A13: c in dom F ; :: thesis: F . c = |.(f . c).|
thus F . c = |.(f . c).| by A2, A13; :: thesis: verum