Commit 2024-03-15 12:53 d7e49441

View on Github →

fix: remove DecidableEq assumption from factors (#11158) It doesn't make a lot of sense for factors to require a DecidableEq assumption since it's not used in the statement, and the definition is already noncomputable. This PR removes that assumption and updates some lemmas later in the file accordingly.

Estimated changes