Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-12-15 19:58 02cdc812

View on Github →

refactor(order/sup_indep): Get rid of decidable equality assumption (#10673) The erase in the definition required a decidable_eq. We can make do without it while keeping it functionally the same.

Estimated changes