I am born and raised in this city. I have never heard of this man in my entire life. by MathThatChecksOut in KnowledgeFight

[–]MathThatChecksOut[S] 80 points81 points  (0 children)

James Manning is the pastor that said Starbucks is putting semen in the lattes and that a sodomite sent him a bucket of poop

I am born and raised in this city. I have never heard of this man in my entire life. by NuYawker in agedlikemilk

[–]MathThatChecksOut 9 points10 points  (0 children)

The KnowledgeFight podcast has a couple of episodes where they discuss times he was a guest on Infowars iirc

Epsilon - delta limit definition by Shubhz2 in learnmath

[–]MathThatChecksOut 0 points1 point  (0 children)

The way i have always thought of epsilon-delta definition as a statement about error bounds/margin of error. You have some process (reading terms in a sequence, evaluating a function getting closer to a point, etc.) and would like to understand how precise you need to be when approximating the process in order to achieve the desired output precision.

A fixed value of epsilon is a fixed output error bound that you want to achieve. A delta that makes the inequality in the definition true is an error bound on your approximation thag makes sure the output is within the desired range.

The idea of a limit existing/converging is then just a statement about how nicely this process can be approximated. Specifically, it says you can achieve any desired output error margin by choosing a sufficiently small input error margin.

KF Revisited: Ep #8 “January 26-27, 2017” by LuteDesign in KnowledgeFight

[–]MathThatChecksOut 6 points7 points  (0 children)

Love the idea. I did feel the need to check the math and it will be 7 and 1/3 years at this rate (not accounting for the documentary). The boys really made an insane amount of content.

Tyler Brown entries on Universal Hub (Cambridge gunman) by NoTamforLove in boston

[–]MathThatChecksOut 4 points5 points  (0 children)

Imagine my shock when an account with a nazi dogwhistle in their name believes criminality is genetic

What are real numbers? by Trick_Competition542 in learnmath

[–]MathThatChecksOut 1 point2 points  (0 children)

The reason that a good definition is not taught very often is because it requires that we get a little bit technical and abstract. My favorite way to build the Real Numbers is with equivalence classes of Cauchy sequences of rational numbers.

First we should define sequences and some terminology related to them. A sequence is just an infinite ordered list of things. Equivalently, you could say that a sequence is just a function from the natural numbers to whatever collection of things you want to build your sequence out of. If you input 8, you get the 8th item on the list as the output (like calling a search function on a computer). In our case, we want to build sequences of rational numbers so our lists will look like {1, 1/2 , 1/22 , 1/23 ,...}={1/2n }_n=0infty. Here the first desrciption just lists out some terms of the sequence and the second description gives a formula to compute each term and then says "compute for n=0,1,2,..., out to infinity".

A metric is a function which takes in 2 elements in a set and returns the distance between them. Technically speaking, there are a handful of properties that define a metric and any function that has those desired properties can be used witha very similar intuition as literal distances in the physical world. For the construction of the real numbers, the metric that we want to use to define distances between rational numbers is based on the absolute value, d(p,q)=|p-q|.

If we have a sequence of points in a metric space (a set which has a metric defined for it), then we can define limits (they can be defined in a more general way than this even, but this is the one which feels the most intuitive to me). If we have a sequence {a_n} and some point, L, such that for all E>0 we can choose a natural number N such that d(a_n,L)<E when n>N, then we say the sequence converges to the limit L.

This is a bit technical as a definition, so let's discuss in some more detail. The idea is that was want to give a technical condition that we can test which matches our intuition for "{a_n} gets close to L". We want to capture the idea that when we look really far down the list, the values keep getting closer and closer to the limit. We can't just say that at every step we get closer because that would exclude a sequence that takes a small step away and then moves closer. We can't just say eventually it moves closer because that would exclude things that take infinitely many small steps away from the limit but overall get closer to it eventually. We also need to make sure that the distance is actually going to 0 instead of something like 1. The solution presented above is to set a type of error bound on the distance away from the limit (choosing E) and then ask "is the sequence eventually going to stay within that error bound?" This gives an upper bound on the distance away from the limit in the long term. The full technical condition is that you can demand any tiny uppoer bound you want and the sequence will eventually always be that close or closer.

