Commit 2026-02-27 09:51 a5a17ebb

View on Github →

feat: classical "decidability" instances on sets and ideals (#33757)

  • Add decidable equality instances for Set X, Submodule R M (which also gives it for Ideal R) and Associates (Ideal R).
  • This allows one to remove such decidability arguments from lemmas.
  • There was one place where we used an explicit decidability argument to compute an explicit fintype-instance to construct the unique element of some type. This is now replaced by giving the element explicitly.

Estimated changes