Commit 2024-08-27 18:38 ef5a7617
View on Github →chore(SetTheory/Ordinal/*): o.out.α
→ o.toType
(#16161)
It's often desirable to get a concrete type in universe Type u
that's order isomorphic to o : Ordinal.{u}
. The way we've done this is by using the non-documented (Quotient.out o).α
. We rename this to Ordinal.toType o
for discoverability, and to hide what frankly should remain an implementation detail.
This also entails renaming a bunch of theorems that made reference to out
in some form.