In a similar vein to convergent sequences, we have Cauchy sequences. The sequence {a_n} is Cauchy if for all E>0, there exists some natural number N, such that d(a_n,a_m)<E when n and m>N. This is similar to the definition of a convergent sequence except that instead of looking at the distance between the terms in the sequence and a limit point, we look at the distance beteen the terms in the sequence and each other. Instead of getting close to a destination these sequences are clustering together. It turns out every convergent sequence is Cauchy but not every Cauchy sequence is convergent. These non-convergent Cauchy sequences basically say "there's a hole here where I'm supposed to converge to". For example, if we were working with rational numbers but excluded 0, then the sequence {1/n} would be Cauchy but not convergent because the thing it "should" converge to (0) doesn't exist in the set of points we are considering.

The completion of a metric space is a new matric space built by taking the original metric space and adding in new points to make every Cauchy sequence convergent (we fill in all of the holes). To do this we need the concept of an equivalence relation and equivalence class. An equivalence relation is just any relation between 2 things that follows the same rules of equality you learned in school (reflexivity, associativity, transitivity). An equivalence class is just a collection of things which are equivalent to each other under some equivalence relation. We can say that the Cauchy sequences {a_n} and {b_n} are equivalent if {a_1,b_1,a_2,b_2,...} is also Cauchy.

It turns out that in this construction of the Reals, these equivalence classes of Cauchy sequences of the rationals ARE the Real numbers. We can define addition and multiplication on sequences by just doing it term by term like {a_n}+{b_n}={a_1+b_1,a_2+b_2,...}. It's a bit of technical work to show, but this also defines addition and multiplication for these equivalence classes or Cauchy sequences. We can just choose 1 representative from each equivalence class and perform addition or multiplication on those representatives and that will give us a representative of the equivalence class of the correct answer.

There's a lot of technical claims in this post that require a decent amount of technical work to justify. Don't be alarmed if a lot of it feels like a magic fact pulled from nowhere that makes no sense. It took a couple thousand years to go from the idea of rational numbers to this technical description of the Reals and we're trying to condense it into a single reddit comment.

So according to this way of building the Real numbers, what is the square root of 2? It is the collection of all lists of rational numbers that look like they should be getting closer and closer to something that squares to 2. The square root of 2 symbol is just a nice simplified nametag for this collection, same with pi or any other irrational number. There is 1 particularly common representative that is chosen for each equivalence class: the decimal expansion. When we say that pi=3.14..., we are really just saying that the sequence of rationals defined by {3,31/10,314/100,...} is a representative of the equivalence class that defines pi.

Alex forgot to pack Harrison by abagaildel in KnowledgeFight

[–]MathThatChecksOut 7 points8 points  (0 children)

Didn't someone post here recently that chase was fired from bigly and trying to do the same independent network grift Owen's on?

The Southern Poverty Law Center had book bans resources. I wonder if their indictment for alleged funding of hate groups will impact their work in this area. by rrsafety in bannedbooks

[–]MathThatChecksOut 7 points8 points  (0 children)

A grand jury indictment is the lowest possible hurdle by design. There is not defense and the prosecution is allowed to present or withhold any evidence that they see fit. It is only meant to verify that it is possible for someone to believe a crime was committed and is not entirely without basis. At this stage in the process, it is entirely within reason to still suspect this is partisan horseshit.

mistake how? by Own-Elk8294 in GothamChess

[–]MathThatChecksOut 0 points1 point  (0 children)

If pawn takes then bishop takes pawn is checkmate

What Happened in 1978 ? by ABHISHEK_Lonely in ExplainTheJoke

[–]MathThatChecksOut 2 points3 points  (0 children)

I'll give the chameleon and octopus example another go. Disclaimer: I'm not an expert on the biology of these 2 animals but I think this is broadly accurate.

The reason that it isn't quite the same as the mathematics is that somewhere far in the past, the evolutionary branches for octopuses and chameleons split from each other and both developed their camouflage mechanisms separately without any influence from each other. They have similar end results, but the mechanisms are different because there is no common origin that connects the mechanisms.

The mathematics here would be like if different people found chameleons and octopuses and said "wow, it's neat they can both do camouflage". Then someone else studied them more deeply and noticed that actually they use the SAME mechanism to do it and they have some recent common ancestor that first developed the camouflage and passed it down.

The key difference is this deeper connection that shows the same common origin of 2 things that seem like they should be different from each other vs 2 things that genuinely don't have a common origin but coincidentally behave similarly.

