Skip to content

Commit b3ebd3d

Browse files
Copilothooyuser
andcommitted
Fix typo in Chapter 1 Exercise 2.2: change f(g(a))=a to f(g(b))=b
Co-authored-by: hooyuser <[email protected]>
1 parent 05e510c commit b3ebd3d

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)