Commit 2024-07-04 03:49 90e41c5a
View on Github →style(Mathlib/Algebra/ContinuedFractions/*): shorten names of declarations related to continued fractions (#13210)
I'm constructing the homeomorphism between irrationals and Baire space using continued fractions, and found that names of declarations related to continued fractions are long.
This PR shortens them e.g.:
GeneralizedContinuedFraction
-> GenContFract
SimpleContinuedFraction
-> SimpContFract
ContinuedFraction
-> ContFract
GeneralizedContinuedFraction.denominators
-> GenContFract.dens
etc.