let X be set ; :: thesis: for R being Relation st X <> {} & X c= dom R holds
R .: X <> {}

let R be Relation; :: thesis: ( X <> {} & X c= dom R implies R .: X <> {} )
assume that
A1: X <> {} and
A2: X c= dom R ; :: thesis: R .: X <> {}
consider x being Element of X;
A3: x in dom R by A1, A2, TARSKI:def 3;
then ex y being set st [x,y] in R by Def4;
hence R .: X <> {} by A1, A3, Th143; :: thesis: verum