Zulip Chat Archive
Stream: mathlib4
Topic: Order of arguments: index type vs coefficients ring
Yury G. Kudryashov (Dec 20 2024 at 16:43):
I've just noticed that docs#MvPolynomial and docs#Matrix have index type first while docs#EuclideanSpace has the field first. Should we fix this?
Yury G. Kudryashov (Dec 20 2024 at 16:43):
What are other types that have arguments of these 2 kinds?
Kevin Buzzard (Dec 20 2024 at 17:20):
→ (infix, with index type first) and →₀ (same)
Eric Wieser (Dec 20 2024 at 17:39):
I always get EuclideanSpace wrong, but I guess the order is because EuclideanSpace R (Fin 3) looks marginally more like ?
Last updated: May 02 2025 at 03:31 UTC