let Y be set ; for P1, P2 being Relation st P1 c= P2 holds
Y | P1 c= Y | P2
let P1, P2 be Relation; ( P1 c= P2 implies Y | P1 c= Y | P2 )
assume A1:
P1 c= P2
; Y | P1 c= Y | P2
let x be set ; RELAT_1:def 3 for b being set st [x,b] in Y | P1 holds
[x,b] in Y | P2
let y be set ; ( [x,y] in Y | P1 implies [x,y] in Y | P2 )
assume
[x,y] in Y | P1
; [x,y] in Y | P2
then
( [x,y] in P1 & y in Y )
by Def12;
hence
[x,y] in Y | P2
by A1, Def12; verum