-
Let \(A,B\) and \(C\) be sets. Show that
- \((A\cap B)\text{\\} B=\empty\).
Proof: Let \(x\in(A\cap B)\text{\\} B\), that means \(x\in A\cap B\) and \(x\not\in B\). Thus, we have \(x\in B\) and \(x\not\in B\). Therefore \((A\cap B)\text{\\} B\) must be the \(\empty\). # - \((A\cup B)\text{\\}B=A\text{\\}B\).
Proof: On the one hand, let \(x\in (A\cup B)\text{\\} B\), that means \(x\in A\cup B\) and \(x\not\in B\). This implies that \(x\in A\) and \(x\not\in B\), Thus, \(x\in A\text{\\}B\), therefore \((A\cup B)\text{\\} B\subseteq A\text{\\}B\). On the other hand, let \(x\in A\text{\\}B\), we have \(x\in A\) and \(x\not\in B\). Since \(x\in A\), it is also in \(A\cup B\). Thus, \(x\in A\cup B\) and \(x\not\in B\). That is \(x\in (A\cup B)\text{\\}B\). Therefore \(A\text{\\}B\subseteq (A\cup B)\text{\\}B\). In a Word, \((A\cup B)\text{\\}B=A\text{\\}B\). # - \((B\cup C)\text{\\}A=(B\text{\\}A)\cup(C\text{\\}A)\).
Proof: On the one hand, let \(x\in (B\cup C)\text{\\} A\), that means \(x\in B\cup C\) and \(x\not\in A\). This implies that \(x\in B\) or \(x\in C\) and \(x\not\in A\), i.e., \(x\in(B\text{\\}A)\) or \(x\in (C\text{\\}A)\). Thus, we have \(x\in(B\text{\\}A)\cup(C\text{\\}A)\), Therefore \((B\cup C)\text{\\}A\subseteq(B\text{\\}A)\cup(C\text{\\}A)\). On the other hand, let \(x\in(B\text{\\}A)\cup(C\text{\\}A)\), we have \(x\in(B\text{\\}A)\) or \(x\in (C\text{\\}A)\). That is \(x\in B\) and \(x\notin A\) or \(x\in C\) and \(x\notin A\). We have \(x\in B\cup C\) and \(x\notin A\), i.e. \(x\in(B\cup C)\text{\\}A\). Therefore \((B\text{\\}A)\cup(C\text{\\}A)\subseteq(B\cup C)\text{\\}A\). In a Word, \((B\cup C)\text{\\}A=(B\text{\\}A)\cup(C\text{\\}A)\). #
- \((A\cap B)\text{\\} B=\empty\).
-
Let \(A,B,C\) be sets. Prove that \(A\text{\\}(B\text{\\}C)=(A\text{\\}B)\cup(A\cap C)\).
Proof: Let \(x\in A\text{\\}(B\text{\\}C)\), then \(x\in A\) and \(x\notin B\text{\\}C\). That means \(x\in A\) and (\(x\notin B\) or \(x\in C\)). Thus, \(x\in (A\text{\\}B)\cup(A\cap C)\), therefore \(A\text{\\}(B\text{\\}C)\subseteq(A\text{\\}B)\cup(A\cap C)\).
On the other hand, let \(x\in (A\text{\\}B)\cup(A\cap C)\), then we have \(x\in A\text{\\}B\) or \(x\in A\cap C\). That means \(x\in A\) and \(x\notin B\) or \(x\in A\) and \(x\in C\). Thus, \(x\in A\) and (\(x\notin B\) or \(x\in C\)), which means \(x\in A\text{\\}(B\text{\\}C)\), therefore \((A\text{\\}B)\cup(A\cap C)\subseteq A\text{\\}(B\text{\\}C)\).
In a word, \(A\text{\\}(B\text{\\}C)=(A\text{\\}B)\cup(A\cap C)\). -
Let \(X,Y\) be finite sets. Prove that \(|X\cup Y|+|X\cap Y|=|X|+|Y|\).
Proof: Note that\[\begin{aligned} |X\cup Y|&=|[X\text{\\}(X\cap Y)]\cup[Y\text{\\}(X\cap Y)]\cup(X\cap Y)|\\ &=|X\text{\\}(X\cap Y)|+|Y\text{\\}(X\cap Y)|+|X\cap Y|\\ &=|X|-|X\cap Y|+|Y|-|X\cap Y|+|X\cap Y|\\ &=|X|+|Y|-|X\cap Y|. \end{aligned} \]Therefore \(|X\cup Y|+|X\cap Y|=|X|+|Y|\). #
【Basic Abstract Algebra】Exercises of Section 1.1
相關文章
- 【Basic Abstract Algebra】Exercises for Section 1.2
- 【Basic Abstract Algebra】Exercises for Section 1.3
- 【Basic Abstract Algebra】Exercises for Section 1.4
- 【Basic Abstract Algebra】Exercises for Section 2.2 — Subgroups
- 【Basic Abstract Algebra】Exercises for Section 2.1 — Definitions and examples
- 【Basic Abstract Algebra】Exercises for Section 1.6 — The Chinese Remainder TheoremREMAI
- The Future of the English [Supplementary Exercises]
- HTML <section> 標籤HTML
- Games101-1 Linear AlgebraGAM
- Basic Paxos
- Typescript basicTypeScript
- CUTLASS: Fast Linear Algebra in CUDA C++ASTC++
- A Proof of Golden Section of Fibonacci SequenceGo
- <section>與<article> 區別
- TypeScript abstract 抽象類TypeScript抽象
- OpenAPI Basic StructureAPIStruct
- Visual Basic for ApplicationAPP
- Mach-O Inside: BSS SectionMacIDE
- artice與section的區別
- static,private,final,abstract,protected
- 介面和抽象類 (abstract)抽象
- CNN (Convolutional Neural Networks) AbstractCNN
- 1.1
- Chapter1 入門/Section 1.2APT
- numpy_torch_basic
- Recommendation Systems Basic Notes
- Reinforcement Learning Basic Notes
- Machine Learning - Basic pointsMac
- IPFS_basic_use
- 修飾符static和abstract
- 【譯】WebSocket協議——摘要(Abstract)Web協議
- 【Abaqus】*Solid Section定義複合材料Solid
- 一個section加密的apk的分析加密APK
- [Vue] Slots - 1. basicVue
- [Vue Form] Basic Select componentVueORM
- AWS-Basic-S3S3
- Basic Authorization 認證方法
- HITSC_6_Abstract Data Type (ADT)