average first sentence of a math wikipedia page:
A snorkle basis is a particular sort of set that has some properties and is generally "nice" (in a rigorous sense) and can do many things and is very practical.

tannertan36
Cosmic Funnies

❣ Chile in a Photography ❣

oozey mess
Show & Tell
Jules of Nature
tumblr dot com

TVSTRANGERTHINGS
Aqua Utopia|海の底で記憶を紡ぐ
ojovivo

macklin celebrini has autism

occasionally subtle

if i look back, i am lost
Keni

seen from Vietnam

seen from Germany

seen from Malaysia

seen from United States

seen from Malaysia

seen from Malaysia
seen from Sweden

seen from Malaysia

seen from Canada

seen from Türkiye

seen from Bangladesh

seen from United States

seen from Singapore

seen from T1

seen from Spain
seen from United States

seen from United Kingdom
seen from Germany
seen from Ireland

seen from Singapore
@noelements-setempty
average first sentence of a math wikipedia page:
A snorkle basis is a particular sort of set that has some properties and is generally "nice" (in a rigorous sense) and can do many things and is very practical.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
This is a polyhedron with cutaway faces, based on the snub dodecadodecahedron, which I posted here some time ago. In this version there is a single connected piece for each face, instead of multiple disconnected facets. I designed the model faces so that they avoid each other when assembled, with the holes making the interior of the model visible.
The colour arrangement is the same as with the original model - as with most of my models I prepare a detailed colour plan before assembly. Comparing the two, I think I prefer this version with its attractive interlaced appearance. It was also considerably easier to glue together than the other one, though still challenging.
5001 being divisible by 3 doesnt feel right
Shortcuts to determine if an integer is divisible by:
This is a given.
If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
Like the rule for 2, but check if the last two digits are divisible by 4.
If it ends in 5 or 0.
If the rules for both 2 and 3 apply.
No shortcut. Alas.
Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
If it ends in 0.
11. Put alternating + and - signs in front of each digit such that the last digit has a + sign (so for 5001 it's - 5 + 0 - 0 + 1). If the answer is divisible by 11, so is the original number. This is recursive like the 3 and 9 rules.
7: Subtract twice the last digit of your number from the number you get by ignoring the last digit. If the result of that operation is divisible by 7, so is your original number (eg, 91 -> 9 - 2×1 = 7, so 91 is a multiple of 7). As with the rules for 3, 9 and 11 this rule is recursive (2261 -> 226 - 2×1 = 224; 224 -> 22 - 2×4 = 14; 14 -> 1 - 2×4 = -7 and so 2261 is divisible by 7).
It's not a fast way of checking if a number is a multiple of 7 (you honestly may as well just do the division), but it does work.
In fact, I think, something along these lines works for any prime (excluding 2 or 5).
Suppose that p is such a prime. Then, by Bezout's lemma, there exist integers X, Y such that 10X + pY = 1 (and clearly any such X is not a multiple of p). Let N := 10a + b. Then p | N if and only if p | NX. But NX = 10aX + bX = (1-pY)a + bX = (a+bX) + p(aY). So p | N if and only if p | (a+bX).
For p=7 we have, for example, (X,Y) = (-2,3). Hence 7 divides 10a+b if and only if 7 divides a-2b. For p=3 we have (X,Y) = (1,-3). So 3 divides 10a+b if and only if p divides a+b (which implies the standard sum of digits test given above). For p=11 we have (X,Y) = (-1,1). So 11 divides 10a+b if and only if 11 divides a-b (which implies the alternating sum of digits test given above). And once you find a suitable (X,Y) you can derive divisibility tests for larger primes as well.
5001 being divisible by 3 doesnt feel right
Shortcuts to determine if an integer is divisible by:
This is a given.
If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
Like the rule for 2, but check if the last two digits are divisible by 4.
If it ends in 5 or 0.
If the rules for both 2 and 3 apply.
No shortcut. Alas.
Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
If it ends in 0.
11. Put alternating + and - signs in front of each digit such that the last digit has a + sign (so for 5001 it's - 5 + 0 - 0 + 1). If the answer is divisible by 11, so is the original number. This is recursive like the 3 and 9 rules.
my favourite rule for 7: add five times the last digit to the rest. repeat if necessary. e.g. 4886 → 488+(6*5) = 518 → 51+(8*5) = 91 → 9+5=14. and 14 is divisible by 7 :)
OK, here we go!
Assume our number is a multiple of 7 - i.e. it's congruent to 0 mod 7. I'm using letters to represent the digits here, but there could be an arbitrarily large number of digits, hence the ellipsis.
Each digit is multiplied by a progressively higher power of 10.
Now 10 is congruent to 3 mod 7, so we can replace all the 10's with 3's.
A bit of rearranging gives us this way of expressing the last digit a in terms of the other digits.
When we take all the digits except the last one and move them down one place, we're dividing everything by 3.
Here's where 5 being the multiplicative inverse of 3 mod 7 comes in. Dividing by 3 is the same as multiplying by 5.
Speaking of multiplying by 5, let's do that to our alternative expression for a, and add it on.
Everything cancels out and we get 0.
So if our original number was a multiple of 7, doing this trick will also give us a multiple of 7.
"What about the converse?" you might ask.
If our original number isn't divisible by 7, we get a copy of the remainder in our expression for a. Then instead of cancelling down to 0, we'll be left with 5 times the remainder. This won't be 0 because 7 is prime, and so no non-zero numbers will multiply to make 0 mod 7.
(Also someone else posted an alternative 7 trick which is secretly exactly the same as this. Instead of multiplying the last digit by 5 and adding, they multiplied by 2 and subtracted. But 5 = -2 mod 7, so it's just your trick in disguise!)
5001 being divisible by 3 doesnt feel right
Shortcuts to determine if an integer is divisible by:
This is a given.
If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
Like the rule for 2, but check if the last two digits are divisible by 4.
If it ends in 5 or 0.
If the rules for both 2 and 3 apply.
No shortcut. Alas.
Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
If it ends in 0.
11. Put alternating + and - signs in front of each digit such that the last digit has a + sign (so for 5001 it's - 5 + 0 - 0 + 1). If the answer is divisible by 11, so is the original number. This is recursive like the 3 and 9 rules.
7: Subtract twice the last digit of your number from the number you get by ignoring the last digit. If the result of that operation is divisible by 7, so is your original number (eg, 91 -> 9 - 2×1 = 7, so 91 is a multiple of 7). As with the rules for 3, 9 and 11 this rule is recursive (2261 -> 226 - 2×1 = 224; 224 -> 22 - 2×4 = 14; 14 -> 1 - 2×4 = -7 and so 2261 is divisible by 7).
It's not a fast way of checking if a number is a multiple of 7 (you honestly may as well just do the division), but it does work.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
5001 being divisible by 3 doesnt feel right
Shortcuts to determine if an integer is divisible by:
This is a given.
If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
Like the rule for 2, but check if the last two digits are divisible by 4.
If it ends in 5 or 0.
If the rules for both 2 and 3 apply.
No shortcut. Alas.
Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
If it ends in 0.
11. Put alternating + and - signs in front of each digit such that the last digit has a + sign (so for 5001 it's - 5 + 0 - 0 + 1). If the answer is divisible by 11, so is the original number. This is recursive like the 3 and 9 rules.
my favourite rule for 7: add five times the last digit to the rest. repeat if necessary. e.g. 4886 → 488+(6*5) = 518 → 51+(8*5) = 91 → 9+5=14. and 14 is divisible by 7 :)
5001 being divisible by 3 doesnt feel right
Shortcuts to determine if an integer is divisible by:
This is a given.
If the last digit is divisible by 2 (a.k.a. even), then so is the whole number.
If the sum of the digits is divisible by 3, then so is the whole number. The recursivity of this means that if the sum has multiple digits, you can add them up again until you get a single digit and see if it's 3, 6, or 9.
Like the rule for 2, but check if the last two digits are divisible by 4.
If it ends in 5 or 0.
If the rules for both 2 and 3 apply.
No shortcut. Alas.
Like the rules for 2 and 4, but check if the last three digits are divisible by 8. (Yes, this pattern keeps going for 16, 32, etc.)
Like the rule for 3, but the sum of the digits (or the sum of the sum of the digits, etc.) must be 9.
If it ends in 0.
11. Put alternating + and - signs in front of each digit such that the last digit has a + sign (so for 5001 it's - 5 + 0 - 0 + 1). If the answer is divisible by 11, so is the original number. This is recursive like the 3 and 9 rules.
Ballpoint Cubes, 2026
Rhombic Hexecontahedron, 2026
Set theorists be like,
"Just taking my pet 7 for a walk!"
full color version

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Counting
Klyver Markus on FB.
everyone got that those one two three four five uncountable amount of homies that are constantly suffering in new and unusual ways
So many people suffering in the world that we can't even form a bijection from them to the natural numbers 😔
to celebrate and or mourn me making this account, a defaultscape
Hell yeah
algebra for age regressors
do you see my vision?
here's my shitty low effort contribution that I sketched up while bored. any reader should feel free to improve this
The statement "Big if true" necessitates the existence of the equivalent contraposition "False if small".

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Fun mathematical fact: you can divide by 0!
One of my favorite things about working with hyperbolic 3-space is that i treat its boundary as the 1-point compactification complex plane, and then the symmetry group of the space is the mobius transforms on C with infinity. So .... I can divide by zero quite easily: any number divided by zero gives infinity. What i can never ever do is multiply by zero.
That's great, but it's even easier to divide by 0!
Challenge of the day: what are these?
something to do with number theory
tumblr post | Desmos
got it
Bringing this back because you should all click the link, this is really cool!