Terry Tao explores the problem of efficiently decomposing a large factorial n! into a product of factors of roughly equal size √n. He outlines several approaches, including a naive iterative method that repeatedly divides n! by the largest integer below √n, and a more sophisticated approach leveraging prime factorization. The prime factorization method cleverly groups primes into products close to the target size, offering significant computational advantages. While both methods achieve the desired decomposition, the prime factorization technique highlights the interplay between the smooth structure of factorials (captured by their prime decomposition) and the goal of obtaining uniformly large factors. Tao emphasizes the efficiency gains from working with the prime factorization, and suggests potential generalizations and connections to other mathematical concepts like smooth numbers and the Dickman function.
Mathematicians have finally proven the Kakeya conjecture, a century-old problem concerning the smallest area required to rotate a unit line segment 180 degrees in a plane. The collaborative work, spearheaded by Nets Katz and Joshua Zahl, builds upon previous partial solutions and introduces a novel geometric argument. While their proof technically addresses the finite field version of the conjecture, it's considered a significant breakthrough with strong implications for the original Euclidean plane problem. The techniques developed for this proof are anticipated to have far-reaching consequences across various mathematical fields, including harmonic analysis and additive combinatorics.
HN commenters generally express excitement and appreciation for the breakthrough proof of the Kakeya conjecture, with several noting its accessibility even to non-mathematicians. Some discuss the implications of the proof and its reliance on additive combinatorics, a relatively new field. A few commenters delve into the history of the problem and the contributions of various mathematicians. The top comment highlights the fascinating connection between the conjecture and seemingly disparate areas like harmonic analysis and extractors for randomness. Others discuss the "once-in-a-century" claim, questioning its accuracy while acknowledging the significance of the achievement. A recurring theme is the beauty and elegance of the proof, reflecting a shared sense of awe at the power of mathematical reasoning.
Daniel Chase Hooper created a Sudoku variant called "Cracked Sudoku" where all 81 cells have unique shapes, eliminating the need for row and column lines. The puzzle maintains the standard Sudoku rules, requiring digits 1-9 to appear only once in each traditional row, column, and 3x3 block. Hooper generated these puzzles algorithmically, starting with a solved grid and then fracturing it into unique, interlocking pieces like a jigsaw puzzle. This introduces an added layer of visual complexity, making the puzzle more challenging by obfuscating the traditional grid structure and relying solely on the shapes for positional clues.
HN commenters generally found the uniquely shaped Sudoku variant interesting and visually appealing. Several praised its elegance and the cleverness of its design. Some discussed the difficulty of the puzzle, wondering if the unique shapes made it easier or harder to solve, and speculating about solving techniques. A few commenters expressed skepticism about its solvability or uniqueness, while others linked to similar previous attempts at uniquely shaped Sudoku grids. One commenter pointed out the potential for this design to be adapted for colorblind individuals by using patterns instead of colors. There was also brief discussion about the possibility of generating such puzzles algorithmically.
Anime fans inadvertently contributed to solving a long-standing math problem related to the "Kadison-Singer problem" while discussing the coloring of anime character hair. They were exploring ways to systematically categorize and label hair color palettes, which mathematically mirrored the complex problem of partitioning high-dimensional space. This led to mathematicians realizing the fans' approach, involving "Hadamard matrices," could be adapted to provide a more elegant and accessible proof for the Kadison-Singer problem, which has implications for various fields including quantum mechanics and signal processing.
Hacker News commenters generally expressed appreciation for the approachable explanation of Kazhdan's property (T) and the connection to expander graphs. Several pointed out that the anime fans didn't actually solve the problem, but rather discovered an interesting visual representation that spurred further mathematical investigation. Some debated the level of involvement of the anime community, arguing that the connection was primarily made by mathematicians familiar with anime, rather than the broader fanbase. Others discussed the surprising connections between seemingly disparate fields, highlighting the serendipitous nature of mathematical discovery. A few commenters also linked to additional resources, including the original paper and related mathematical concepts.
Summary of Comments ( 4 )
https://news.ycombinator.com/item?id=43506238
Hacker News users discussed the surprising difficulty of factoring large factorials, even when not seeking prime factorization. One commenter highlighted the connection to cryptography, pointing out that if factoring factorials were easy, breaking RSA would be as well. Another questioned the practical applications of this type of factorization, while others appreciated the mathematical puzzle aspect. The discussion also touched upon the computational complexity of factoring and the effectiveness of different factoring algorithms in this specific context. Some commenters shared resources and further reading on related topics in number theory. The general sentiment was one of appreciation for the mathematical curiosity presented by Terry Tao's blog post.
The Hacker News post "Decomposing a Factorial into Large Factors," linking to a blog post by Terence Tao, has generated several comments discussing the mathematics involved and its potential applications.
One commenter highlights the surprising nature of the result, expressing amazement that such a seemingly simple question about factorials could lead to a non-trivial mathematical problem. They appreciate the elegance of the proof and the unexpected connection to prime number theory.
Another commenter delves into the computational aspects, pondering the efficiency of finding such decompositions. They discuss the possibility of using known factoring algorithms or if the specific structure of the problem allows for more specialized, faster techniques. The commenter also raises the question of whether there's a practical application for this decomposition, speculating on potential uses in cryptography or coding theory.
A further comment focuses on the "smoothness" of the factors, referring to the property of having only small prime factors. They connect this to the concept of smooth numbers, which are frequently used in cryptographic algorithms, and suggest exploring the relationship further. This commenter also proposes investigating the distribution of the largest prime factor in the decomposition.
One commenter with a username related to elliptic curves briefly mentions a potential link to elliptic curve cryptography, although they don't elaborate on the specific connection. This suggests a possible avenue for further exploration, hinting at a deeper relationship between the factorial decomposition and advanced cryptographic techniques.
Another commenter points out the accessibility of Tao's explanation, praising his ability to break down complex mathematical concepts into understandable terms. They appreciate how the blog post makes the problem and its solution accessible to a wider audience.
Finally, a commenter raises a more philosophical point about the nature of mathematical discovery. They reflect on how seemingly simple questions can lead to unexpected mathematical journeys and highlight the beauty of uncovering hidden connections between different areas of mathematics. They express admiration for Tao's ability to find and illuminate these connections.
Overall, the comments on the Hacker News post demonstrate a mix of appreciation for the mathematical elegance of the result, curiosity about its computational implications, and speculation about potential applications. They also showcase the collaborative nature of the platform, where commenters build on each other's ideas and explore different facets of the topic.