let X, Y be set ; :: thesis: for R being Relation st X c= Y holds
R | X c= R | Y

let R be Relation; :: thesis: ( X c= Y implies R | X c= R | Y )
assume A1: X c= Y ; :: thesis: R | X c= R | Y
now
let x, y be set ; :: thesis: ( [x,y] in R | X implies [x,y] in R | Y )
assume [x,y] in R | X ; :: thesis: [x,y] in R | Y
then ( x in X & [x,y] in R ) by Def11;
hence [x,y] in R | Y by A1, Def11; :: thesis: verum
end;
hence R | X c= R | Y by Def3; :: thesis: verum