Module docstring
{"# Conversion between Cardinal and ℕ∞
In this file we define a coercion Cardinal.ofENat : ℕ∞ → Cardinal
and a projection Cardinal.toENat : Cardinal →+*o ℕ∞.
We also prove basic theorems about these definitions.
Implementation notes
We define Cardinal.ofENat as a function instead of a bundled homomorphism
so that we can use it as a coercion and delaborate its application to ↑n.
We define Cardinal.toENat as a bundled homomorphism
so that we can use all the theorems about homomorphisms without specializing them to this function.
Since it is not registered as a coercion, the argument about delaboration does not apply.
Keywords
set theory, cardinals, extended natural numbers "}