let P, R, Q be Relation; :: thesis: ( P c= R implies Q * P c= Q * R )
assume A1: P c= R ; :: thesis: Q * P c= Q * R
for x, y being set st [x,y] in Q * P holds
[x,y] in Q * R
proof
let x, y be set ; :: thesis: ( [x,y] in Q * P implies [x,y] in Q * R )
assume [x,y] in Q * P ; :: thesis: [x,y] in Q * R
then ex z being set st
( [x,z] in Q & [z,y] in P ) by Def8;
hence [x,y] in Q * R by A1, Def8; :: thesis: verum
end;
hence Q * P c= Q * R by Def3; :: thesis: verum