:: BOOLE semantic presentation

theorem Th1: :: BOOLE:1
for b1 being set holds b1 \/ {} = b1
proof end;

theorem Th2: :: BOOLE:2
for b1 being set holds b1 /\ {} = {}
proof end;

theorem Th3: :: BOOLE:3
for b1 being set holds b1 \ {} = b1
proof end;

theorem Th4: :: BOOLE:4
for b1 being set holds {} \ b1 = {}
proof end;

theorem Th5: :: BOOLE:5
for b1 being set holds b1 \+\ {} = b1
proof end;

theorem Th6: :: BOOLE:6
for b1 being set st b1 is empty holds
b1 = {} by XBOOLE_0:def 5;

theorem Th7: :: BOOLE:7
for b1, b2 being set st b1 in b2 holds
not b2 is empty
proof end;

theorem Th8: :: BOOLE:8
for b1, b2 being set st b1 is empty & b1 <> b2 holds
not b2 is empty
proof end;