A2:
{{1,2,3,4}} c= bool {1,2,3,4}
by ZFMISC_1:68;
{{},{1,2},{3,4},{1,2,3,4}} c= bool {1,2,3,4}
proof
set MyBool =
bool {1,2,3,4};
reconsider MyBool =
bool {1,2,3,4} as
SigmaField of
{1,2,3,4} ;
for
x being
object st
x in {{},{1,2},{3,4},{1,2,3,4}} holds
x in bool {1,2,3,4}
proof
let x be
object ;
( x in {{},{1,2},{3,4},{1,2,3,4}} implies x in bool {1,2,3,4} )
assume
x in {{},{1,2},{3,4},{1,2,3,4}}
;
x in bool {1,2,3,4}
end;
hence
{{},{1,2},{3,4},{1,2,3,4}} c= bool {1,2,3,4}
;
verum
end;
hence
{{},{1,2},{3,4},{1,2,3,4}} c< bool {1,2,3,4}
by The0; verum