doc: re-add doc

This commit is contained in:
jstoobysmith 2024-05-14 11:23:13 -04:00
parent 7ad7f75c6f
commit f42540ffb4

View file

@ -53,6 +53,7 @@ def linSolMap {χ : ACCSystem} (G : ACCSystemGroupAction χ) (g : G.group) :
apply ACCSystemLinear.LinSols.ext
exact (G.rep g).map_smul' _ _
/-- The representation acting on the vector space of solutions to the linear ACCs. -/
@[simps!]
def linSolRep {χ : ACCSystem} (G : ACCSystemGroupAction χ) :
Representation G.group χ.LinSols where