Zulip Chat Archive
Stream: Is there code for X?
Topic: injection to show cardinality inquality
George Shakan (Mar 09 2022 at 22:22):
I would like a statement of the form: to show |X| <= |Y| it is enough to show there exists an injection from X to Y
Jakub Kądziołka (Mar 09 2022 at 22:23):
Is that for finite cardinalities?
Jakub Kądziołka (Mar 09 2022 at 22:23):
(otherwise it feels true by definition)
Reid Barton (Mar 09 2022 at 22:25):
docs#cardinal.mk_le_of_injective
Bhavik Mehta (Mar 09 2022 at 22:34):
docs#finset.card_le_card_of_inj_on
Last updated: Dec 20 2023 at 11:08 UTC