let X be set ; :: thesis: for x1, x2, x3, x4, x5, x6 being Element of X st X <> {} holds
{x1,x2,x3,x4,x5,x6} is Subset of X

let x1, x2, x3, x4, x5, x6 be Element of X; :: thesis: ( X <> {} implies {x1,x2,x3,x4,x5,x6} is Subset of X )
set A = {x1,x2,x3,x4,x5,x6};
assume A1: X <> {} ; :: thesis: {x1,x2,x3,x4,x5,x6} is Subset of X
{x1,x2,x3,x4,x5,x6} c= X
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in {x1,x2,x3,x4,x5,x6} or x in X )
( not x in {x1,x2,x3,x4,x5,x6} or x = x1 or x = x2 or x = x3 or x = x4 or x = x5 or x = x6 ) by ENUMSET1:def 4;
hence ( not x in {x1,x2,x3,x4,x5,x6} or x in X ) by A1, Def1; :: thesis: verum
end;
then {x1,x2,x3,x4,x5,x6} in bool X by ZFMISC_1:def 1;
hence {x1,x2,x3,x4,x5,x6} is Subset of X by Def1; :: thesis: verum