|
|
|
|
|
by londgine
1711 days ago
|
|
If every whole positive number is a fraction, but not every fraction is a whole positive number, then colloquially, I wouldn't define them as having "as many" elements as each other. Now, if you want to say they have the same cardinality (and you define cardinality as existing a bijection), then I would agree fully. |
|
(The encoding could be "represent both numbers in binary, put the denominator in the odd bits (LSB = first bit), and the numerator in the even bits" so 2/3 => 10/11 => 1110 => 14)