let X1, X2, X3, X4 be set ; :: thesis: ( ( X1 c= [:X1,X2,X3,X4:] or X1 c= [:X2,X3,X4,X1:] or X1 c= [:X3,X4,X1,X2:] or X1 c= [:X4,X1,X2,X3:] ) implies X1 = {} )
assume that
A1: ( X1 c= [:X1,X2,X3,X4:] or X1 c= [:X2,X3,X4,X1:] or X1 c= [:X3,X4,X1,X2:] or X1 c= [:X4,X1,X2,X3:] ) and
A2: X1 <> {} ; :: thesis: contradiction
A3: ( [:X1,X2,X3,X4:] <> {} or [:X2,X3,X4,X1:] <> {} or [:X3,X4,X1,X2:] <> {} or [:X4,X1,X2,X3:] <> {} ) by A1, A2;
reconsider X1 = X1, X2 = X2, X3 = X3, X4 = X4 as non empty set by A3, Th51;
per cases ( X1 c= [:X1,X2,X3,X4:] or X1 c= [:X2,X3,X4,X1:] or X1 c= [:X3,X4,X1,X2:] or X1 c= [:X4,X1,X2,X3:] ) by A1;
suppose A6: X1 c= [:X1,X2,X3,X4:] ; :: thesis: contradiction
consider v being set such that
A7: v in X1 and
A8: for x1, x2, x3, x4 being set st ( x1 in X1 or x2 in X1 ) holds
v <> [x1,x2,x3,x4] by Th30;
reconsider v = v as Element of [:X1,X2,X3,X4:] by A6, A7;
v = [(v `1_4),(v `2_4),(v `3_4),(v `4_4)] ;
hence contradiction by A8; :: thesis: verum
end;
suppose X1 c= [:X2,X3,X4,X1:] ; :: thesis: contradiction
end;
suppose X1 c= [:X3,X4,X1,X2:] ; :: thesis: contradiction
end;
suppose A9: X1 c= [:X4,X1,X2,X3:] ; :: thesis: contradiction
consider v being set such that
A10: v in X1 and
A11: for x1, x2, x3, x4 being set st ( x1 in X1 or x2 in X1 ) holds
v <> [x1,x2,x3,x4] by Th30;
reconsider v = v as Element of [:X4,X1,X2,X3:] by A9, A10;
v = [(v `1_4),(v `2_4),(v `3_4),(v `4_4)] ;
hence contradiction by A11; :: thesis: verum
end;
end;