let P, R, Q be Relation; ( P c= R implies Q * P c= Q * R )
assume A1:
P c= R
; Q * P c= Q * R
let x be set ; RELAT_1:def 3 for b being set st [x,b] in Q * P holds
[x,b] in Q * R
let y be set ; ( [x,y] in Q * P implies [x,y] in Q * R )
assume
[x,y] in Q * P
; [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; verum