All real numbers are complex numbers?And are I #'s orthogonal R#'s?

Click For Summary

Discussion Overview

The discussion revolves around the relationship between real and complex numbers, specifically addressing whether all real numbers are complex numbers and the implications of this classification. Participants explore the nature of orthogonality in the context of real and imaginary components, as well as the ordering of complex numbers compared to real numbers.

Discussion Character

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

Main Points Raised

  • Some participants propose that complex numbers are defined as z = a + ib, where a and b are real numbers, leading to confusion about the distinction between real and complex numbers.
  • It is suggested that while real numbers are a subset of complex numbers, stating that a number is real provides more specific information than simply stating it is complex.
  • Concerns are raised about how to compare complex numbers, such as 4i and 3, with some suggesting the use of modulus for comparison, while others argue that complex numbers cannot be ordered in the same way as real numbers.
  • Participants discuss the orthogonality of real and imaginary numbers, with some affirming that the axes in the complex plane are orthogonal, while others clarify the definition of the dot product for complex numbers.
  • There is a debate about the dot product of complex numbers, with one participant asserting that the dot product of s = 1 + i and t = 1 - i is zero, while another initially claims it is 2 before being corrected.
  • Some participants emphasize that while all real numbers can be viewed as complex numbers (e.g., 1 as 1 + 0i), imaginary numbers cannot be represented on the real number line.
  • Clarifications are made regarding the ordering of complex numbers, with participants noting that complex numbers cannot form an ordered field, but can be well-ordered according to the well-ordering principle.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the nature of real and complex numbers, the comparison of complex numbers, and the definition of orthogonality in this context. The discussion remains unresolved on several points, particularly regarding the implications of these definitions and properties.

Contextual Notes

There are limitations in the discussion regarding the definitions of terms such as "orthogonal" and the ordering of numbers, as well as the assumptions made about the properties of complex numbers as fields versus groups.

nabeel17
Messages
57
Reaction score
1
A) I understand that complex numbers come in the form z= a+ib where a and b are real numbers. In the special case that b = 0 you get pure real numbers which are a subset of complex numbers. I read that both real and imaginary numbers are complex numbers so I am a little confused with notations.

What then is the purpose of saying something is a member of the reals or a member of complex if real numbers are also part of the complex numbers. Also how do you determine what is a larger number when comparing say 4i with 3. Do I take the modulus of 4i (which is 2) and compare that?

B) Now going to the complex plane, we use something like vector addition to map a complex number using some amount of real and some amount of imaginary. The real and imaginary axis are orthogonal to each other so I am wondering if real and imaginary numbers are orthogonal? For example if I have two real orthogonal vectors u=(1,1) and v=(1,-1), the dot product gives 0. But two complex numbers that are "orthogonal" say s=1+i and t=1-i give a "dot product" of 2 (using i*-i=1). Also since a complex number uses real and imaginary components, why can I not do a dot product (or vector multiplication) and say s (dot) t =|s||t|cosα and since α= 90, then s (dot) t=0? I'm not sure if I am asking the right questions here or if I even understand what I'm asking but can someone try to clear this up?
 
Physics news on Phys.org
nabeel17 said:
What then is the purpose of saying something is a member of the reals or a member of complex if real numbers are also part of the complex numbers.
It is true that the real numbers can be considered as a subset of the complex numbers. Saying that ##x## is a real number gives you more specific information than saying that ##x## is complex, just as saying that ##x## is a positive integer gives you more information than saying that ##x## is an integer.

Also how do you determine what is a larger number when comparing say 4i with 3. Do I take the modulus of 4i (which is 2) and compare that?
It's not too hard to show that there is no way to order the complex numbers, so it does not make sense to ask which is larger: ##4i## or ##3##. Indeed, it can be shown that, up to isomorphism, the only complete ordered field is ##\mathbb{R}##, the set of real numbers.

B) Now going to the complex plane, we use something like vector addition to map a complex number using some amount of real and some amount of imaginary. The real and imaginary axis are orthogonal to each other so I am wondering if real and imaginary numbers are orthogonal?
Yes, that's true. But be careful to define the dot product correctly for complex numbers. If ##z = a+bi## and ##w = x+yi##, then ##x \cdot y = ax + by = \text{Re}(z\overline{w})##.

For example if I have two real orthogonal vectors u=(1,1) and v=(1,-1), the dot product gives 0.
Correct. In general, the dot product of two vectors ##(a,b)## and ##(x,y)## in ##\mathbb{R}^2## is ##ax + by##.

But two complex numbers that are "orthogonal" say s=1+i and t=1-i give a "dot product" of 2 (using i*-i=1).
No, the dot product of ##s## and ##t## is defined to be consistent with the ##\mathbb{R}^2## definition. In this case, ##s\cdot t = \text{Re}(s\overline{t}) = \text{Re}((1+i)(1+i)) = \text{Re}(2i) = 0##.
Also since a complex number uses real and imaginary components, why can I not do a dot product (or vector multiplication) and say s (dot) t =|s||t|cosα and since α= 90, then s (dot) t=0?
Yes, that's correct.
 
  • Like
Likes   Reactions: 1 person
Ahh, thanks for clearing that up!
 
I don't know if this has already been stated but imaginary numbers (or complex numbers) are not real numbers, but all numbers are complex numbers because you can think of all numbers as having "+0i" after them.

For instance, 1 is a real number, but it is also a complex number because it is also "1 + 0i".
1i on the other hand is a complex number and not a real number because you cannot represent it on the real number line.
 
Werkzeug said:
I don't know if this has already been stated but imaginary numbers (or complex numbers) are not real numbers, but all numbers are complex numbers because you can think of all numbers as having "+0i" after them.

"all numbers" is wrong, you mean "all real numbers".

For instance, 1 is a real number, but it is also a complex number because it is also "1 + 0i".

The correct way to phrase this is that the embedding ##x \mapsto x+0i## is a field isomorphism.

1i on the other hand is a complex number and not a real number because you cannot represent it on the real number line.

It is worth pointing out that this is only true as fields (or rings). As groups the real numbers is isomorphic to the imaginary numbers.
 
jbunniii said:
It's not too hard to show that there is no way to order the complex numbers, so it does not make sense to ask which is larger: ##4i## or ##3##. Indeed, it can be shown that, up to isomorphism, the only complete ordered field is ##\mathbb{R}##, the set of real numbers.

Nitpick: the Complex Numbers cannot be made into an ordered field, i.e., so that there is a specific relationship between the field properties and the order properties,but, by the well-ordering principle, they can be well-ordered.
 
WWGD said:
Nitpick: the Complex Numbers cannot be made into an ordered field, i.e., so that there is a specific relationship between the field properties and the order properties,but, by the well-ordering principle, they can be well-ordered.
You're right, my wording was careless.
 
jbunniii said:
You're right, my wording was careless.

Join the (my) club.
 

Similar threads

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