Skip to content

Commit d8e990e

Browse files
authored
Merge pull request #18 from hooyuser/copilot/fix-chapter-1-exercise-2-2
Fix typo in Chapter 1 Exercise 2.2 proof of Proposition 2.1
2 parents 5d0776d + b3ebd3d commit d8e990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ \subsection{\textsection2. Functions between sets}
200200
exists an $a = g(b)$ such that $f(a) = b$. Hence $f$ is surjective.
201201

202202
($\impliedby$) Suppose that $f$ is surjective. We want to construct a function
203-
$g:B\to A$ such that $f(g(a)) = a$ for all $a\in A$. Since $f$ is surjective,
203+
$g:B\to A$ such that $f(g(b)) = b$ for all $b\in B$. Since $f$ is surjective,
204204
for all $b\in B$ there is an $a\in A$ such that $f(a) = b$. For each $b\in B$
205205
construct a set $\Lambda_b$ of such pairs:
206206
%

0 commit comments

Comments
 (0)