let X, Z be set ; :: thesis: for Y being Relation st Z c= Y & not X \ Z is with_pair holds
X \ Y = X \ Z

let Y be Relation; :: thesis: ( Z c= Y & not X \ Z is with_pair implies X \ Y = X \ Z )
assume A1: Z c= Y ; :: thesis: ( X \ Z is with_pair or X \ Y = X \ Z )
assume not X \ Z is with_pair ; :: thesis: X \ Y = X \ Z
then for x being set holds not x in (Y \ Z) /\ (X \ Z) ;
then (Y \ Z) /\ (X \ Z) = {} by XBOOLE_0:7;
then Y \ Z misses X \ Z by XBOOLE_0:def 7;
then A2: (X \ Z) \ (Y \ Z) = X \ Z by XBOOLE_1:83;
X \ Y = X \ ((Y \ Z) \/ Z) by A1, XBOOLE_1:45
.= X \ Z by A2, XBOOLE_1:41 ;
hence X \ Y = X \ Z ; :: thesis: verum