let Z, X, Y be set ; :: thesis: for f being Function st Z c= X holds
<:f,Z,Y:> c= <:f,X,Y:>

let f be Function; :: thesis: ( Z c= X implies <:f,Z,Y:> c= <:f,X,Y:> )
assume A1: Z c= X ; :: thesis: <:f,Z,Y:> c= <:f,X,Y:>
A2: dom <:f,Z,Y:> c= dom <:f,X,Y:>
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in dom <:f,Z,Y:> or x in dom <:f,X,Y:> )
assume A3: x in dom <:f,Z,Y:> ; :: thesis: x in dom <:f,X,Y:>
then x in Z ;
then ( x in dom f & x in X & f . x in Y ) by A1, A3, Th78;
hence x in dom <:f,X,Y:> by Th78; :: thesis: verum
end;
now
let x be set ; :: thesis: ( x in dom <:f,Z,Y:> implies <:f,Z,Y:> . x = <:f,X,Y:> . x )
assume x in dom <:f,Z,Y:> ; :: thesis: <:f,Z,Y:> . x = <:f,X,Y:> . x
then ( <:f,Z,Y:> . x = f . x & x in dom <:f,X,Y:> ) by A2, Th80;
hence <:f,Z,Y:> . x = <:f,X,Y:> . x by Th80; :: thesis: verum
end;
hence <:f,Z,Y:> c= <:f,X,Y:> by A2, GRFUNC_1:8; :: thesis: verum