Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
101damnations committed Feb 5, 2025
1 parent edd8a79 commit 28b9bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/RepresentationTheory/Invariants.lean
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ instance : (invariantsFunctor k G).Additive where

/-- The adjunction between the functor equipping a module with the trivial representation, and
the functor sending a representation to its submodule of invariants. -/
noncomputable abbrev invariantsAdjunction : trivialFunctor ⊣ invariantsFunctor k G :=
noncomputable abbrev invariantsAdjunction : trivialFunctor G ⊣ invariantsFunctor k G :=
Adjunction.mkOfHomEquiv {
homEquiv := fun _ _ => {
toFun := fun f => ModuleCat.ofHom <|
Expand Down

0 comments on commit 28b9bc8

Please sign in to comment.