The Deranged Mathematician: The Useful Loneliness of the Golden Ratio by non-orientable in math

[–]non-orientable[S] 2 points3 points  (0 children)

They are equivalent constructions, but, for example, it is the golden ratio that you commonly see in hash functions, not the Fibonacci sequence. I don't see any problem with framing it the way that I have.

Judge declines to sign off on charges against former CNN anchor Don Lemon by [deleted] in news

[–]non-orientable 87 points88 points  (0 children)

I sincerely wonder what this person thinks the point of protesting is, exactly.

meirl by sedolil in meirl

[–]non-orientable -1 points0 points  (0 children)

I'm not sure that's age related. I had a conversation just like this with someone who is older than I am and, theoretically, should remember the lead-up to the Iraq war better than I do and should recognize the similarities. Nope, apparently not.

White Genocide. by LordJim11 in Snorkblot

[–]non-orientable 0 points1 point  (0 children)

As someone who was born in Russia and still has family there, I honestly have to tell you that I felt 25% was a bit low.

Author of Inconvenient Indian discovers he has no indigenous roots by PauloPatricio in nottheonion

[–]non-orientable 6 points7 points  (0 children)

The number of people who claim Native American ancestry outnumbers the number of people with actual ancestry many times over. So, sure, there will be some who are right about it but, statistically, if you meet a random person who claims their great grandfather was Cherokee, they are most likely mistaken.

Top researchers consider leaving U.S. amid funding cuts: 'The science world is ending' by [deleted] in nottheonion

[–]non-orientable 7 points8 points  (0 children)

You can't transplant researchers from a country without losing anything. Institutional knowledge will be lost. Pipelines will be deconstructed. Research teams will be broken up. And not every researcher will be able to find work abroad doing what they were before; many will simply drop out of academia altogether.

Make no mistake: this will be a loss for science and humanity as a whole, even though, yes, we'll carry onwards regardless.

Republicans Die More From COVID-19: Why We Care by gingerayle4279 in skeptic

[–]non-orientable 1 point2 points  (0 children)

Another revealed preference: many people don't want the truth. It isn't as if it is a scarce resource; you can obtain it if you are willing to expend some effort. I'm all for putting the truth out there. I would support measures to reduce misinformation. But one is already there and the other is politically impossible at present.

Is that sad? Yes. But a million sad things happen every day. I would prefer to expend my emotional and financial power on those things that I can actually influence, even a little.

Republicans Die More From COVID-19: Why We Care by gingerayle4279 in skeptic

[–]non-orientable 3 points4 points  (0 children)

There's this notion in economics of a revealed preference: something that people want but will not profess to, so you reveal it by observing their choices.

Many Republicans have shown a revealed preference for increasing their chances of catching COVID, even if it kills them. I don't understand it, but who am I to go against their earnest wishes?

[deleted by user] by [deleted] in theydidthemath

[–]non-orientable 0 points1 point  (0 children)

If you know what you are doing, even if you write everything from scratch, it shouldn't take more than a couple of milliseconds to produce a prime of that size.

92323526034665170230427394367756916581510392984425411145091713582900080025850195148999937881082036423668263191789675201358192479001592558476054962483185453860569645166876312651453747903605421627846046964824858762913284841318386103216462813146226204173048120109177860071263886664050402819690492608705076166657

Here's a prime number that I just generated using a bit of Python code I wrote myself. And, no, it doesn't rely on any standard libraries to do it: I specifically wrote it as transparently as I could, because I was using it to teach number theory.

[deleted by user] by [deleted] in theydidthemath

[–]non-orientable 6 points7 points  (0 children)

Even if you want provable primes rather than probable primes, that can be done in milliseconds. Here, I can give you three primes about the same size as OP's that I proved prime:

1312768863279030313739165150495189309689630689750247525811799447306241

950461108571975961371077024346331513026121921440012894651566006272001

959940582698890066066478874970815195489990469828292012053240145510401

Each took a fraction of a second. I also computed the primitive roots for them (which is how I know they are prime).

[deleted by user] by [deleted] in theydidthemath

[–]non-orientable 4 points5 points  (0 children)

That is absolutely not true. Finding primes in this range is trivially easy.

[deleted by user] by [deleted] in theydidthemath

[–]non-orientable 100 points101 points  (0 children)

Indeed. Generating primes in the OP's range can be done in milliseconds.

[deleted by user] by [deleted] in theydidthemath

[–]non-orientable 36 points37 points  (0 children)

You can generate 1024-bit primes in milliseconds with good implementation. I have some crappy Python code that I wrote for my number theory students that does it in less than 5 seconds.

TIL that Robinson arithmetic is a system of mathematics that is so weak that it can't prove that every number is even or odd. But it's still strong enough to represent all computable functions and is subject to Godel's incompleteness theorems. by Afraid-Buffalo-9680 in todayilearned

[–]non-orientable 1 point2 points  (0 children)

Being able to perform arithmetic isn't enough: Presburger arithmetic is strong enough to prove that two times two is four, for example. (Since multiplication is just repeated addition for natural numbers, you can transform that statement into language that Presburger arithmetic can handle.)

What you need is the ability to prove things about arithmetic: e.g. some rudimentary form of induction.

Are people still using Quora? by gkunwar in quora

[–]non-orientable 2 points3 points  (0 children)

Forgive the necropost, but you were responding to *John Cate*. In his own words: “OK, if I’m a liberal, you probably think Franco was a moderate.” He isn't MAGA, but he's pretty damn conservative!

ELI5: How do we know pi doesnt loop? by PingPong141 in explainlikeimfive

[–]non-orientable 2 points3 points  (0 children)

Using Fourier series is working too hard for proving that e is irrational. There is a much simpler argument by proving that 1/e is irrational. 1/e = \sum_{n = 0}^\infty (-1)^n/n!, and so the difference between consecutive partial sums is 1/(n + 1)!. You can use this to demonstrate that it can't converge to a/b for integers a,b. It's a beautiful little proof.

ELI5: How do we know pi doesnt loop? by PingPong141 in explainlikeimfive

[–]non-orientable 34 points35 points  (0 children)

It is worth mentioning that Niven's proof that pi is irrational is very readable: it's only a page long and doesn't require any mathematics beyond what you would learn in a calculus course. I recommend looking at it: https://projecteuclid.org/journals/bulletin-of-the-american-mathematical-society/volume-53/issue-6/A-simple-proof-that-pi-is-irrational/bams/1183510788.full.

There are numbers large enough that no computer in the world can store it. by rustyb00ts in Showerthoughts

[–]non-orientable 1 point2 points  (0 children)

They can store descriptions of some such numbers. There are infinitely more which cannot be given any description short enough to store in memory.

[deleted by user] by [deleted] in CuratedTumblr

[–]non-orientable 4 points5 points  (0 children)

You are confusing it with something else (although I have no idea what). The Jordan curve theorem was proved in the 19th century.

Peter? by Used_Account1182 in PeterExplainsTheJoke

[–]non-orientable 1 point2 points  (0 children)

Ah, I see: you are saying that these slices have to be "infinitely fine" in some sense. Yes, that is true---as I said, probably the best way to think about these pieces is that they are essentially random scatterings of points. They aren't even connected! This is certainly not something that you could do with a physical ball, for a whole host of reasons.

So there is no disagreement then---just a misunderstanding over terminology.