Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jul 17, 2023
1 parent 7e94d7c commit 1c375e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometric_algebra/from_mathlib/category_theory.lean
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ instance concrete_category : concrete_category.{v} (QuadraticModule.{v} R) :=
{ forget := { obj := λ R, R, map := λ R S f, (f : R → S) },
forget_faithful := { } }

instance has_forget_to_AddCommGroup : has_forget₂ (QuadraticModule R) (Module R) :=
instance has_forget_to_Module : has_forget₂ (QuadraticModule R) (Module R) :=
{ forget₂ :=
{ obj := λ M, Module.of R M,
map := λ M₁ M₂ f, isometric_map.to_linear_map f } }
Expand Down

0 comments on commit 1c375e9

Please sign in to comment.