Created by M. Oki Orlandofrom the Noun Project

Set operations

Definition (Intersection of sets)

Given two subsets U1,U2VU_1,U_2\subset V, we define the intersection of U1U_1 and U2U_2 to be U1U2:={uVuU1 and uU2}\begin{align*}U_1 \cap U_2 :=\{u\in V|u\in U_1 \text{ and } u\in U_2\} \end{align*} More generally for U1,...VU_1,...\subset V are all subsets of VV then the intersection of UiU_i is i=1Ui:={uUi,i=1,2,3,....}\begin{align*}\bigcap_{i=1}^{\infty}U_i:=\{u\in U_i, i=1,2,3,....\}\end{align*}

>[!rmk] >The intersection i=1Ui\bigcap\limits_{i=1}^\infty U_i is the largest subset of VV that is contained in each of UiU_i.

Definition (Union of sets)

Given two subsets U1,U2VU_1, U_2 \subset V, we define the union of U1U_1 and U2U_2 to be U1U2:={uVuU1 or uU2} \begin{align*} U_1\cup U_2:=\{u\in V|u\in U_1 \text{ or } u\in U_2\} \end{align*} More generally, for U1,....VU_1,....\subset V the union of all UiU_i is i=1Ui:={uVuUi, for some i=1,2,3,} \begin{align*} \bigcup_{i=1}^\infty U_i:=\{u\in V|u\in U_i, \text{ for some } i=1,2,3,\} \end{align*}

Remark

The union i=1Ui\bigcup\limits_{i=1}^\infty U_i is the smallest subset of VV that contains each of UiU_i.

Definition (Sum of Subsets)

If U1,U2VU_1,U_2\subset V where V is a vector space, then we define the sum U1+U2VU_1+U_2\subset V to be U1+U2:={u1+u2u1U1 and u2U2} \begin{align*} U_1+U_2:=\{u_1+u_2|u_1\in U_1 \text{ and } u_2\in U_2\} \end{align*} More generally, for U1,....UmVU_1,....U_m\subset V then U1+...+Um:{u1+...+umuiUi,i=1,...,m} \begin{align*} U_1+...+U_m:\{u_1+...+u_m|u_i\in U_i, i=1,...,m\} \end{align*}