Skip to content

Fix function name typos in exercise 2.7 injectivity proof#27

Merged
hooyuser merged 2 commits intomasterfrom
copilot/fix-typos-in-exercise-2-7
Dec 17, 2025
Merged

Fix function name typos in exercise 2.7 injectivity proof#27
hooyuser merged 2 commits intomasterfrom
copilot/fix-typos-in-exercise-2-7

Conversation

Copy link
Contributor

Copilot AI commented Dec 17, 2025

The injectivity proof in exercise 2.7 incorrectly referenced function f instead of g in two locations. The proof demonstrates that g: Γ_f → A defined by g(a,b) = a is a bijection, so the hypothesis and derivation should apply g, not f.

Changes

  • Line 321: Changed hypothesis from f(a',b') = f(a'',b'') to g(a',b') = g(a'',b'')
  • Line 322-323: Changed derivation from f(a',b') = a' = a'' = f(a'',b'') to g(a',b') = a' = a'' = g(a'',b'')

Before:

Let $(a',b'),(a'',b'')\in\Gamma_f$ such that $f(a',b') = f(a'',b'')$. For
contradiction, suppose that $(a',b')\neq (a'',b'')$. Since $f(a',b') = a' = a''
= f(a'',b'')$, it must be that $b'\neq b''$.

After:

Let $(a',b'),(a'',b'')\in\Gamma_f$ such that $g(a',b') = g(a'',b'')$. For
contradiction, suppose that $(a',b')\neq (a'',b'')$. Since $g(a',b') = a' = a''
= g(a'',b'')$, it must be that $b'\neq b''$.
Original prompt

This section details on the original issue you should resolve

<issue_title>some typos in exercise 2.7</issue_title>
<issue_description> In the second paragraph, first several f should be g

Image</issue_description>

<agent_instructions>Fix typos in exercise 2.7</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: hooyuser <10691820+hooyuser@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typos in exercise 2.7 Fix function name typos in exercise 2.7 injectivity proof Dec 17, 2025
Copilot AI requested a review from hooyuser December 17, 2025 10:33
@hooyuser hooyuser marked this pull request as ready for review December 17, 2025 14:39
@hooyuser hooyuser merged commit d431673 into master Dec 17, 2025
3 of 4 checks passed
@hooyuser hooyuser deleted the copilot/fix-typos-in-exercise-2-7 branch December 17, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

some typos in exercise 2.7

2 participants