Commit 2023-10-17 07:52 0b9b714c
View on Github →chore: Fix decidability issues in UV-compression (#7708)
We had been a bit lazy in Lean 3 with the decidability instances here, and it recently bit me.
This PR reorders the lemmas to avoid decidableEqOfDecidableLE
. There's only one new lemma: Set.Sized.uvCompression
. Also golf a bit and fix style.