4 - Cardinality Flashcards
A function F is a mapping from the _______** to the **_______\_.
This means that a function F is a subset of the ______** **______\_ of these two sets.
A function F is a mapping from the domain** to the **codomain.
This means that a function F is a subset of the Cartesian Product of these two sets.
Transfinite** **________** is a constructive technique which lets you build some math object, while **transfinite** **_______\_ is a proof technique which lets you then prove stuff about that math object.
Transfinite** **recursion** is a constructive technique which lets you build some math object, while **transfinite** **induction is a proof technique which lets you then prove stuff about that math object.
Name the following transfinite method and explain it in laymanβs terms:
If I have a map πΌ:π<πΌβπ (for πΌ some ordinal - here βπ<πΌβ denotes the set of maps from π½ to π, for any π½<πΌ),
then there is a unique function π:πΌβπ such that for all π½<πΌ, π(π½) = πΌ(πβΎπ½).
Transfinite Recursion is a method for constructing sets.
If I have a map πΌ:π<πΌβπ (for πΌ some ordinal - here βπ<πΌβ denotes the set of maps from π½ to π, for any π½<πΌ),
then there is a unique function π:πΌβπ such that for all π½<πΌ, π(π½) = πΌ(πβΎπ½).
- Note that we can conflate a set and its characteristic function, so even if you stick to this definition of transfinite recursion, itβs still meaningful to define a set π΄ via transfinite recursion. What youβre doing is recursively answering questions of the form, βIs π½ in π΄?β*
- This is quite abstract on the face of it, but what itβs saying is not too complicated. Weβre trying to build a function πΌβπ. Now, πΌ is a method for extending a partial function βone step furtherβ:*
- if I feed πΌ a map π:π½βπfor some π½<πΌ, πΌ tells me what π(π½)βoughtβ to be given that π=πβΎπ½. That is, if Iβve defined π for the first π½-many inputs, πΌ tells me how to define π for the next input.*
- This lets us βbuild πffrom belowβ.*