Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-01-16 13:30 1aee8a8d

View on Github →

chore(*): Put simp attribute before to_additive (#11488) A few lemmas were tagged in the wrong order. As tags are applied from left to right, @[to_additive, simp] only marks the multiplicative lemma as simp. The correct order is thus @[simp, to_additive].

Estimated changes