markdown
Families of sets and index setsmd 5e2311a
lecture/math/discrete-math/families-of-sets-and-index-sets.lecture.n.md
Download PDF
Families of sets and index sets添字集合そえじしゅうごう
mathdiscrete-mathfamily-of-setslecture
1Introduction
A family of sets集合族しゅうごうぞく is introduced to handle many sets集合しゅうごう at once, not only two or three. For example, for each n=1,2,3,\dots, let A_n=\{x\in\mathbb R\mid -1/n<x<1/n\}. We can then treat all the A_n as one indexed collection.
The important point is that an index添字そえじ serves as a label specifying A_i and need not be an element of A_i.
2Terms and definitions
Fix a universal set全体集合ぜんたいしゅうごう U. Given an index set添字集合そえじしゅうごう I, if each i\in I is assigned a set A_i\subseteq U, then (A_i)_{i\in I} is called a family of sets集合族しゅうごうぞく.
Distinct indices i\ne j may label the same set, so A_i=A_j is allowed. A family records not only the sets but also the indices by which they are labeled.
The union和集合わしゅうごう of the family is defined by
\bigcup_{i\in I}A_i=\{x\mid \text{there exists }i\in I\text{ such that }x\in A_i\}.
The intersection共通部分きょうつうぶぶん of the family is defined by
\bigcap_{i\in I}A_i=\{x\in U\mid \text{for every }i\in I,\ x\in A_i\}.
3Method
For an indexed union添字付き和集合, look for “there exists an index.” For an indexed intersection添字付き共通部分, check “for every index.” This difference between existence and universality determines the proof strategy.
For example, if x\in\bigcup_{i\in I}A_i, then there exists i_0\in I such that x\in A_{i_0}. In contrast, if x\in\bigcap_{i\in I}A_i, then x\in A_i for every i\in I.
4Intuitive explanation
A family of sets集合族しゅうごうぞく can be imagined as numbered drawers, each containing a set集合しゅうごう. The union和集合わしゅうごう accepts an element if it appears in at least one drawer. The intersection共通部分きょうつうぶぶん accepts an element only if it appears in every drawer.
In this view, union weakens the condition, while intersection strengthens it.
The empty index set needs special care. The union over an empty family is the empty set空集合くうしゅうごう because there is no element to collect. The intersection over an empty family is taken to be the ambient universal set全体集合ぜんたいしゅうごう, when that universe has been fixed.
5Precise point: the empty index set添字集合そえじしゅうごう
The case I=\varnothing is a boundary case. The union和集合わしゅうごう \bigcup_{i\in\varnothing}A_i is the empty set空集合くうしゅうごう, because there is no index i\in\varnothing that can witness membership.
Under the definition in this lecture, the intersection共通部分きょうつうぶぶん \bigcap_{i\in\varnothing}A_i equals the fixed set U. For every x\in U, the condition “for every i\in\varnothing, x\in A_i” holds because there is no index to check. A universal condition that is true because there is no possible counterexample is called a vacuous truth空虚真くうきょしん.
6Worked example: indexed intersection添字付き共通部分
6.1Problem
Let A_n=\{m\in\mathbb Z\mid n\text{ divides }m\}. Describe \bigcap_{n=1}^{3}A_n in words.
6.2Explanation
The statement m\in\bigcap_{n=1}^{3}A_n means that all of m\in A_1, m\in A_2, and m\in A_3 hold. In other words, m is an integer整数せいすう divisible by all of 1,2,3.
Therefore \bigcap_{n=1}^{3}A_n is the set of all multiples of 6. This example shows that intersection共通部分きょうつうぶぶん extracts elements元げん satisfying several conditions at the same time.