consider F being PartFunc of C,REAL 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).|| ) )

thus ( dom F = dom f & ( for c being Element of C st c in dom F holds
F . c = ||.(f /. c).|| ) ) by A1, A2, SUBSET_1:8; :: thesis: verum