defpred S1[ set ] means $1 in X;
deffunc H1( Element of COMPLEX ) -> Complex = diff f,$1;
consider F being PartFunc of COMPLEX ,COMPLEX such that
A2: ( ( for x being Element of COMPLEX holds
( x in dom F iff S1[x] ) ) & ( for x being Element of COMPLEX st x in dom F holds
F . x = H1(x) ) ) from SEQ_1:sch 3();
take F ; :: thesis: ( dom F = X & ( for x being Complex st x in X holds
F /. x = diff f,x ) )

for y being set st y in dom F holds
y in X by A2;
then A3: dom F c= X by TARSKI:def 3;
now
let y be set ; :: thesis: ( y in X implies y in dom F )
assume A4: y in X ; :: thesis: y in dom F
X is Subset of COMPLEX by A1, Th11;
hence y in dom F by A2, A4; :: thesis: verum
end;
then X c= dom F by TARSKI:def 3;
hence dom F = X by A3, XBOOLE_0:def 10; :: thesis: for x being Complex st x in X holds
F /. x = diff f,x

now
let x be Complex; :: thesis: ( x in X implies F /. x = diff f,x )
assume x in X ; :: thesis: F /. x = diff f,x
then A5: x in dom F by A2;
then F . x = diff f,x by A2;
hence F /. x = diff f,x by A5, PARTFUN1:def 8; :: thesis: verum
end;
hence for x being Complex st x in X holds
F /. x = diff f,x ; :: thesis: verum