Friday, September 7, 2018

My Crackpot Theory

[The mirror universe idea is suddenly popular. I notice that others had it before me. Maybe I saw something about it and I later thought I'd invented it?? I don't remember doing so.]
There is matter and antimatter, but luckily for us there is more matter, otherwise the matter and antimatter would annihilate each other leaving nothing but photons. Why is there more matter? I have an answer! Since I'm not an expert in the field, and haven't done due diligence on it, it is, by definition, a crackpot theory. But I like it.
The great Richard Feynman said that antimatter behaves, for computational purposes like ordinary matter travelling backwards in time. Let's take that literally.
Our Universe is expanding from the big bang in accordance with Einstein's equations. Another solution of those equations would be a universe contracting to a reverse big crunch. It doesn't take too much imagination to imagine that immediately before the big bang another universe was coming in to a big crunch. You can regard that as being an earlier part of our Universe, but I want to imagine it as separate. I'll call it the negative universe since it is in negative time if the big bang is at zero.
Particles don't have well defined positions in our quantum universe, which lets them tunnel through apparently insurmountable barriers. So it is possible for some particles moving forward in time from the negative universe to tunnel through to our Universe. And similarly some of our particles moving backward in time (i.e. antimatter) can tunnel through to the negative universe.
So naturally we end up with an excess of matter, and the negative universe ends up with an excess of antimatter. I suggest that in the negative universe, the arrow of time defined by increasing entropy would point backwards. So folk living there would perceive that antimatter as moving forward in time, and perceive the universe as expanding.
It's such a beautiful symmetric picture, it just has to be.
It makes a prediction. In the very early universe particles don't survive long before being annihilated by antiparticles. In the current model where matter is assumed to be slightly different from antimatter, the preponderance of matter happens later. In my model it would appear earlier, so that there is net matter even when the energy level is very high and particles don't last long.

Sunday, April 29, 2018

Bi-quarternions and 4d Clifford algebra

You took a shortcut weeks ago in the program you're writing and now it's biting you, and you know you have to go back and rewrite stuff, but to put that off you start reading Conway and Smith's "On Quarternions and Octonions", and then you wake up in the middle of the night thinking about bi-quarternions. What is the Clifford algebra way of thinking about them?

In Clifford algebra, rotations are given by elements of the even sub-algebra (acting on the vectors to be rotated by the sandwich product). It forms a sub-algebra because the clifford product sums the dimensions so even goes to even. Multiples of the same even element result in the same rotation with the sandwich product, so the degrees of freedom of rotation is one less than the dimension of the even subalgebra.

The grades of the n-dimensional Clifford algebra follow Pascal's triangle and give a total dimension of 2ⁿ. The 0-grade is scalars. There is only one part of the highest grade, so it is called a pseudo-scalar. The 1-grade is the vectors of the base vector space. Orthogonal to each vector is an (n-1)-grade element that is a pseudo-vector which behaves a lot like a vector.

So let's start with 2-d. 1-d is left as an exercise. We have a 2-d vector space. The Clifford algebra consists of: scalars (1-d); vectors (2-d); oriented area elements (1-d, the pseudo scalar). 1+2+1=4. The square by clifford multiplication of the unit area element is the scalar -1. That's suggestive! The even sub-algebra is the scalars plus the area elements. Yes it is the Complex numbers. Because the complex numbers and the vectors are both 2-d it is easy to get them confused. 

In 3-d the Clifford algebra consists of: scalars (1-d); vectors (3-d); bivectors (pseudo-vectors, so also 3-d); oriented volume element (1-d pseudo-scalar). 1+3+3+1=8. The even sub-algebra is the scalars and the bivectors. Yes it is the quarternions. Once again there is potential confusion, this time because the vectors and the bivectors have the same dimensions.

The product of n vectors is called a versor. Up to 3-d there are no Clifford algebra elements that aren't versors. The square of a versor is a scalar. So it makes sense to take the sum of squares of the components of an even subalgebra element, then take the square root to get a norm. With a bit of other calculation we find that they form normed division algebras. This breaks down in 4-d where there are bivectors which are not versors.

In 4-d we have: scalars (1-d); vectors (4-d); bivectors (6-d); trivectors (pseudo-vectors 4-d); oriented hypervolume (1-d pseudo-scalar). 1+4+6+4+1=16. The even subalgebra is the scalars, the bivectors and the pseudo-scalar. But we are told that rotations can also be represented by a pair of quarternions. Here's a way to see two quarternions in the even subalgebra:

We like Clifford algebras because so much can be done without picking distinguished directions to be basis vectors. But somehow we keep finding it convenient to specify a basis, as we will here. Let e1, e2, e3 and e4 be a basis of our 4-d vector space. Now consider just the 3-d subspace formed by e1, e2 and e3. The even subalgebra is the quarternions consisting of the scalar and the bivectors generated by e1e2, e2e3 and e3e1.

This leaves from the bivector basis: e1e4, e4e2 and e3e4. Plus the pseudoscalar e1e2e3e4. Now if we define a new multiplication as the Clifford product times (or divided by) e1e2e3e4 then we get a new model of the quarternions: this time with the pseudoscalar as the scalar. So I've divided the even subalgebra into 2 quarternions.

Well I should check this out more carefully, but I'd better get back to my program that needs fixing.