Skip to content

Commit b7a041d

Browse files
RaggedRclaude
andcommitted
fix: remove redundant @[simp] on backwardDiff_X/C
With @[expose], simp can already prove these from the definition, making the @[simp] tags redundant (linter error). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 11627ff commit b7a041d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mathlib/RingTheory/HopfAlgebra/AscPochhammer.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ theorem backwardDiff_apply (p : R[X]) :
5454
backwardDiff p = p - taylor (-1 : R) p := by
5555
simp [backwardDiff]
5656

57-
@[simp]
5857
theorem backwardDiff_X : backwardDiff (X : R[X]) = (1 : R[X]) := by
5958
simp [taylor_X]
6059

61-
@[simp]
6260
theorem backwardDiff_C (r : R) : backwardDiff (C r : R[X]) = 0 := by
6361
simp [taylor_C]
6462

0 commit comments

Comments
 (0)