Exercises on images and preimages 逆像 ぎゃくぞう
1Corresponding lectures 講義 こうぎ
data/lecture/math/discrete-math/map-basics.lecture.n.md
data/lecture/math/discrete-math/images-and-preimages-of-maps.lecture.n.md
2Problem 1: find an image 像 ぞう
Let and . Define the
2.1Answer
Since , , and ,
2.2Explanation
The
3Problem 2: find a preimage 逆像 ぎゃくぞう
For the
3.1Answer
The inputs with are . Therefore
3.2Explanation
A
4Problem 3: prove that preimages 逆像 ぎゃくぞう preserve complements 補集合 ほしゅうごう
Let and . Prove
4.1Answer
For arbitrary ,
Since the membership conditions are equivalent for every , the two
4.2Explanation
For a
5Proof exercise: round trips through images 像 ぞう and preimages 逆像 ぎゃくぞう
5.1Problem
Let . Prove the following statements.
- For every , . Equality holds for every if and only if is an
injection .単射 たんしゃ - For every , . The equality holds for every if and only if is a
surjection .全射 ぜんしゃ
5.2Answer
- If , then , so . Hence .
Suppose is injective and . There exists with . Injectivity gives , so equality holds for every .
Conversely, suppose equality holds for every . If , set . Then , so . Thus is injective.
- If , there exists with . By the definition of preimage, , and , so .
Conversely, if , there exists with . Since , one has and hence . Therefore
Suppose is surjective and . There exists with . Then , so . Thus equality holds for every .
Conversely, suppose equality holds for every . Taking gives
so is surjective.
5.3Explanation
Starting on the input side, taking an
Starting on the output side, taking a preimage and then pushing it forward by an image may lose elements that the map never reaches.
The condition equivalent to injectivity or surjectivity is not equality for one particular subset, but equality for every subset. Keep this difference in quantification explicit.