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
let x be set ; :: according to RELAT_1:def 3 :: thesis: for b being set st [x,b] in Q * P holds
[x,b] in Q * R

let 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