Commit 2026-09-11 08:52 a3ab3e36

View on Github →

chore(Data/Fin/SuccPred): avoid importing the order hierarchy (#43152) Mathlib.Data.Fin.SuccPred imports Mathlib.Logic.Equiv.Set mostly for two simp lemmas that use Equiv.ofInjective, which brings with it nontrivial order definitions such as BooleanAlgebra. These were introduced in leanprover-community/mathlib3#6815 but seemingly never used and spelled strangely, so we deprecate them.

Estimated changes