Isn't that kind of what it would mean if it turned out octonions were at its core?
The Octonion Math That Could Underpin Physics
101–110 of 192 posts
Re: The Octonion Math That Could Underpin Physics
#102I would say that studying octonions exclusively would be something I personally would avoid, as I would rather try to study the four structures (reals to octnonions) together, either more generally (e.g., group theory and ring theory) or more abstractly (e.g., as members of categories) and form an opinion on whether I think octonions in particular are useful for the questions that I want to ask.
That is not to say that the research here is not interesting, but it is difficult to judge that from "popular" mathematics articles. I got the impression that the author of the article places a much higher priority on the pictures accompanying the post.
I remember that I found it interesting that studying the four dimensional spacetime bears more fruit than stopping at three space dimensions, and that at the same time from complex numbers the next structure ends up also having four dimensions (i.e., being modelled by 4-tuples). However, apart from being interesting in this narrow sense, I do not know whether this suggests any creative yet precise mathematical questions.
Re: The Octonion Math That Could Underpin Physics
#103Earlier quoted context omitted.
>it's just that multiplication and division lose most of their useful properties. Specifically they lose the property of not having zero divisors. There exists sedonions a,b != 0 such that ab = 0
Are there 32-onions that lack power associativity? https://en.wikipedia.org/wiki/Power_associativity https://en.wikipedia.org/wiki/Cayley%E2%80%93Dickson_constru...
Re: The Octonion Math That Could Underpin Physics
#104Earlier quoted context omitted.
> In the approach from the article it seems as you are picking a mathematical structure in the middle of nowhere Quaternions were very popular way of expressing the "classical" physics around the 19th century (and the vector algebra we know today is in some ways just a derivative of quaternion algebra). Complex numbers are extremely useful in many fields even today. It's hardly in the middle of nowhere.
Yep complex numbers get used extensively for doing calculations with electronics when doing analysis. https://www.khanacademy.org/science/electrical-engineering/e...
Re: The Octonion Math That Could Underpin Physics
#105Earlier quoted context omitted.
It's my understanding that most of Einstein's theory was the product of intuition, backed up after-the-fact with mathematics and experimentation. Intuition isn't a bad compass, as long as you can set it aside if reality measurably contradicts it. In fairness, Einstein never accepted quantum mechanics because they flew in the face of his intuition, but it still got him pretty far.
This is very false. Einstein's reputation was built on explaining known phenomena such as the photoelectric effect and Brownian motion. Special relativity was heavily motivated by a pile of puzzling evidence and a bunch of existing mathematics.
If you mean the Michelson–Morley experiment (apparent zero velocity of earth with respect to the ether), apparently Einstein himself claimed that wasn’t a motivation.
I believe it was all about resolving the long-standing "action at a distance" question raised by Newtonian physics (Newton himself noted that this was philosophically disturbing but didn’t venture an answer). Intuition and philosophy, rather than experimental evidence and mathematics.
Re: The Octonion Math That Could Underpin Physics
#106Re: The Octonion Math That Could Underpin Physics
#107A layman's quest to understand wtf this is... >In mathematics, the octonions are a normed division algebra over the real numbers . wtf is a normed division algebra?? >In mathematics, Hurwitz's theorem is a theorem [...] solving the Hurwitz problem for finite-dimensional unital real non-associative algebras endowed with a positive-definite quadratic form. ... right. I have the same problem when I try to understand any…
For more brain melting, here's a roadmap for learning React in 2018, React and associated tech is what, 20 years old? Here's what that looks like: https://github.com/adam-golab/react-developer-roadmap Then consider maths, how long and how many people have been contributing to that field?
Re: The Octonion Math That Could Underpin Physics
#108I’ve been exploring this idea as well however I have a hunch it’s not actually octonions but dual quaternions as they are the perfect formalism for representing 3d movement over time. And to add to that, the are a Lie group I.e. they are anticommutative I.e. AB=-BA. I’ve also been exploring this relationship between dual quaternions and linear logic. It’s pretty wild. I’m curious if anyone has any opinions on this.
Incidentally, I've also been thinking about dual quaternions for modeling rigid objects in 3d. For anyone who's curious about the topic, these seem to be a decent set of notes: http://web.cs.iastate.edu/~cs577/handouts/dual-quaternion.pd... Linear logic always reminded me of the no-cloning property in quantum physics, where a resource can only be used once -- no copying for multiple use. Can you elaborate on the sens…
So this is kinda roundabout however there’s homotopy type theory which states that topology=logic=type theory. For a second let's say that theres a fourth "element" in this equation and that's quaternions (this isn't a stretch I can provide some papers that hint at this).
Linear logic is classical logic with the added reference to time without explicitly referencing time.
Dual quaternions all about modeling deformation over time.
Therefore, I would conclude that linear logic and dual quaternions are related.
Re: The Octonion Math That Could Underpin Physics
#109Why are complex numbers not called duonions then?
Why are pairs not commonly called duples?
Re: The Octonion Math That Could Underpin Physics
#110A layman's quest to understand wtf this is... >In mathematics, the octonions are a normed division algebra over the real numbers . wtf is a normed division algebra?? >In mathematics, Hurwitz's theorem is a theorem [...] solving the Hurwitz problem for finite-dimensional unital real non-associative algebras endowed with a positive-definite quadratic form. ... right. I have the same problem when I try to understand any…
An "algebra" is a set of thingies that have binary operations defined on them (i.e., operations that take two thingies as input and output another thingie). The thingies are usually referred to as "elements" of the algebra. Any algebra will at least have the "add" and "multiply" operations, but might also have others.
A "division algebra" is an algebra where the operations are add, subtract, multiply, and divide, and all of them work basically the same as they do with ordinary numbers (but they won't have all of the same properties--see below).
A "normed division algebra" is a division algebra with one additional operation called "norm", that takes as input any element of the algebra and outputs a real number, the "norm" of that element. On the ordinary real numbers, the norm is just the absolute value.
The "over the real numbers" part means that you can construct the normed division algebra by starting with real numbers; or, to put it another way, all of the elements of the algebra are "made of" real numbers. The simplest way of viewing this is as a repeated operation of pairing: complex numbers are made of pairs of real numbers, quaternions are made of pairs of complex numbers (hence sets of four real numbers, hence "quater"), and octonions are made of pairs of quaternions (hence sets of eight real numbers, hence "octo"). But each step in this series loses a key property. The reals are totally ordered; the complexes are not. The complexes are commutative under multiplication; the quaternions are not. The quaternions are associative under multiplication; the octonions are not.
> Is there any place that explains mathematical concepts in ... different ways?
Not really, because the only way people have found to really understand mathematical concepts is to build them up out of simpler mathematical concepts. That means you can't just encounter a complicated mathematical concept and expect to understand it if you don't understand all the simpler concepts it is built from. There are no shortcuts.