Zulip Chat Archive

Stream: mathlib4

Topic: failing `simps`


Moritz Firsching (Mar 03 2023 at 21:04):

While porting CategoryTheory.Groupoid.VertexGroup, I came across this error for the [simps] before vertexGroup:

Failed to find constructor nvMonoid in structure Div.

What is going on here?

see mathlib4#2609

Floris van Doorn (Mar 14 2023 at 19:19):

Fixed in !4#2883. This PR also implements the feature that if you use @[simps] on algebraic classes like Group, it will generate the right simp-lemmas (using */1 instead of Mul.mul/One.one).


Last updated: Dec 20 2023 at 11:08 UTC