Skip to content

Commit

Permalink
誤字を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Sep 22, 2023
1 parent 85226e2 commit 107a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ApplyQuestion.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Mathlib.Algebra.Hom.Group.Defs


-- ANCHOR: first
-- 群順同型は積を保つ
-- 群準同型は積を保つ
example [Group G] [Group H] (f : G →* H) (a b : G) :
f (a * b) = f a * f b := by
-- `exact MonoidHom.map_mul f a b` を提案してくれる
Expand Down

0 comments on commit 107a3a7

Please sign in to comment.