Earlier quoted context omitted.
This is good advice, but for a very different problem. 1. The problem in math is not that the way the "orthodoxy" insists on presenting things in a suboptimal way, but that if the reviewers find a good explanation of your result, they'll recommend that you publish in a lower-ranked venue than your result would ordinarily merit (at least unless you solved a famous problem). So researchers are incentivized to make the…
I've always found math is taught in the most daft, bland, vapid, worthless ways imaginable and I've thought it had to do with those who do the teaching: The teachers and textbooks. But reading this comment chain, am I correct to understand that this problem stems from the very essence of math itself? The people who live and breathe math just fucking hate sharing their passion with others? What the hell.
Math writing is dull when it neglects the human dimension
101–110 of 186 posts
Re: Math writing is dull when it neglects the human dimension
#102As somebody who works in a mathy subarea of computer science, oh man, I agree. My heart always falls when I need a result and it turns out the original paper is some terse typewritten notice from the 70s whose first sentence is a definition with a bunch of proper nouns and whose main theorem is given at the most general possible level with no applications at all. I have talked with math people about why this is, and…
>whose main theorem is given at the most general possible level with no applications at all. Outside of Applied Math why would this be an expectation at all?
Re: Math writing is dull when it neglects the human dimension
#103Some possible counterarguments: 1. Mathematics is a lot more abstract than it used to be. 2. Mathematics is a lot more specialised than it used to be. 3. Non-mathematical content is inaccessible to those who don't read English. 4. Space in academic journals is too precious to waste on inessential content. 5. The style is part of a universal mathematical culture so you should fit in. 6. There are many alternative plac…
Re: Math writing is dull when it neglects the human dimension
#104Re: Math writing is dull when it neglects the human dimension
#105IMHO it's even worse. Once we figure out P vs NP, we will understand what it means to invert boolean functions algorithmically, and all mathematics will be replaced with an automated process. Today, most of the math is figuring out how to solve an equation, i.e. to give an algorithm to calculate the solution. We then "quantize" the algorithm to a state machine (e.g. convert reals to floats, algorithm steps to machine…
> IMHO it's even worse. Once we figure out P vs NP, we will understand what it means to invert boolean functions algorithmically, and all mathematics will be replaced with an automated process. I'm sorry, but that's just naive techno-solutionism. Maybe the computer will be able to solve your syntax problems, i.e., write proofs. It will never know anything about the semantics. Said differently. Maybe the computer will…
Re: Math writing is dull when it neglects the human dimension
#106The author may well be on to something but personally I hate "story mode" in popular science books, and would really hate it in actual science papers, both the ones I read for work and the ones I read for fun. I want to go straight to the equations -- often I prefer them to the graphs. But (not joking here) this is a perfect opportunity for an LLM -- two opportunities, actually. LLM A takes a dry paper and gives it c…
Furthermore, a lot of popular science ends up using the people involved as the lens through which the ideas are eventually viewed. Which makes a lot of sense for professional writers who are probably more attuned to the human interest than technical people. For an example, the first thing I did with a Lego vehicle model kit was to throw the little figurine into the "junk bits box" and proceed with a now-robotic model. Many things are more like Oppenheimer than Trinity Device Annotated Systems Manual. Which doesn't mean they're wrong, per se: the audience for it is probably bigger and the overall "utility" of the work is higher. And even a grump like me knows you shouldn't completely ignore human factors. On top of that, people who can write the complex technical stuff often don't want to mess about in the middle ground. But the bimodality is still annoying to me: people-centric "Stories" or deeply-involved dessicated technical material that I don't easily understand if it's not my field and not so much in-between.
Re: Math writing is dull when it neglects the human dimension
#107Earlier quoted context omitted.
Some facts to consider: - Polynomial problems can still require enormous computing power to the point they are unsolvable. Even if tomorrow there is an algorithm transforming every NP problem to a P problem, not all problems will be feasibly solvable. A O(n^100) Problem is still P. - P vs. NP is about algorithmic complexity, it has no implications about mathematics being an algorithm or not. - The most likely outcome…
I think what's more fundamental than just answering P vs NP, is what exactly makes boolean functions hard to (pseudo)inverse? And it's the latter where answering (unless the answer comes from an oracle) the former will help. And this question is crucial, because everything we can ask computers (or restated, math with real-world applications) can be rephrased in terms of finding a solution to a SAT instance. It can be…
>I think there might be a single algorithm, a SAT solver, which will subsume all others.
This is legitimately insane. You might as well hope for free energy, FTL Travel, or magic.
Re: Math writing is dull when it neglects the human dimension
#108Earlier quoted context omitted.
>The outcome will matter less than having an answer. And I do think it will be a negative outcome either way, because it will obsolete lot of beautiful math, and replace it with a more mechanical process. The negative outcome will have exactly zero implications about anything. Except "turns out we were right all along" polynomial problems are just fundamentally less hard than problems you can verify the solution of i…
> Even is SAT is P that doesn't imply a solution can feasibly be found. It does, because in this case you also assumed that running numerical algorithm was feasible. So if your SAT solver fails to find the answer, it is either suboptimal method (because numerical method exists), or (if the instance is UNSAT) the numerical method gives you a flawed result.
I don't think you have any clue what you are actually talking about.
Re: Math writing is dull when it neglects the human dimension
#109I’m no mathematician, so I only took basic school math, but I hated every moment of it. Mostly because overwhelmingly there was never any context or justification for learning any of it. Why does this exist? What actual real world problems does it solve? How did folks come up with and it, prove it works and start using it? Crickets. Just learn this formula, then that. The first time I heard the ancients calculated th…
I’ve been teaching mathematics for decades. Know how many students like the cool applications at the time they are taking the class? Very, very few. Usually, it’s later on in one’s journey through life that appreciation for the cool applications occur. At the time of taking the class doing cool applications inspires 1, pisses off 50 because it’s too hard, and leaves 49 rolling their yes.
Re: Math writing is dull when it neglects the human dimension
#110Earlier quoted context omitted.
In my experience, (c) is a very large part of it. At one point in my career, I decided to try writing good, accessible articles, which properly motivated definitions and well-explained arguments with plenty of hand-holding. When I did that, a version of the derogatory sentence "The proofs are easy / non-technical." would appear in the reviews. Every. Single. Time. Of course, I have some independent confirmation that…
Yeah, when the result is easy to understand people think it was easy to arrive at. What surprises me that smart people don't correct for that bias.