set SF = {{1,2,3,4},{1,2,3},{2,3,4},{1},{2},{3},{4},{}};
{{1,2,3,4},{1,2,3},{2,3,4},{1},{2},{3},{4},{}} c= bool {1,2,3,4}
proof
let x be
object ;
TARSKI:def 3 ( not x in {{1,2,3,4},{1,2,3},{2,3,4},{1},{2},{3},{4},{}} or x in bool {1,2,3,4} )
assume
x in {{1,2,3,4},{1,2,3},{2,3,4},{1},{2},{3},{4},{}}
;
x in bool {1,2,3,4}
then S1:
(
x = {1,2,3,4} or
x = {1,2,3} or
x = {2,3,4} or
x = {1} or
x = {2} or
x = {3} or
x = {4} or
x = {} )
by ENUMSET1:def 6;
reconsider x =
x as
set by TARSKI:1;
S3:
{1,2,3} c= {1,2,3,4}
proof
let x be
object ;
TARSKI:def 3 ( not x in {1,2,3} or x in {1,2,3,4} )
assume
x in {1,2,3}
;
x in {1,2,3,4}
then
(
x = 1 or
x = 2 or
x = 3 )
by ENUMSET1:def 1;
hence
x in {1,2,3,4}
by ENUMSET1:def 2;
verum
end;
S4:
{2,3,4} c= {1,2,3,4}
proof
let x be
object ;
TARSKI:def 3 ( not x in {2,3,4} or x in {1,2,3,4} )
assume
x in {2,3,4}
;
x in {1,2,3,4}
then
(
x = 2 or
x = 3 or
x = 4 )
by ENUMSET1:def 1;
hence
x in {1,2,3,4}
by ENUMSET1:def 2;
verum
end;
S5:
{1} c= {1,2,3,4}
S6:
{2} c= {1,2,3,4}
S7:
{3} c= {1,2,3,4}
S8:
{4} c= {1,2,3,4}
x c= {1,2,3,4}
by S1, S3, S4, S5, S6, S7, S8;
hence
x in bool {1,2,3,4}
;
verum
end;
hence
{{1,2,3,4},{1,2,3},{2,3,4},{1},{2},{3},{4},{}} is Subset-Family of {1,2,3,4}
; verum