Commit 2025-06-27 12:16 cf17ac4e

View on Github →

chore: remove unused simp arguments (#26430) This removes unused simp arguments flagged by Lean's new linter.unusedSimpArgs. This branch was created on nightly-testing, where we have the linter, and then rebased onto master, resolving all merge conflicts to master’s code, so some might be left. I used a python script to remove the reported simp arguments, and then manually fixed the breakage (mostly changing ← foo to - foo instead of removing it when needed).

Estimated changes

modified theorem Complex.cos_neg
modified theorem Complex.sinh_neg
modified theorem Real.cos_neg
modified theorem Real.sin_neg
modified theorem Real.sinh_neg
modified theorem Real.tan_neg
modified theorem Real.tanh_neg