Projection from cardinal numbers to PartENat
#
In this file we define the projection Cardinal.toPartENat
and prove basic properties of this projection.
This function sends finite cardinals to the corresponding natural, and infinite cardinals
to ⊤
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
theorem
Cardinal.toPartENat_inj_of_le_aleph0
{c c' : Cardinal.{u_1}}
(hc : c ≤ aleph0)
(hc' : c' ≤ aleph0)
:
@[deprecated Cardinal.toPartENat_inj_of_le_aleph0 (since := "2024-12-29")]
theorem
Cardinal.toPartENat_eq_iff_of_le_aleph0
{c c' : Cardinal.{u_1}}
(hc : c ≤ aleph0)
(hc' : c' ≤ aleph0)
:
Alias of Cardinal.toPartENat_inj_of_le_aleph0
.