Commit 2023-12-07 11:12 10038705

View on Github →

feat(RingTheory/Coalgebra): product of coalgebras (#8822) This also splits out a CoalgebraStruct typeclass, to allow defining the operators and their definitional properties before committing to proving coassociativity. These proofs are extremely painful, as you're fighting associativity all the time (and LinearMap.comp is very verbose in the goal view)

Estimated changes