Module docstring
{"# Arithmetic on families of ordinals
Main definitions and results
sup,lsub: the supremum / least strict upper bound of an indexed family of ordinals inType u, as an ordinal inType u.bsup,blsub: the supremum / least strict upper bound of a set of ordinals indexed by ordinals less than a given ordinalo.
Various other basic arithmetic results are given in Principal.lean instead.
","### Families of ordinals
There are two kinds of indexed families that naturally arise when dealing with ordinals: those indexed by some type in the appropriate universe, and those indexed by ordinals less than another. The following API allows one to convert from one kind of family to the other.
In many cases, this makes it easy to prove claims about one kind of family via the corresponding claim on the other. ","### Supremum of a family of ordinals ","### Results about injectivity and surjectivity ","### Properties of ω ","### Casting naturals into ordinals, compatibility with operations "}