Halmos Finite-Dimensional Vector Spaces: Ordered pairs of complex numbers
$begingroup$
Paul R. Halmos "Finite-Dimensional Vector Spaces", 2e, chapter I, section 1, exercise 7.c:
What happens (in both the preceding cases) if we consider ordered
pairs of complex numbers instead?
Question asked is if
- the set of ordered pairs $(a, b) in mathbb{C}^2$
- addition $(a_1, b_1) + (a_2, b_2) = (a_1 + a_2, b_1 + b_2)$
- multiplication $(a_1, b_1) cdot (a_2, b_2) = (a_1a_2 - b_1b_2, a_1b_2 + a_2b_1)$
form a field.
I decided to check if the above given object has all the properties a field needs.
Currently, I'm stuck at the question if a multiplicative inverse exists for every $(a, b)$. This would require that
$$
(a, b)^{-1}(a,b) = (1, 0),
$$
since I found $(1, 0)$ to be the neutral element of multiplication.
I ended up with the following set of linear equations:
$$
left(
begin{array}{cccc}
alpha_1 & -alpha_2 & -beta_1 & beta_2 \
alpha_2 & alpha_1 & -beta_2 & -beta_1 \
beta_1 & -beta_2 & alpha_1 & -alpha_2 \
beta_1 & beta_2 & alpha_1 & alpha_2
end{array}
right)
left(
begin{array}{c}
gamma_1 \
gamma_2 \
delta_1 \
delta_2
end{array}
right)
=
left(
begin{array}{c}
1 \
0 \
0 \
0
end{array}
right),
$$
where $(a, b) = (alpha_1 + i beta_1, alpha_2 + i beta_2)$, and $(a, b)^{-1} = (gamma_1 + i delta_1, gamma_2 + i delta_2)$.
Applying LAPLACE's formula, I found the expression for the determinant of the matrix to be
$$
2(alpha_1^2 + alpha_2^2 + beta_1^2 + beta_2^2)(alpha_1alpha_2 + beta_1beta_2).
$$
Then, if $alpha_1alpha_2 + beta_1beta_2 = 0$, the determinant is $0$ and the solution to the system of equations is not unique.
May I conclude that there are cases when no (unique) inverse exists, and the above given object is not a field?
abstract-algebra
$endgroup$
|
show 2 more comments
$begingroup$
Paul R. Halmos "Finite-Dimensional Vector Spaces", 2e, chapter I, section 1, exercise 7.c:
What happens (in both the preceding cases) if we consider ordered
pairs of complex numbers instead?
Question asked is if
- the set of ordered pairs $(a, b) in mathbb{C}^2$
- addition $(a_1, b_1) + (a_2, b_2) = (a_1 + a_2, b_1 + b_2)$
- multiplication $(a_1, b_1) cdot (a_2, b_2) = (a_1a_2 - b_1b_2, a_1b_2 + a_2b_1)$
form a field.
I decided to check if the above given object has all the properties a field needs.
Currently, I'm stuck at the question if a multiplicative inverse exists for every $(a, b)$. This would require that
$$
(a, b)^{-1}(a,b) = (1, 0),
$$
since I found $(1, 0)$ to be the neutral element of multiplication.
I ended up with the following set of linear equations:
$$
left(
begin{array}{cccc}
alpha_1 & -alpha_2 & -beta_1 & beta_2 \
alpha_2 & alpha_1 & -beta_2 & -beta_1 \
beta_1 & -beta_2 & alpha_1 & -alpha_2 \
beta_1 & beta_2 & alpha_1 & alpha_2
end{array}
right)
left(
begin{array}{c}
gamma_1 \
gamma_2 \
delta_1 \
delta_2
end{array}
right)
=
left(
begin{array}{c}
1 \
0 \
0 \
0
end{array}
right),
$$
where $(a, b) = (alpha_1 + i beta_1, alpha_2 + i beta_2)$, and $(a, b)^{-1} = (gamma_1 + i delta_1, gamma_2 + i delta_2)$.
Applying LAPLACE's formula, I found the expression for the determinant of the matrix to be
$$
2(alpha_1^2 + alpha_2^2 + beta_1^2 + beta_2^2)(alpha_1alpha_2 + beta_1beta_2).
$$
Then, if $alpha_1alpha_2 + beta_1beta_2 = 0$, the determinant is $0$ and the solution to the system of equations is not unique.
May I conclude that there are cases when no (unique) inverse exists, and the above given object is not a field?
abstract-algebra
$endgroup$
6
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
1
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
2
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
2
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51
|
show 2 more comments
$begingroup$
Paul R. Halmos "Finite-Dimensional Vector Spaces", 2e, chapter I, section 1, exercise 7.c:
What happens (in both the preceding cases) if we consider ordered
pairs of complex numbers instead?
Question asked is if
- the set of ordered pairs $(a, b) in mathbb{C}^2$
- addition $(a_1, b_1) + (a_2, b_2) = (a_1 + a_2, b_1 + b_2)$
- multiplication $(a_1, b_1) cdot (a_2, b_2) = (a_1a_2 - b_1b_2, a_1b_2 + a_2b_1)$
form a field.
I decided to check if the above given object has all the properties a field needs.
Currently, I'm stuck at the question if a multiplicative inverse exists for every $(a, b)$. This would require that
$$
(a, b)^{-1}(a,b) = (1, 0),
$$
since I found $(1, 0)$ to be the neutral element of multiplication.
I ended up with the following set of linear equations:
$$
left(
begin{array}{cccc}
alpha_1 & -alpha_2 & -beta_1 & beta_2 \
alpha_2 & alpha_1 & -beta_2 & -beta_1 \
beta_1 & -beta_2 & alpha_1 & -alpha_2 \
beta_1 & beta_2 & alpha_1 & alpha_2
end{array}
right)
left(
begin{array}{c}
gamma_1 \
gamma_2 \
delta_1 \
delta_2
end{array}
right)
=
left(
begin{array}{c}
1 \
0 \
0 \
0
end{array}
right),
$$
where $(a, b) = (alpha_1 + i beta_1, alpha_2 + i beta_2)$, and $(a, b)^{-1} = (gamma_1 + i delta_1, gamma_2 + i delta_2)$.
Applying LAPLACE's formula, I found the expression for the determinant of the matrix to be
$$
2(alpha_1^2 + alpha_2^2 + beta_1^2 + beta_2^2)(alpha_1alpha_2 + beta_1beta_2).
$$
Then, if $alpha_1alpha_2 + beta_1beta_2 = 0$, the determinant is $0$ and the solution to the system of equations is not unique.
May I conclude that there are cases when no (unique) inverse exists, and the above given object is not a field?
abstract-algebra
$endgroup$
Paul R. Halmos "Finite-Dimensional Vector Spaces", 2e, chapter I, section 1, exercise 7.c:
What happens (in both the preceding cases) if we consider ordered
pairs of complex numbers instead?
Question asked is if
- the set of ordered pairs $(a, b) in mathbb{C}^2$
- addition $(a_1, b_1) + (a_2, b_2) = (a_1 + a_2, b_1 + b_2)$
- multiplication $(a_1, b_1) cdot (a_2, b_2) = (a_1a_2 - b_1b_2, a_1b_2 + a_2b_1)$
form a field.
I decided to check if the above given object has all the properties a field needs.
Currently, I'm stuck at the question if a multiplicative inverse exists for every $(a, b)$. This would require that
$$
(a, b)^{-1}(a,b) = (1, 0),
$$
since I found $(1, 0)$ to be the neutral element of multiplication.
I ended up with the following set of linear equations:
$$
left(
begin{array}{cccc}
alpha_1 & -alpha_2 & -beta_1 & beta_2 \
alpha_2 & alpha_1 & -beta_2 & -beta_1 \
beta_1 & -beta_2 & alpha_1 & -alpha_2 \
beta_1 & beta_2 & alpha_1 & alpha_2
end{array}
right)
left(
begin{array}{c}
gamma_1 \
gamma_2 \
delta_1 \
delta_2
end{array}
right)
=
left(
begin{array}{c}
1 \
0 \
0 \
0
end{array}
right),
$$
where $(a, b) = (alpha_1 + i beta_1, alpha_2 + i beta_2)$, and $(a, b)^{-1} = (gamma_1 + i delta_1, gamma_2 + i delta_2)$.
Applying LAPLACE's formula, I found the expression for the determinant of the matrix to be
$$
2(alpha_1^2 + alpha_2^2 + beta_1^2 + beta_2^2)(alpha_1alpha_2 + beta_1beta_2).
$$
Then, if $alpha_1alpha_2 + beta_1beta_2 = 0$, the determinant is $0$ and the solution to the system of equations is not unique.
May I conclude that there are cases when no (unique) inverse exists, and the above given object is not a field?
abstract-algebra
abstract-algebra
edited Jan 2 at 5:50
Jyrki Lahtonen
111k13173394
111k13173394
asked Jan 1 at 16:52
Max HerrmannMax Herrmann
724419
724419
6
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
1
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
2
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
2
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51
|
show 2 more comments
6
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
1
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
2
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
2
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51
6
6
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
1
1
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
2
2
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
2
2
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3058647%2fhalmos-finite-dimensional-vector-spaces-ordered-pairs-of-complex-numbers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3058647%2fhalmos-finite-dimensional-vector-spaces-ordered-pairs-of-complex-numbers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
6
$begingroup$
Try $(1,i)cdot(1,-i)$.
$endgroup$
– Lord Shark the Unknown
Jan 1 at 16:55
$begingroup$
Thank you @LordSharktheUnknown! This states that there are complex pairs s.t. $a cdot b = 0$. But what does that imply?
$endgroup$
– Max Herrmann
Jan 1 at 17:10
1
$begingroup$
In a field, if $a,bneq0$, then $abneq0$.
$endgroup$
– José Carlos Santos
Jan 1 at 17:13
2
$begingroup$
An easier way than the one suggested by Lord Shark the Unknown? I don't think so.
$endgroup$
– José Carlos Santos
Jan 1 at 17:20
2
$begingroup$
Last time I checked there were infinitely many complex numbers, so the tag finite fields was inappropriate.
$endgroup$
– Jyrki Lahtonen
Jan 2 at 5:51