next up previous contents
: theorem BOOLE'69: :: BOOLE'69: : xboole1.miz : theorem :: BOOLE'57:   Ìܼ¡

theorem :: BOOLE'68:

theorem :: BOOLE'68:
  X /\ (X \/ Y) = X
proof
  thus X /\ (X \/ Y) c= X
  proof let x;
    thus thesis by XBOOLE_0:def 3;
  end;
  let x;
  assume x in X;
  then x in X & x in X \/ Y by XBOOLE_0:def 2;
  hence thesis by XBOOLE_0:def 3;
end;
¡¡¤³¤ì¤Ï°Ê²¼¤ÎÄ̤ê¤Ç¤¹¡£


\begin{displaymath}
X \cap (X \cup Y) = X
\end{displaymath}

¾ÚÌÀ¡¡

\begin{eqnarray*}¡¡
&&À褺,(1)~~X \cap (X \cup Y) \subseteq X \\
&&~~(1)¤Î¾...
...&&¸Î¤ËXBOOLE\_0:def 3¤«¤é\\
&&X \subseteq X \cap (X \cup Y)
\end{eqnarray*}

¾ÚÌÀ½ªÎ»



Yasunari SHIDAMA