Complex and Hypercomplex Numbers

  • Context: Graduate 
  • Thread starter Thread starter MadRocketSci2
  • Start date Start date
  • Tags Tags
    Complex Numbers
Click For Summary

Discussion Overview

The discussion revolves around the properties of complex and hypercomplex numbers, particularly focusing on the algebraic closure of complex numbers, the implications of defining arbitrary functions, and the potential necessity of hypercomplex numbers like quaternions. Participants explore whether complex numbers can adequately represent certain mathematical operations and whether hypercomplex numbers are superfluous or necessary for certain analyses.

Discussion Character

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

Main Points Raised

  • Some participants assert that complex numbers are algebraically closed, meaning any polynomial with complex coefficients maps back to the complex field.
  • Others question the completeness of complex numbers, suggesting that one can define functions that do not map the complex field back onto itself, such as a piecewise function involving non-complex outputs.
  • A participant proposes that complex conjugation should be included in the discussion of closure, suggesting that quaternions may be necessary to express certain operations algebraically.
  • Another participant argues that while complex numbers are closed under various operations, they are not closed in all respects, citing examples like the absence of complex solutions for certain equations.
  • Some participants discuss the properties of quaternions, noting that they can express conjugation algebraically and questioning whether more than basic arithmetic rules are needed to construct hypercomplex algebras.
  • There is mention of the Cayley-Dickson construction as a method to extend number systems, with references to the noncommutative nature of quaternions.
  • One participant elaborates on the relationship between quaternion algebra and vector calculus, particularly in relation to the curl operator, suggesting that quaternion operations can be expressed in terms of basic arithmetic rules.

Areas of Agreement / Disagreement

Participants express differing views on the necessity and properties of hypercomplex numbers versus complex numbers. There is no consensus on whether hypercomplex numbers are superfluous or essential for certain mathematical representations.

Contextual Notes

Some statements rely on specific definitions of closure and operations, and there are unresolved questions regarding the completeness of complex numbers in various contexts. The discussion includes assumptions about the nature of functions and the properties of number systems that may not be universally accepted.

MadRocketSci2
Messages
47
Reaction score
1
Complex numbers are said to be algebraically closed, meaning (to my mind) that given any polynomial x = p(z), with complex numbers x and z, the polynomial maps the complex number field back onto itself completely. For any given x, there will be a z.

It is then stated that this makes any hyper-complex number superfluous for the analysis of arbitrary functions.

Now it may be true that the hypercomplex number field is closed for any algebraic operation, and raising complex numbers to fixed powers. And most special functions also appear closed on investigation (I'm an engineer, not a mathematician, so hold your fire).

What prevents me from defining an arbitrary function though, or finding one, that does not map the complex number field back onto itself completely? Some x = f(z), where for some x, there is not a z? finv(x) = z, z is not complex? If I then defined a hypercomplex number i2, and associated operational behavior whereby the field is once again complete, finv(x) = z, z is an element of hypercomplex field, then why is what I have just done fundamentally different than what was done to come up with complex numbers in the first place?

After all, the original motivation for complex numbers was to define what happened when you inverted certain polynomials p(z) = x.
 
Mathematics news on Phys.org
MadRocketSci2 said:
What prevents me from defining an arbitrary function though, or finding one, that does not map the complex number field back onto itself completely?

Nothing. Here's a perfectly valid function:
f(z) = sin(z), x > 3
f(z) = apple, x <= 3
which maps the complex numbers C to the apple-complex numbers C ∪ {apple}.
 
Are complex numbers really closed? I would extend this concept to include complex conjugation. Then one needs another square root of -1 (i.e. quaternions)
<br /> (a+b\mathrm{i})^*=\mathrm{j}(a+b\mathrm{i})\mathrm{j}^{-1}<br />

Is that a good idea?
 
The complex numbers are algebraically closed, they are not closed in other ways. A stupid example is there are no complex numbers such that |z|=i. We can add in any new numbers we want, the issue is what properties such an extended system has. For example the quaternions are noncommutative. The complex numbers are not ordered.
Gerenuk you can construct the quaternions that way. The conjugation of a system is effected naturally by an element of the next higher system. Look up The Cayley-Dickson Construction. http://math.ucr.edu/home/baez/octonions/node5.html
 
OK, I see.

To just include the conjugation operation algebraically however one can stick with quaternions, right? Wikipedia says one can express quaterion complex conjugation as multiplications only and in fact one can extract each component of the quaternion this way. Basically if one wants to include the complex conjugation, then quaternions are the choice?!
 
Last edited:
The complex numbers are closed under conjugation as well as under addition, multiplication, powers, etc.
 
Please read the post carefully! The aim is to express congujation with normal algebraic operations. You can't do that with complex numbers, but you can with quaternions.
 
Gerenuk said:
Please read the post carefully!

I could say the same to you: I contradicted none of your post.
 
Sure. You can say the grass is green and not contradict my statements.
lurflurf had got the point and given me as very useful link.
 
  • #10
Gerenuk said:
Please read the post carefully! The aim is to express congujation with normal algebraic operations. You can't do that with complex numbers, but you can with quaternions.

This is actually a good observation. Do we really need more than the four rules of arithmetic to express other constructions in hypercomplex algebras, or can we find ways to represent every operation in terms of the four rules?

See web article on quaternions:

http://web.archive.org/web/20070928...mplex.com/education/intro_tutorial/nabla.html


In section on Josiah Willard Gibbs' contribution we find div and curl can be expressed

div A = 1/2 . ( d->A + A<-d )
curl A = 1/2 . (d->A - A<-d)

which is really the limit of the infinitesimal change in the rotation operation.

A' = qAq^-1

is a rotation in quaternions, where the vector A' is the rotated result of A being acted upon by the quaternion q that describes the parameters of the rotation. But, if a and b are two vectors that represent the initial and final states of a rotation, then the quaternion q that does the job is given by

q = (b/a)^(1/2)

that "square root" of the ratio of vectors tells us that q = (1 + h.d)^(1/2) with "h" a small infinitesimal parameter and "d" the differential operator is the quaternion operator that when multiplied and divided from opposite sides gives the infinitesimal rotation

A' = (1 + h.d)^(1/2) . A . (1 + h.d)^(-1/2)

= (1 + 1/2 . h . d + ...) . A . (1 - 1/2 . h . d + ... )

= A + 1/2 . h . (d.A - A.d) + ...

so,

lim{h - > 0} (A' - A)/h = 1/2 (d.A - A.d)

quaternions non-commute so d.A != A.d, and in both cases the operator d acts on the variable A, which we make emphatic by replacing the dot . with an arrow -> to remember that this is critical in non-abelian algebras so

lim{h -> 0} (A' - A)/h = 1/2 ( d->A - A<-d )

this happens to be exactly the "curl" of vector algebra. So, we clearly see the link between the rotation "qAq^-1" of quaternion algebra, and the "curl" operator of vectors. The latter is derived using only the four rules together with the noncommuting property of the hypercomplex algebra.

Like the case with complex conjugation *, Hamilton introduced six operators "S,V,K,N,T,U" for "Scalar, Vector, Conjugate, Norm, Tensor, Versor" and treated them as "add on operators" in his calculus, which made the quaternion algebra seem a lot more complicated. But, these six operations can be represented in terms of the four rules again. See the URL for that article on Nabla.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K