Quaternions and associated manifolds

  • Context: Graduate 
  • Thread starter Thread starter mnb96
  • Start date Start date
  • Tags Tags
    Manifolds Quaternions
Click For Summary

Discussion Overview

The discussion revolves around the relationship between quaternions, specifically pure and unit quaternions, and their representation in the context of Clifford algebras and associated manifolds. Participants explore the implications of representing quaternions as elements of \(\mathbb{C}^2\) and the potential for defining a manifold related to these quaternions, particularly focusing on the Clifford Torus and its properties.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that pure quaternions correspond to the \(\mathcal{S}^2\) sphere and unit quaternions to the \(\mathcal{S}^3\) sphere.
  • One participant suggests that parametrizing the manifold with two independent circle parameters leads to a torus, specifically the Clifford Torus.
  • Another participant mentions that the torus described is a subset of an \(\mathcal{S}^3\) sphere of radius \(\sqrt{2}\) and expresses interest in defining a metric on the quaternions lying in the torus.
  • There is a discussion about the nature of the torus being flat, with a participant questioning how to define a metric given this property.
  • One participant suggests defining the metric as \(ds^2 = d\theta^2 + d\phi^2\), while another emphasizes the importance of considering the embedding in \(\mathcal{S}^3\).
  • Participants discuss the procedure for computing the pullback of the metric from \(\mathcal{S}^3\) onto the torus, with one providing a detailed explanation of the embedding and metric calculation.
  • There is a philosophical reflection on the accessibility of the concept of pullback metrics and its connections to broader topics in theoretical physics and computer vision.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and agreement on the nature of the torus and the appropriate metric to define. While some agree on the flatness of the torus and the method of defining the metric, others raise questions about the embedding and the implications of curvature, indicating that multiple views remain on these topics.

Contextual Notes

The discussion includes assumptions about the properties of quaternions and their representations, as well as the mathematical steps involved in defining metrics and embeddings, which may not be fully resolved or universally accepted among participants.

mnb96
Messages
711
Reaction score
5
Hello,
it is known that pure-quaternions (scalar part equal to zero) identify the \mathcal{S}^2 sphere. Similarly unit-quaternions identify points on the \mathcal{S}^3 sphere.

Now let's consider quaternions as elements of the Clifford algebra \mathcal{C}\ell_{0,2} and let's consider a quaternion \mathit{q} = a+b\mathbf{e}_1+c\mathbf{e}_2+d\mathbf{e}_{12}.
We now re-write q in the following form:

\mathit{q} = (a+d\mathbf{e}_{12}) + \mathbf{e}_1(b - c\mathbf{e}_{12}) = \mathit{z_1} + \mathbf{e}_1 \mathit{z_2}

We have esentially expressed a quaternion as an element of \mathbb{C}^2.

*** My question is:
if we assume that z_1 and z_2 are unit complex-numbers of the form e^{\mathbf{I} \theta}, can we find a manifold associated with this subset of quaternions?
 
Physics news on Phys.org
mnb96;2919284 if we [I said:
assume[/I] that z_1 and z_2 are unit complex-numbers of the form e^{\mathbf{I} \theta}, can we find a manifold associated with this subset of quaternions?

I do not quite understand. You parametrize your manifold by two independent circle parameters, you get the torus S^1\times S^1. Or you mean something else? Do you want to see how it is embedded in S^3?
 
arkajad, thanks a lot!
This may be obvious to you, but honestly I didn't realize I was essentially describing a torus: precisely the Clifford Torus.

I am reading now from external sources that the torus I described is a subset of an S^3 sphere of radius \sqrt{2}. That is very interesting.

Now, I am planning to define a metric on those quaternions lying in the Torus.
I guess one possibility would be to consider the shortest-arc distance for S^1, and sum the two shortest-arcs for S^1\times S^1, but I have to think more about it, I am not so sure.
 
I believe you will find that the torus you are describing is in fact flat.
 
If I want to define a metric for the points on the Clifford torus, how can I use the fact that the manifold has zero curvature?
 
You have two angles that define coordinates, say \theta,\phi. Why not to define your metric as ds^2=d\theta^2+d\phi^2? It's a very good metric.
 
Of course, you can always put a flat metric on a torus. The question is whether the embedding in S^3 is flat (hint: it is).

What you should do, technically speaking, is write down the metric on S^3:

ds^2 = R^2 (d\theta^2 + \sin^2 \theta \; d\phi^2 + \cos^2 \theta \; d\psi^2)

(Hopf coordinates will probably be easiest). Then compute the pullback of this metric onto your torus.

(Note that you get a flat torus out of the above metric for any constant value of \theta, and in particular if \theta=\pi/4, this torus is "square".)
 
Thanks a lot!
so summarizing, I can start from the metric on S^3, and since the Clifford Torus embedded in it is flat, I can compute the pullback of that metric into that torus, and (probably) I should obtain the metric that arkajad wrote(?).

Unfortunately I don't know the concept of pullback. Before I dive into the complicated formalisms of books, could you please mention very briefly the intuition behind the pullback of one metric?
 
If you would like to see your torus - related to quantum spin 1/2 - I was discussing it and drawing http://arkadiusz.jadczyk.salon24.pl/105036,spin-od-srodka"
 
Last edited by a moderator:
  • #10
Pullback: In your case it is simple. You embed your tours in R^4 with coordinates, say x,y,z,w. S^3 is then described by x^2+y^2+z^2+w^2=1. The metric in R^4 is Euclidean.

ds^2=dx^2+dy^2+dz^2+dw^2

Your embedding is given by the functions x(theta,phi),y(theta,phi),z(theta,phi),w(theta,phi).

Then you calculate

dx=\frac{\partial x}{\partial\theta}d\theta+\frac{\partial x}{\partial\phi}d\phi

then dy,dy,dz,dw, then ds^2. Or, shorter, you embed your torus in S^3 with coordinates \theta,\phi,\psi and take the metric from S^3 given by Ben Niehoff. This will be extremely simple because the embedding is simple:

\phi(\theta,\phi)=\phi,\, \theta(\theta,\phi)=\theta,\,\psi(\theta,\phi)=const.
 
  • #11
arkajad!
Your explanation was extremely clear!
The procedure you apply seems to be analogous to the one used to find the line element in curvilinear coordinates. You basically start from the metric of our original space (Euclidean), then you define a parametric surface in it (the S^3 sphere) and you calculate the line element on it: this is supposed to be the pullback metric that the 3-sphere has "inherited" from the original space.

Funny that when I browsed some sources on the net related to pullback metric I found very little material, and most of it was inaccessible to me: I was led to think that the concept of pullback metric was something out of my range, simply too difficult to grasp for me. Now I suddenly realize that it is something that you could really teach and illustrate to a 6 years old child => Philosophical question: where was the fault? Is there perhaps a better way to teach maths/geometry? Or is it just me who needs to learn more abstract and sophisticated algebraic tools in order to understand such concepts in a more general framework?

I also read the articles you mentioned (through google translator). I was really surprised to see that this topic has beautiful connections with theoretical physics and twistor theory too. Believe it or not, my original post "hides" a problem related to computer-vision and the theory of color-spaces.

Thanks a lot!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
Replies
19
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
979
Replies
15
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K