Commit 2026-02-25 00:49 450920a5
View on Github →feat(SetTheory/Cardinal): generalize infinite pigeonhole principle (#34091)
- generalize
infinite_pigeonhole_card_ltandexists_infinite_fiberonly to require the domainβto be infinite instead of codomainα. Also make arguments ofInfiniteimplicit. - add
exists_uncountable_fiberfor uncountable sets. - fix a TODO in
le_range_of_union_finset_eq_top(and also golf). PS: thanks ChatGPT for providing the informal proofs.