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 consider y being set such that
A4: [x,y] in R by Def4;
thus R .: X <> {} by A1, A3, A4, Th143; :: thesis: verum