oh you're a mathematician? name every number
Conversation
Notices
-
Embed this notice
Saffron🏳️⚧️ (spinach@girlcock.club)'s status on Tuesday, 10-Jun-2025 11:03:03 JST
Saffron🏳️⚧️
-
Embed this notice
eilidh, sus took her home (sidepony@eldritch.cafe)'s status on Tuesday, 10-Jun-2025 11:02:59 JST
eilidh, sus took her home
@salad_bar_breath @spinach Hello, would this be a valid space to discuss Real cardinality, or would that not count?
Polychrome :blabcat: likes this. -
Embed this notice
Rayne, Unexpired-Covid-Test-Having Bourgeois Ass (salad_bar_breath@todon.nl)'s status on Tuesday, 10-Jun-2025 11:03:00 JST
Rayne, Unexpired-Covid-Test-Having Bourgeois Ass
@spinach the problem with that then if I say "∀n∈C", then I'm just including all real and complex numbers that have the some distance (such that |n|∈R, for any n in C) from the origin. So like, then what about representations on any plane we choose to define 🤷♀️
So, we can define the value of any number we imagine on any plane with any symbol we choose to express it with the real set. Otherwise, I dunno how we encompass all mathematical objects that are a "number" (and the subsequent philosophical discussion of who gets to decide what a number is).
In summary, I feel like an annoying reply girl and I am going to do a lot of dumb shit later to make up for it lolol
-
Embed this notice
Saffron🏳️⚧️ (spinach@girlcock.club)'s status on Tuesday, 10-Jun-2025 11:03:01 JST
Saffron🏳️⚧️
@salad_bar_breath you're missing the imaginary and complex numbers
-
Embed this notice
Rayne, Unexpired-Covid-Test-Having Bourgeois Ass (salad_bar_breath@todon.nl)'s status on Tuesday, 10-Jun-2025 11:03:02 JST
Rayne, Unexpired-Covid-Test-Having Bourgeois Ass
@spinach ∀n∈R
-
Embed this notice
tastytea (tastytea@very.tastytea.de)'s status on Tuesday, 10-Jun-2025 11:03:15 JST
tastytea
Polychrome :blabcat: likes this. -
Embed this notice
Polychrome :blabcat: (polychrome@poly.cybre.city)'s status on Tuesday, 10-Jun-2025 11:23:23 JST
Polychrome :blabcat:
@spinach
#include <stdio.h>
#include <inttypes.h>
int main(void) {
uint64_t v = 0;
do {
printf("%016" PRIx64 ",", v);
} while (++v);
putchar('\n');
return 0;
}
Will print every hexadecimal number in the 64-bit range. As we all know there are no other numbers.
(May take a few years to run)
-
Embed this notice