2問題1:像を求める
A=\{1,2,3,4\}、B=\{0,1\} とし、写像 f:A\to B を、f(x) は x を 2 で割った余り、と定める。S=\{1,2,4\} の像 f(S) を求めよ。
2.1解答
f(1)=1、f(2)=0、f(4)=0 なので、
f(S)=\{0,1\}
である。
2.2解説
像は、部分集合の各元を実際に写して得られる集合である。重複して同じ値になっても、集合では 1 回だけ数える。
2Problem 1: find an image
Let A=\{1,2,3,4\} and B=\{0,1\}. Define the map写像しゃぞう f:A\to B by letting f(x) be the remainder when x is divided by 2. Find the image像ぞう f(S) of S=\{1,2,4\}.
2.1Answer
Since f(1)=1, f(2)=0, and f(4)=0,
f(S)=\{0,1\}.
2.2Explanation
The image像ぞう is the set集合しゅうごう actually obtained by applying the map to each element元げん of the subset部分集合ぶぶんしゅうごう. If several inputs give the same value, that value appears only once in the set.
3問題もんだい2:逆像ぎゃくぞうpreimageを求もとめる
問題もんだい1の写像しゃぞうmap f について、T=\{0\} の逆像ぎゃくぞうpreimage f^{-1}(T) を求もとめよ。
3.1解答かいとう
f(x)=0 となるのは x=2,4 である。したがって
f^{-1}(\{0\})=\{2,4\}
である。
3.2解説かいせつ
逆像ぎゃくぞうpreimageは、指定していされた出力しゅつりょくoutputの集合しゅうごうsetに入はいる入力にゅうりょくinput全体ぜんたいである。逆写像ぎゃくしゃぞうinverse mapがあるかどうかとは無関係むかんけいに定義ていぎできる。
逆像ぎゃくぞうpreimageは、終域しゅういきcodomain側がわの集合しゅうごうに入はいる出力しゅつりょくを持もつ入力にゅうりょくを集あつめる操作そうさである。逆写像ぎゃくしゃぞうinverse mapが存在そんざいするかどうかとは別べつの概念がいねんなので、全単射ぜんたんしゃbijectionでなくても逆像ぎゃくぞうは求もとめられる。
3Problem 2: find a preimage逆像ぎゃくぞう
For the map写像しゃぞう f in Problem 1, find the preimage逆像ぎゃくぞう f^{-1}(T) of T=\{0\}.
3.1Answer
The inputs with f(x)=0 are x=2,4. Therefore
f^{-1}(\{0\})=\{2,4\}.
3.2Explanation
A preimage逆像ぎゃくぞう is the set of all inputs入力にゅうりょく whose outputs出力しゅつりょく lie in the specified output-side set. It is defined independently of whether an inverse map逆写像ぎゃくしゃぞう exists.
A preimage逆像ぎゃくぞう collects inputs whose outputs lie in a subset on the codomain終域しゅういき side. It is a different concept from the existence of an inverse map逆写像ぎゃくしゃぞう, so a preimage can be found even when the map is not a bijection全単射ぜんたんしゃ.
4問題もんだい3:逆像ぎゃくぞうpreimageが共通部分きょうつうぶぶんintersectionを保たもつことを示しめす
f:A\to B、T_1,T_2\subseteq B とする。
f^{-1}(T_1\cap T_2)=f^{-1}(T_1)\cap f^{-1}(T_2)
を示しめせ。
4.1解答かいとう
任意にんいの x\in A について、
x\in f^{-1}(T_1\cap T_2)
は、定義ていぎより
f(x)\in T_1\cap T_2
と同値どうちである。これは
f(x)\in T_1\ \text{and}\ f(x)\in T_2
と同値どうちであり、さらに
x\in f^{-1}(T_1)\ \text{and}\ x\in f^{-1}(T_2)
と同値どうちである。したがって
x\in f^{-1}(T_1)\cap f^{-1}(T_2)
である。任意にんいの x で所属条件しょぞくじょうけんが同値どうちなので、2 つの集合しゅうごうsetは等ひとしい。
4.2解説かいせつ
集合しゅうごうsetの等号とうごうは、任意にんいの元げんelementについて所属条件しょぞくじょうけんが同値どうちであることを示しめせばよい。ここでは割わり算ざんを使つかっていないので、零除算れいじょざんの確認かくにんは書かかない。
4Problem 3: prove that preimages逆像ぎゃくぞう preserve intersections共通部分きょうつうぶぶん
Let f:A\to B and T_1,T_2\subseteq B. Prove
f^{-1}(T_1\cap T_2)=f^{-1}(T_1)\cap f^{-1}(T_2).
4.1Answer
For arbitrary x\in A,
x\in f^{-1}(T_1\cap T_2)
is equivalent by definition to
f(x)\in T_1\cap T_2.
This is equivalent to
f(x)\in T_1\ \text{and}\ f(x)\in T_2,
and hence equivalent to
x\in f^{-1}(T_1)\ \text{and}\ x\in f^{-1}(T_2).
Therefore
x\in f^{-1}(T_1)\cap f^{-1}(T_2).
Since the membership conditions are equivalent for every x, the two sets集合しゅうごう are equal.
4.2Explanation
To prove equality of sets集合しゅうごう, show that every element元げん satisfies equivalent membership conditions on both sides. No division is used in this proof, so there is no zero-division condition to check.
5証明しょうめい演習えんしゅう:逆像ぎゃくぞうpreimageが集合演算しゅうごうえんざんset operationsを保存ほぞんすること
5.1問題もんだい
f:X\to Y、B_1,B_2\subseteq Y とする。つぎを証明しょうめいせよ。
f^{-1}(B_1\cup B_2)=f^{-1}(B_1)\cup f^{-1}(B_2)
f^{-1}(B_1\cap B_2)=f^{-1}(B_1)\cap f^{-1}(B_2)
5Proof exercise: preimages逆像ぎゃくぞう preserve set operations集合演算しゅうごうえんざん
5.1Problem
Let f:X\to Y and B_1,B_2\subseteq Y. Prove the following identities.
f^{-1}(B_1\cup B_2)=f^{-1}(B_1)\cup f^{-1}(B_2)
f^{-1}(B_1\cap B_2)=f^{-1}(B_1)\cap f^{-1}(B_2)
5.2解答かいとう
x\in f^{-1}(B_1\cup B_2) とする。これは f(x)\in B_1\cup B_2 という意味いみである。したがって f(x)\in B_1 または f(x)\in B_2 である。よって x\in f^{-1}(B_1) または x\in f^{-1}(B_2) であり、x\in f^{-1}(B_1)\cup f^{-1}(B_2) である。逆向ぎゃくむきも同おなじ言いい換かえを逆ぎゃくに読よめばよい。
共通部分きょうつうぶぶんintersectionについても、f(x)\in B_1\cap B_2 が f(x)\in B_1 かつ f(x)\in B_2 と同値どうちであることから従したがう。
5.3解説かいせつ
逆像ぎゃくぞうpreimageは「行いき先さきが条件じょうけんを満みたす元もとの集合しゅうごうset」なので、論理ろんりの and と or がそのまま集合演算しゅうごうえんざんset operationsへ移うつる。
5.2Answer
Suppose x\in f^{-1}(B_1\cup B_2). This means f(x)\in B_1\cup B_2. Hence f(x)\in B_1 or f(x)\in B_2. Therefore x\in f^{-1}(B_1) or x\in f^{-1}(B_2), so x\in f^{-1}(B_1)\cup f^{-1}(B_2). The reverse inclusion is the same chain of equivalences read backward.
For the intersection identity, use that f(x)\in B_1\cap B_2 is equivalent to f(x)\in B_1 and f(x)\in B_2.
5.3Explanation
A preimage逆像ぎゃくぞう is the set集合しゅうごう of original elements whose destinations satisfy a condition. Therefore the logical words “and” and “or” transfer directly into set operations集合演算しゅうごうえんざん.