Commit 2021-10-23 14:30 e1c0dbc8
View on Github →feat(set_theory/cardinal): add add_le_omega
(#9887)
- simplify
c₁ + c₂ ≤ ω
toc₁ ≤ ω ∧ c₂ ≤ ω
; - simplify
ω + ω
toω
; - simplify
#s ≤ ω
tos.countable
; - simplify
(s ∪ t).countable
and(insert a s).countable
. Motivated by lemmas from flypitch.