Open pitmonticone opened 9 months ago
Classifies porting notes claiming anything semantically equivalent to
simp
@[simp]
Related to: #11119
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/AddTorsor.lean#L194-L198
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/CubicDiscriminant.lean#L236-L239
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/Module/Basic.lean#L257-L260
https://github.com/leanprover-community/mathlib4/blob/76e9597c4920fd0421f70311e28cfc396367a5d1/Mathlib/Algebra/GCDMonoid/Basic.lean#L136-L146
Regarding these porting note
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/CategoryTheory/Limits/IsLimit.lean#L571
@kbuzzard said:
What is going on with this one? Is this a bug in the simpNF linter?
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/CategoryTheory/Limits/Shapes/Biproducts.lean#L261
What is going on with this one?
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Data/Vector.lean#L249
Is this the correct solution for this problem?
Classifies porting notes claiming anything semantically equivalent to
simp
can prove this"simp
can simplify this`"@[simp]
, now can be proved bysimp
"@[simp]
, butsimp
can prove it"simp
"simp
can already prove this"simp
already proves this"simp
can prove these"Related to: #11119
Examples
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/AddTorsor.lean#L194-L198
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/CubicDiscriminant.lean#L236-L239
https://github.com/leanprover-community/mathlib4/blob/4b36afcf085586739aa4e59d507a7d01d9a2dbbf/Mathlib/Algebra/Module/Basic.lean#L257-L260
https://github.com/leanprover-community/mathlib4/blob/76e9597c4920fd0421f70311e28cfc396367a5d1/Mathlib/Algebra/GCDMonoid/Basic.lean#L136-L146