let V be Universe; :: thesis: for X being Subclass of V
for A, B being set st X is closed_wrt_A1-A7 & A in X & B in X holds
( A \/ B in X & A \ B in X & A (#) B in X )
let X be Subclass of V; :: thesis: for A, B being set st X is closed_wrt_A1-A7 & A in X & B in X holds
( A \/ B in X & A \ B in X & A (#) B in X )
let A, B be set ; :: thesis: ( X is closed_wrt_A1-A7 & A in X & B in X implies ( A \/ B in X & A \ B in X & A (#) B in X ) )
assume A1:
( X is closed_wrt_A1-A7 & A in X & B in X )
; :: thesis: ( A \/ B in X & A \ B in X & A (#) B in X )
then reconsider a = A as Element of V ;
reconsider b = B as Element of V by A1;
A2:
( {a} in X & {b} in X )
by A1, Th2;
A3:
X is closed_wrt_A5
by A1, Def13;
A4:
X is closed_wrt_A6
by A1, Def13;
A5:
X is closed_wrt_A7
by A1, Def13;
set D = { (x \/ y) where x, y is Element of V : ( x in {a} & y in {b} ) } ;
A6:
{ (x \/ y) where x, y is Element of V : ( x in {a} & y in {b} ) } in X
by A2, A3, Def10;
then
{(a \/ b)} in X
by A6, TARSKI:def 1;
hence
A \/ B in X
by A1, Th2; :: thesis: ( A \ B in X & A (#) B in X )
set D = { (x \ y) where x, y is Element of V : ( x in {a} & y in {b} ) } ;
A10:
{ (x \ y) where x, y is Element of V : ( x in {a} & y in {b} ) } in X
by A2, A4, Def11;
then
{(a \ b)} in X
by A10, TARSKI:def 1;
hence
A \ B in X
by A1, Th2; :: thesis: A (#) B in X
set D = { (x (#) y) where x, y is Element of V : ( x in {a} & y in {b} ) } ;
A14:
{ (x (#) y) where x, y is Element of V : ( x in {a} & y in {b} ) } in X
by A2, A5, Def12;
then
{(a (#) b)} in X
by A14, TARSKI:def 1;
hence
A (#) B in X
by A1, Th2; :: thesis: verum