Cardinalities of free constructions #
This file shows that all the free constructions over α
have cardinality max #α ℵ₀
,
and are thus infinite.
Combined with the ring Fin n
for the finite cases, this lets us show that there is a CommRing
of
any cardinality.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
@[simp]
theorem
Cardinal.mk_freeMonoid
(α : Type u)
[Nonempty α]
:
Cardinal.mk (FreeMonoid α) = max (Cardinal.mk α) Cardinal.aleph0
@[simp]
@[simp]
theorem
Cardinal.mk_freeGroup
(α : Type u)
[Nonempty α]
:
Cardinal.mk (FreeGroup α) = max (Cardinal.mk α) Cardinal.aleph0
@[simp]
@[simp]
@[simp]
theorem
Cardinal.mk_freeRing
(α : Type u)
:
Cardinal.mk (FreeRing α) = max (Cardinal.mk α) Cardinal.aleph0
@[simp]
@[simp]