Hacker News new | ask | show | jobs
by brendanyounger 419 days ago
Yes, you're still calculating an infinite decimal, no matter how you approach the problem.

What Wildberger is suggesting is that, rather than taking an nth root (solution to x^n = A where A is a fraction) as a "fundamental" operation, what if we took power series with "hyper-Catalan" coefficients as fundamental operators? (This is where I get a bit fuzzy because I haven't read and understood his work.)

Galois proved that you can't have a general algorithm for solving polynomials of degree >= 5 if all you can use are +,-,*,/, and nth roots. But what if you can use a different operation besides nth roots? That's what Wildberger is proposing and apparently it works for higher degrees.

Stepping back a bit, this is very much in line with Kronecker's notion that God made the natural numbers and all else is man's handiwork. There's no avoiding infinite series for computing non-rational roots of equations, but it is possible to choose series that are easier to work with.

1 comments

I feel like physics is tending in the opposite direction: God made the complex numbers as an algebraically closed field, and provided a few groups to operate on. The rest we made up -- including the integers.