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