let X be set ; :: thesis: for R being Relation holds
( R | X = {} iff dom R misses X )

let R be Relation; :: thesis: ( R | X = {} iff dom R misses X )
hereby :: thesis: ( dom R misses X implies R | X = {} )
assume A1: R | X = {} ; :: thesis: dom R misses X
now
let x be set ; :: thesis: ( x in (dom R) /\ X iff x in {} )
hence ( x in (dom R) /\ X iff x in {} ) ; :: thesis: verum
end;
then (dom R) /\ X = {} by TARSKI:2;
hence dom R misses X by XBOOLE_0:def 7; :: thesis: verum
end;
assume A4: (dom R) /\ X = {} ; :: according to XBOOLE_0:def 7 :: thesis: R | X = {}
now
let x, y be set ; :: thesis: ( [x,y] in R | X iff [x,y] in {} )
now end;
hence ( [x,y] in R | X iff [x,y] in {} ) ; :: thesis: verum
end;
hence R | X = {} by Def2; :: thesis: verum