互いに素な集合と対角集合の関係
互いに素な集合と対角集合の関係
集合\(X\)の部分集合\(A,B\subseteq X\)に対し、以下が成り立つ。
\[ A\cap B=\emptyset\Leftrightarrow\left(A\times B\right)\cap\Delta_{X}=\emptyset \]
集合\(X\)の部分集合\(A,B\subseteq X\)に対し、以下が成り立つ。
\[ A\cap B=\emptyset\Leftrightarrow\left(A\times B\right)\cap\Delta_{X}=\emptyset \]
-
\(\Delta_{X}\)は\(X\)の対角集合\(\Rightarrow\)
\(A\cap B=\emptyset\)のとき、\begin{align*} \left(A\times B\right)\cap\Delta_{X} & =\left(A\times B\right)\cap\left\{ \left(x,y\right)\in X\times X;x=y\right\} \\ & \subseteq\left\{ \left(x,y\right)\in A\times B;x\ne y\right\} \cap\left\{ \left(x,y\right)\in X\times X;x=y\right\} \\ & =\emptyset \end{align*} となるので、\(\left(A\times B\right)\cap\Delta_{x}=\emptyset\)となる。
従って\(\Rightarrow\)が成り立つ。
\(\Leftarrow\)
対偶で示す。\(A\cap B\ne\emptyset\)のとき、\(\left(A\times B\right)\cap\Delta_{X}\ne\emptyset\)を示せばいい。
\(A\cap B\ne\emptyset\)なのである元\(a\in X\)が存在し\(a\in A\land a\in B\)となる。
このとき、\(\left(a,a\right)\in A\times B\)となり、対角集合の定義より、\(\left(a,a\right)\in\Delta_{X}\)なので、\(\left(a,a\right)\in\left(A\times B\right)\cap\Delta_{X}\ne\emptyset\)となる。
故に対偶が示されたので\(\Leftarrow\)が成り立つ。
-
これより\(\Rightarrow\)と\(\Leftarrow\)が成り立つので\(\Leftrightarrow\)が成り立つ。ページ情報
タイトル | 互いに素な集合と対角集合の関係 |
URL | https://www.nomuramath.com/xi8h5cg6/ |
SNSボタン |
量化子(全称命題・存在命題)の順序変更
\[
\exists x\forall y,P\left(x,y\right)\Rightarrow\forall y\exists x,P\left(x,y\right)
\]
エルミートと交換子・反交換子
\[
A=A^{*}\land B=B^{*}\rightarrow\left[A,B\right]^{*}=-\left[A,B\right]
\]
分母に(1+x²)²を含む積分
\[
\int\frac{1}{\left(1+x^{2}\right)^{2}}dx=\frac{1}{2}\tan^{\bullet}x+\frac{x}{2\left(1+x^{2}\right)}+C
\]
?[python3]スライスでシーケンスの一部を取り出す
"abcde"[1:3]