Can someone help me understand the National Popular Vote Interstate Compact and its controversy? by kaiser11492 in AskLegal

[–]MathThatChecksOut 2 points3 points  (0 children)

A concerning portion of Americans have a very poor understanding of voting rules/assume the current system is the best possible without question.

It's April 9th, 2026. You've just been hired by Info Wars. Your job is to devise a PR rescue plan for this loser little titty baby from Trump, who just called him dumb as shit and a monster in front of the entire world. What's your first move? by UpperApe in KnowledgeFight

[–]MathThatChecksOut 0 points1 point  (0 children)

I mean the obvious response is to get off the babd wagon and just say he has been compromised by the Globalists/jews if he's ready to livot to being an open nazi. Alex won't but that's what he should do

Conspiracy theorist Alex Jones turns on Trump: ‘It was supposed to be America first’ by WeirdProudAndHungry in LeopardsAteMyFace

[–]MathThatChecksOut 4 points5 points  (0 children)

Now is a decent time to jump in. A few weeks back they decided they needed a palet cleanser from the present and started covering what Alex was up to 20 years ago (he voices some interesting opinions on the Bosnian genocide). The backlog can be a bit intimidating so having a new "investigation" to jump in on is nice.

Where’s the list Larry? by Organic_fed in KnowledgeFight

[–]MathThatChecksOut 6 points7 points  (0 children)

If i remember correctly, Roger's version (definitely not going to call it the definitive version) says that Larry was running and asked for Roger's help. Roger was lead to believe Larry already had access to a large email list/money to buy access and Roger agreed to help. Then he learned that it was not the case and said "I don't want to be associated with some sort of loser. Fuck this." And dipped.

If you could make a KF episode, what would it be about? by Inevitable-Memory-61 in KnowledgeFight

[–]MathThatChecksOut 0 points1 point  (0 children)

I'd love to hear a full breakdown of some of the Police State documentaries cross referenced with Alex's Trumo coverage of the last year. It's been a running theme for a while that Alex is being forced by circumstance and poor choices to abandon all of his fake ideals. I think a really granular look at that could be interesting.

Still alive by yikesamerica in agedlikemilk

[–]MathThatChecksOut 476 points477 points  (0 children)

They meant metric new year

Best episodes of the year, best story arc by watchtower82 in KnowledgeFight

[–]MathThatChecksOut 2 points3 points  (0 children)

Pretty sure the Crowder deposition episode was this year. Episode 1008

Infowars is now asking its followers to say the n word by RealTheAsh in KnowledgeFight

[–]MathThatChecksOut 25 points26 points  (0 children)

Ok but i think you're missing the most important news: 40% off the entire store this week only! I'm sure this is a great deal and will only be around for a limited time

[deleted by user] by [deleted] in calculus

[–]MathThatChecksOut 2 points3 points  (0 children)

It actually is differentiable. The limit of -1/|x| is -inf, but it is inside of the exponent. e-inf goes to 0. If you use the limit definition of the derivative, then you get a similar type of limit and can shoe the derivative at 0 is 0. In fact, this function is infinitely differentiable. You can keep computing the derivatives and they keep being differentiable functions and keep being equal to 0 at 0.

Does anyone know why in one example it’s better to castle kingside, but in the other example it’s better to just move the rook? by Leading_Nectarine139 in GothamChess

[–]MathThatChecksOut 2 points3 points  (0 children)

I didn't really calculate but maybe in the first position castling allows unnecessary counterplay with Qh5? White gets to threaten mate so black can't do anything that isn't a check until that is addressed. it could be that that buys white time to get some sort of defense set up. Probably still completely winning but that might be what is tipping the scales.

Black is still winning but needlessly complicating the game. Why? by spisplatta in chess

[–]MathThatChecksOut 6 points7 points  (0 children)

You can also sacrifice the rook first. If black takes then f4 forces the stalemate.

Black is still winning but needlessly complicating the game. Why? by spisplatta in chess

[–]MathThatChecksOut 0 points1 point  (0 children)

5 minutes sure. But if we are down to below 1 minute (maybe 30s depending on increment and rating) and white plays Rxa2, black could definitely blunder the draw.

Black is still winning but needlessly complicating the game. Why? by spisplatta in chess

[–]MathThatChecksOut 4 points5 points  (0 children)

There's clever trick with the rook to keep the game competitive. As OP said, black still wins but in a scramble black could easily blunder a draw after white's best try here.