Slashdot Mirror


The Peculiar Math That Could Underlie the Laws of Nature (quantamagazine.org)

xanthos writes: A fascinating article in Quanta magazine introduces us to Cohl Furey and the eight dimensional mathematics called octonions that she is using to model the interactions of strong and electromagnetic forces.

"Proof surfaced in 1898 that the reals, complex numbers, quaternions and octonions are the only kinds of numbers that can be added, subtracted, multiplied and divided. The first three of these "division algebras" would soon lay the mathematical foundation for 20th-century physics, with real numbers appearing ubiquitously, complex numbers providing the math of quantum mechanics, and quaternions underlying Albert Einstein's special theory of relativity. This has led many researchers to wonder about the last and least-understood division algebra. Might the octonions hold secrets of the universe?"

"In her most recent published paper she consolidated several findings to construct the full Standard Model symmetry group for a single generation of particles, with the math producing the correct array of electric charges and other attributes for an electron, neutrino, three up quarks, three down quarks and their anti-particles. The math also suggests a reason why electric charge is quantized in discrete units -- essentially, because whole numbers are."

13 of 242 comments (clear)

  1. Re:Clueless editor about singularity by iggymanz · · Score: 4, Informative

    + and - infinity aren't numbers, and no they really don't solve the 0 / 0 problem. that quotient is just undefined for useful maths

  2. Re:Is there a PhD in the house? by Bob+the+Super+Hamste · · Score: 4, Funny

    I don't think the timecube guy was ever on slashdot.

    --
    Time to offend someone
  3. Re:Feminist propaganda by Pfhorrest · · Score: 4, Funny

    Fuck women!

    Not with that attitude you won't.

    --
    -Forrest Cameranesi, Geek of all Trades
    "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  4. Another step in our understanding of Everything by mykepredko · · Score: 5, Insightful

    Great article and illustrates how as we try to understand reality (for lack of a better word): we first find that our current level of physics can't explain what we observe so we need to go to the next level. That next level needs the appropriate mathematical tools which often end up being already invented and looking for a practical application.

    From the perspective of using a branch of mathematics that is new to the field, there's a lot of similarity between this story and using mathematics to predict crime: https://science.slashdot.org/s...

    I believe we need to promote and retell these stories to students so that they can look beyond the simple and search for mathematical analogues that allow them to understand and model the physical world in different ways.

  5. Re:cart before the horse? by Pfhorrest · · Score: 5, Insightful

    So... you're telling me that reality is defined by an abstract algebra concept?
    I thought we were using abstract algebras to *model reality*--not the other way around.

    Yes. Reality will be defined by some mathematical structure or another. We can invent mathematical structures to describe any possible way that reality might be. Whatever way it turns out that reality is, whichever mathematical structure accurately describes it defines its properties.

    One might even say (as Max Tegmark more or less does) that concrete existence, the kind of existence that applies to rocks and trees and such, is just a special case of abstract existence, the kind that applies to mathematical structures like numbers and triangles. All mathematical structures "exist" in that abstract sense, and the things that "exist" in a more concrete sense are just the things that are part of the same mathematical structure of which we are a part, i.e. of our physical reality.

    Similar to how, as David Lewis puts it, "'actual' is indexical", i.e. in a multiverse of possible worlds (which, NB, would all be part of the concrete world we're talking about above), the "actual world" is just the one that we happen to be part of, and not ontologically different from any of the other possible worlds. We might likewise say that "'concrete' is indexical"; concrete reality is just the abstract structure of which we are a part, and not ontologically different from any other abstract structures.

    It's still an empirical question to figure out which possible world (configuration) of which abstract structure we are a part of. But whatever the answer will turn out to be, there's some possible math that will describe it.

    --
    -Forrest Cameranesi, Geek of all Trades
    "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  6. Useful to know for computer hardware design by goombah99 · · Score: 4, Interesting

    Without having to understand the physics or worry if it's right or not there is an important fact to be gleaned for computer scientists here. Specifically, we won't have a strong need to ever build SIMD systems wider than 8 (well maybe 16). There might be advantages for parallelism beyond that but they are merely scaling advantages not representational advantages.

    That is to say, we currently handle 4 wide floats efficiently in SIMD systems. That's not an accident. Systems like Silicon Graphics were specially designed for exactly the purpose of efficient 4x4 matrix multiplication to handle quaternion graphics. Four is the essential number needed to make the atomic unit of all those transactions be the quaternion size. It makes everything else easier if you are not having to do bookkeepping on the data representation of the 4-vectors.

    One might have thought that well, make an 8 then someone will want a 16 then a 32. So there's nothing special about 8. But this says indeed there is something special about 8. It's the largest size you really need to worry about the bookkeeping on. It's the largest atomic unit most algebras will ever need to treat.

    You could scale beyond that but you will want to make sure that the most efficient ops can work on 8-vectors in whatever designs you consider in the future. it's special.

    And microcode desginers will also want to make 8-ops special as well. Page boundaries should be multiples of 32= (8*float) etc...

    --
    Some drink at the fountain of knowledge. Others just gargle.
  7. Maxwell's equations and quaternions by dtmos · · Score: 5, Interesting

    The really amusing thing to me is that historically, James Clerk Maxwell’s mathematical theory of electromagnetism (published in 1865), which for the first time unified electricity and magnetism, was written in the form of quaternions. For this reason, it was viewed by the engineering world as obtuse and impenetrable – 20 equations in 20 unknowns! Little was done with it until Oliver Heaviside re-wrote the theory in 1884 using the curl and divergence concepts of vector calculus, replacing 12 of the 20 equations with four short differential equations. Ironically, these four equations are now taught to undergraduates as “Maxwell’s Equations,” even though Maxwell never saw them (he died in 1879).

    I’ve never seen an electromagnetics textbook written after 1900 that uses the original quaternion description of electromagnetics – they all use Heaviside’s vector calculus approach. It would be supremely ironic if a distaste of quaternions set the search for Physics’ Unified Field Theory back 150 years.

    1. Re: Maxwell's equations and quaternions by Tomahawk · · Score: 4, Interesting

      It's also interesting that the equations could be changed that way. Maybe that works between all of levels.

      Here's the Unified Theory of Everything in octonions using x formulae that explain everything.

      Now that that's done, we can simplify them into the fewer equations in quaternions.

      Now that that's done, we can simply again to fewer equations in complex numbers.

      Now we have something that's much easier to understand, but to properly appreciate it and work with it and expand upon it you need to go back to the original octonion. Then resimplify.

      (If simply is the correct word here)

  8. Re: Clueless editor about singularity by Tomahawk · · Score: 4, Insightful

    If the square is negative you're imagining things. A square root being negative is just reality.

  9. reminds me of O. Heaviside & Maxwell's equati by volvox_voxel · · Score: 5, Informative

    I'm reminded of Oliver Heaviside, who refactored Maxwell's equations into the useful and familiar vector notation that has adorned many tshirts of electrical engineering and physics students. Heaviside took an unwieldy set of twenty field equations, and reduced them to four. I do wonder what insights we can potentially learn if the model itself is refactored into an elegant form.

    Her PhD thesis: https://arxiv.org/pdf/1611.091...

    The mathematician John Baez has an engaging writing style, and gave an amusing account of octonian numbers (His blog is very interesting BTW): http://math.ucr.edu/home/baez/

    "There are exactly four normed division algebras: the real numbers (R), complex numbers (C), quaternions (H), and octonions (O). The real numbers are the dependable breadwinner of the family, the complete ordered field we all rely on. The complex numbers are a slightly flashier but still respectable younger brother: not ordered, but algebraically complete. The quaternions, being noncommutative, are the eccentric cousin who is shunned at important family gatherings. But the octonions are the crazy old uncle nobody lets out of the attic: they are nonassociative."

    http://math.ucr.edu/home/baez/...

  10. Re:quanternions for SR? by BitterOak · · Score: 5, Interesting

    True, ordinary quaternions aren't that useful for describing spacetime but biquaternions give a very natural and elegant way to model the space-time of special relativity. In particular, Maxwell's equations can be written as one simple equation which is manifestly covariant. Lorentz transformations in this algebra have the matrix representation SL(2,C), the set of complex 2x2 matrices with determinant one which is the covering group of the 4x4 matrix algebra representing proper, orthochronous Lorentz transformations. In a sense, biquaternions are to Lorentz transformations in special relativity what quaternions are to rotations in three dimensional Euclidean space.

    --
    If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
  11. Simple answer by Okian+Warrior · · Score: 5, Interesting

    Can any of you smart mathematicians and physicists possibly down-translate this for the rest of us?

    I'm sure I'm not alone in admitting I have not the slightest idea what the hell this is. OK, maybe I'm alone in admitting it, but I'm sure I'm not alone in having no idea what this is saying.

    Around 1940 (IIRC), Eugene Wigner pointed out that symmetries in physics let is map physical theories to abstract groups, and this can place restrictions on what the correct equations have to be, in a way that lets us winnow down the possible theories to only those that satisfy the group topologies.

    Suppose you have a square playing card nestled in a square indentation on a table (a regular playing card, except it's square instead of rectangular). How many ways are there to pick up the card and place it back down in the indentation?

    The answer is 8 possible ways. If you paint one of the edges of the card, then there are 4 possible sides (of the hole) where the painted edge can go, and then you can have the card face-up or face-down. Each of these placements corresponds to a rotation or a flip of the card: Four rotations (including the identity rotation of 0 degrees), and four flips, along the vertical, horizontal, or two diagonal axes.

    No matter how many rotations and flips you make, you always end up in one of the 8 basic positions. Thus, the operations form a group - called the "dihedral" group. The operations are closed: no matter how many flips and rotates you use, it ends up as the same as one of the original 8. Each operation has an inverse, and the 0 degree rotation acts as an identity element. (It's also associative, but that's difficult to show.)

    Now imagine the card centered on the X-Y plane, and draw 4 vectors from the origin out to each of the four corners. You can define 8 matrices that flip the vectors in various ways, each matrix being associated with one of the flip or rotate operations.

    Thus, the 8 matrices become a representation of the dihedral group. This puts some strong restrictions on the types of matrix you use: each matrix has to have length 1 (it can't change the length of the vectors), and you can't flip one edge over without flipping the opposite edge, because you can't "twist" the card. The matrix length can't be -1 because that would make the card a mirror image - the "J" of a Jack would curve to the right instead of the left.

    You can now use matrix mathematics to prove things about your group.

    For a different group, consider a vector going from the origin to the unit sphere. You can consider all matrices that rotate the vector in 3D without changing its length or moving its origin. This also forms a group (operations are closed, operations have inverses, and there's an identity operation), but it's an infinite group (a Lie group) and the sphere surface is "smooth". This means that you now can now use differential geometry to prove things about your group.

    This group is called SU(3), the "Special Unitary group". It's "Unitary" because the rotations don't change the lengths of the vectors (the matrices are of length 1), and it's "Special" because it doesn't allow mirror-images: the determinant ("length") of the matrix cannot be -1, in the same way that we can't have a matrix of length -1 when rotating cards.

    Now consider a physics experiment. We set up an apparatus, calculate the wave equation, and at the end we measure (for example) the energy. We measure energy by applying an operator to the wave equation that describes the experiment.

    We can imagine rotating our point of view around the experiment, so that when we do the experiment we measure the energy looking from the other side of the apparatus.

    We expect in that case to get the same value.

    This means that the energy operator we apply to the wave eq

  12. Re:Can anybody dumb this down? by Baloroth · · Score: 5, Informative

    There are 4 consistent sets of numbers that allow you to construct a mathematical system with addition/subtraction and multiplication/division. These are the real numbers, the complex numbers, the quaternions, and the octonions. These systems have 1,2,4, and 8 units, respectively (and are therefore intrinsically 1,2,4, and 8 "dimensional" systems). Each one gains and looses some nice properties that are useful in various circumstances. The reals are useful for things like finance or sheep counting, the complex for quantum mechanics, and quaternions for 3D vectors (like CGI graphics). In principle you can always use the reals, but other systems have properties that naturally make it easier to do certain things.

    Now, in physics there is something called the Standard Model (SM) that describes most of our understanding of particle physics: how they interact, how they're created and destroyed, and (almost all) their properties (there are a few exceptions, such as the neutrino mass, which is not included in the SM). The SM has been shown to be extremely accurate and predicts nearly every phenomenon that we see. There are a few things missing: notably, gravity is a completely separate model from the SM (not that they're opposed to each other, but no one's found a good way to integrate the two models together without running into mathematical absurdities).

    Now, the SM uses regular old complex numbers, and adds a lot of very complicated and fancy math on top in order to make it's predictions. It all works, but the math could maybe be made simpler or more elegant: right now, it requires adding several sets of complex numbers together, because the dimensionality of the model is higher than the 2 that complex numbers alone can perform. Since octonions are 8 dimensional, it may be possible to re-write the math of the SM into a form that uses octonions with fewer groups of numbers. This would kinda be cool, and could maybe make the math easier (or reveal certain properties of the model that weren't obvious before), but wouldn't really change the physics (because that's already fairly well understood and, as mentioned above, very accurate). So far, Cohl Furey has managed to do that for one set ("generation") of particles in the SM. Note that the math for a single generation is far easier than for multiple generations, so it remains to be seen if it can be extended to include the entire SM, but from a purely mathematical standpoint, it's kinda cool.

    --
    "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton