Commit 2022-09-12 11:04 1c4e1843
View on Github →refactor(set_theory/basic): match x < ℵ₀ lemmas with x ≤ ℵ₀ lemmas (#15662)
- Mark
cardinal.lt_aleph_0_iff_set_finiteas@[simp]lemma. - Add
cardinal.lt_aleph_0_iff_subtype_finiteandcardinal.mk_le_aleph_0_iff; dropcardinal.encodable_iff. - Rename
cardinal.mk_set_le_aleph_0tocardinal.le_aleph_0_iff_set_countable. - Rename
cardinal.mk_subtype_le_aleph_0tocardinal.le_aleph_0_iff_subtype_countable. - Make
first_order.language.countableprotected. - Use
[countable _]instead of[encodable _]or[nonempty (encodable _)]here and there.