Skip to content

Commit d431673

Browse files
authored
Merge pull request #27 from hooyuser/copilot/fix-typos-in-exercise-2-7
Fix function name typos in exercise 2.7 injectivity proof
2 parents fd0c116 + 38a1f7b commit d431673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapter1.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ \subsection{\textsection2. Functions between sets}
318318
Let's construct such a function $g$, defined to be $g(a,b) = a$. Keep in mind
319319
that here $(a,b)\in\Gamma_f\subseteq A\times B$.
320320

321-
Let $(a',b'),(a'',b'')\in\Gamma_f$ such that $f(a',b') = f(a'',b'')$. For
322-
contradiction, suppose that $(a',b')\neq (a'',b'')$. Since $f(a',b') = a' = a''
323-
= f(a'',b'')$, it must be that $b'\neq b''$. However, this would mean that both
321+
Let $(a',b'),(a'',b'')\in\Gamma_f$ such that $g(a',b') = g(a'',b'')$. For
322+
contradiction, suppose that $(a',b')\neq (a'',b'')$. Since $g(a',b') = a' = a''
323+
= g(a'',b'')$, it must be that $b'\neq b''$. However, this would mean that both
324324
$(a',b')$ and $(a',b'')$ are in $\Gamma_f$; this would mean that $f(a') = b'
325325
\neq b'' = f(a')$, which is impossible since $f$ is a function. Hence $g$ is
326326
injective.

0 commit comments

Comments
 (0)