Integrating a choice-free Finset.sum_le_sum into mathlib
Determine a method for integrating into the Lean mathlib library a choice-free version of Finset.sum_le_sum (the standard inequality comparing sums over finite sets) that assumes decidable equality on the index type, given that the current mathlib proof uses the axiom of choice to obtain DecidableEq ι and the available choice-free alternative is technically weaker due to this additional assumption.
References
On the other hand, it is not clear how to integrate this into \mathlib, since our version is technically weaker, having an additional assumption.
— Synthetic Differential Geometry in Lean
(2603.17457 - Brasca et al., 18 Mar 2026) in Item 5, Subsection "Lean implementation", Section "Logical framework and Lean implementation"