consider s1 being Element of S;
consider t1, t2 being Element of T such that
A1: t1 <> t2 by YELLOW_8:def 1;
per cases ( s1 = t1 or s1 <> t1 ) ;
suppose s1 = t1 ; :: thesis: not DiffElems (S,T) is empty
then [s1,t2] in DiffElems (S,T) by A1;
hence not DiffElems (S,T) is empty ; :: thesis: verum
end;
suppose s1 <> t1 ; :: thesis: not DiffElems (S,T) is empty
then [s1,t1] in DiffElems (S,T) ;
hence not DiffElems (S,T) is empty ; :: thesis: verum
end;
end;