:: SUBSET semantic presentation

theorem Th1: :: SUBSET:1
for b1, b2 being set st b1 in b2 holds
b1 is Element of b2
proof end;

theorem Th2: :: SUBSET:2
for b1, b2 being set st b1 is Element of b2 & not b2 is empty holds
b1 in b2 by SUBSET_1:def 2;

theorem Th3: :: SUBSET:3
for b1, b2 being set holds
( b1 is Subset of b2 iff b1 c= b2 )
proof end;

theorem Th4: :: SUBSET:4
for b1, b2, b3 being set st b1 in b2 & b2 is Subset of b3 holds
b1 is Element of b3
proof end;

theorem Th5: :: SUBSET:5
for b1, b2, b3 being set st b1 in b2 & b2 is Subset of b3 holds
not b3 is empty
proof end;