Commit 2026-07-24 09:53 c8f8b4a3
View on Github →chore(Order): fix defs with underscore in their names (#41878)
Per naming convention, defs should not have underscores in their name. This is also counted as strong technical debt, according to the counter we have 493 right now.
This PR fixes all of them in Mathlib/Order except one, namely RelIso.Simps.symm_apply, which is a bit weird.
All renames here are quite simple, just go from snake_case to lowerCamelCase (+ add deprecations).
If this PR looks good, i would be happy to do this to the (vast majority of) other defs with underscore in mathlib. :)