Understanding proof about a group and homomorphism
$begingroup$
I have a book about group theory and there was the following question:
Let $G$ be a set of all the real matrices in the following form: $begin{pmatrix}a & b\
-b & a
end{pmatrix}$ when $a^2+b^2>0$.
- Prove that $G$ is a group.
- Prove that $Gcong (C^times,cdot )$.
I successfully proved that $G$ is a group. Now I'm trying to prove the second sub-question. In the book they suggested to declare the following function:
$$ f:begin{pmatrix}a & b\
-b & a
end{pmatrix} to a+ib$$
Also they wrote "obviously $f$ is bijection", and then they proved the Homomorphism equation. The only part that I didn't understand is why $f$ is a bijection, and why it is so obvious? How can I prove it formally?
group-theory complex-numbers group-homomorphism
$endgroup$
add a comment |
$begingroup$
I have a book about group theory and there was the following question:
Let $G$ be a set of all the real matrices in the following form: $begin{pmatrix}a & b\
-b & a
end{pmatrix}$ when $a^2+b^2>0$.
- Prove that $G$ is a group.
- Prove that $Gcong (C^times,cdot )$.
I successfully proved that $G$ is a group. Now I'm trying to prove the second sub-question. In the book they suggested to declare the following function:
$$ f:begin{pmatrix}a & b\
-b & a
end{pmatrix} to a+ib$$
Also they wrote "obviously $f$ is bijection", and then they proved the Homomorphism equation. The only part that I didn't understand is why $f$ is a bijection, and why it is so obvious? How can I prove it formally?
group-theory complex-numbers group-homomorphism
$endgroup$
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29
add a comment |
$begingroup$
I have a book about group theory and there was the following question:
Let $G$ be a set of all the real matrices in the following form: $begin{pmatrix}a & b\
-b & a
end{pmatrix}$ when $a^2+b^2>0$.
- Prove that $G$ is a group.
- Prove that $Gcong (C^times,cdot )$.
I successfully proved that $G$ is a group. Now I'm trying to prove the second sub-question. In the book they suggested to declare the following function:
$$ f:begin{pmatrix}a & b\
-b & a
end{pmatrix} to a+ib$$
Also they wrote "obviously $f$ is bijection", and then they proved the Homomorphism equation. The only part that I didn't understand is why $f$ is a bijection, and why it is so obvious? How can I prove it formally?
group-theory complex-numbers group-homomorphism
$endgroup$
I have a book about group theory and there was the following question:
Let $G$ be a set of all the real matrices in the following form: $begin{pmatrix}a & b\
-b & a
end{pmatrix}$ when $a^2+b^2>0$.
- Prove that $G$ is a group.
- Prove that $Gcong (C^times,cdot )$.
I successfully proved that $G$ is a group. Now I'm trying to prove the second sub-question. In the book they suggested to declare the following function:
$$ f:begin{pmatrix}a & b\
-b & a
end{pmatrix} to a+ib$$
Also they wrote "obviously $f$ is bijection", and then they proved the Homomorphism equation. The only part that I didn't understand is why $f$ is a bijection, and why it is so obvious? How can I prove it formally?
group-theory complex-numbers group-homomorphism
group-theory complex-numbers group-homomorphism
edited Dec 21 '18 at 17:32
Shaun
9,544113684
9,544113684
asked Dec 18 '18 at 16:12
vesiivesii
3828
3828
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29
add a comment |
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Since $mathbb{C}^times=mathbb{C}setminus{0}$ and since each $zinmathbb{C}setminus{0}$ can be written in one and only one way as $a+bi$ with $a$ and $b$ not both equal to $0$ ($iff a^2+b^2>0$), it is clear that $f$ is a bijection.
$endgroup$
add a comment |
$begingroup$
To see that the map is a bijection note that the kernel consists precisely of the identity matrix and hence the map is injective. Indeed if $f(A)=1=a+ib$ for some matrix $A=begin{bmatrix}
a& b\
-b& a
end{bmatrix}
$,
then we have that $a=1$ and $b=0$. Conversely given any $zin mathbb{C}setminus {0}$, let $a=text{Re}(z)$, and $b=text{Im}(z)$, so that
$$
begin{bmatrix}
a& b\
-b& a
end{bmatrix}to z
$$
whence the map is surjective.
$endgroup$
add a comment |
$begingroup$
For every complex number $mathbb{C}-{0} ni x:=a+bi$,(hence $a neq 0$ or $b neq 0$). Consider the matrix
$$y=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}$$, The determinant of this matrix of $a^2+b^2 >0$ and it gets map to $a+bi$ by $f$(that is it! $f(y)=x$). So this shows surjectivity!
For injectivity, we have if $0neq a+bi=f(A)=f(B)=c+di neq 0$, then $a=c, b=d$. so
$$A=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}=begin{bmatrix}
c & d \
-d & c \
end{bmatrix}=B$$
And so $f$ is bijective!
$endgroup$
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3045344%2funderstanding-proof-about-a-group-and-homomorphism%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Since $mathbb{C}^times=mathbb{C}setminus{0}$ and since each $zinmathbb{C}setminus{0}$ can be written in one and only one way as $a+bi$ with $a$ and $b$ not both equal to $0$ ($iff a^2+b^2>0$), it is clear that $f$ is a bijection.
$endgroup$
add a comment |
$begingroup$
Since $mathbb{C}^times=mathbb{C}setminus{0}$ and since each $zinmathbb{C}setminus{0}$ can be written in one and only one way as $a+bi$ with $a$ and $b$ not both equal to $0$ ($iff a^2+b^2>0$), it is clear that $f$ is a bijection.
$endgroup$
add a comment |
$begingroup$
Since $mathbb{C}^times=mathbb{C}setminus{0}$ and since each $zinmathbb{C}setminus{0}$ can be written in one and only one way as $a+bi$ with $a$ and $b$ not both equal to $0$ ($iff a^2+b^2>0$), it is clear that $f$ is a bijection.
$endgroup$
Since $mathbb{C}^times=mathbb{C}setminus{0}$ and since each $zinmathbb{C}setminus{0}$ can be written in one and only one way as $a+bi$ with $a$ and $b$ not both equal to $0$ ($iff a^2+b^2>0$), it is clear that $f$ is a bijection.
answered Dec 18 '18 at 16:16
José Carlos SantosJosé Carlos Santos
168k22132236
168k22132236
add a comment |
add a comment |
$begingroup$
To see that the map is a bijection note that the kernel consists precisely of the identity matrix and hence the map is injective. Indeed if $f(A)=1=a+ib$ for some matrix $A=begin{bmatrix}
a& b\
-b& a
end{bmatrix}
$,
then we have that $a=1$ and $b=0$. Conversely given any $zin mathbb{C}setminus {0}$, let $a=text{Re}(z)$, and $b=text{Im}(z)$, so that
$$
begin{bmatrix}
a& b\
-b& a
end{bmatrix}to z
$$
whence the map is surjective.
$endgroup$
add a comment |
$begingroup$
To see that the map is a bijection note that the kernel consists precisely of the identity matrix and hence the map is injective. Indeed if $f(A)=1=a+ib$ for some matrix $A=begin{bmatrix}
a& b\
-b& a
end{bmatrix}
$,
then we have that $a=1$ and $b=0$. Conversely given any $zin mathbb{C}setminus {0}$, let $a=text{Re}(z)$, and $b=text{Im}(z)$, so that
$$
begin{bmatrix}
a& b\
-b& a
end{bmatrix}to z
$$
whence the map is surjective.
$endgroup$
add a comment |
$begingroup$
To see that the map is a bijection note that the kernel consists precisely of the identity matrix and hence the map is injective. Indeed if $f(A)=1=a+ib$ for some matrix $A=begin{bmatrix}
a& b\
-b& a
end{bmatrix}
$,
then we have that $a=1$ and $b=0$. Conversely given any $zin mathbb{C}setminus {0}$, let $a=text{Re}(z)$, and $b=text{Im}(z)$, so that
$$
begin{bmatrix}
a& b\
-b& a
end{bmatrix}to z
$$
whence the map is surjective.
$endgroup$
To see that the map is a bijection note that the kernel consists precisely of the identity matrix and hence the map is injective. Indeed if $f(A)=1=a+ib$ for some matrix $A=begin{bmatrix}
a& b\
-b& a
end{bmatrix}
$,
then we have that $a=1$ and $b=0$. Conversely given any $zin mathbb{C}setminus {0}$, let $a=text{Re}(z)$, and $b=text{Im}(z)$, so that
$$
begin{bmatrix}
a& b\
-b& a
end{bmatrix}to z
$$
whence the map is surjective.
answered Dec 18 '18 at 16:18
Foobaz JohnFoobaz John
22.7k41452
22.7k41452
add a comment |
add a comment |
$begingroup$
For every complex number $mathbb{C}-{0} ni x:=a+bi$,(hence $a neq 0$ or $b neq 0$). Consider the matrix
$$y=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}$$, The determinant of this matrix of $a^2+b^2 >0$ and it gets map to $a+bi$ by $f$(that is it! $f(y)=x$). So this shows surjectivity!
For injectivity, we have if $0neq a+bi=f(A)=f(B)=c+di neq 0$, then $a=c, b=d$. so
$$A=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}=begin{bmatrix}
c & d \
-d & c \
end{bmatrix}=B$$
And so $f$ is bijective!
$endgroup$
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
add a comment |
$begingroup$
For every complex number $mathbb{C}-{0} ni x:=a+bi$,(hence $a neq 0$ or $b neq 0$). Consider the matrix
$$y=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}$$, The determinant of this matrix of $a^2+b^2 >0$ and it gets map to $a+bi$ by $f$(that is it! $f(y)=x$). So this shows surjectivity!
For injectivity, we have if $0neq a+bi=f(A)=f(B)=c+di neq 0$, then $a=c, b=d$. so
$$A=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}=begin{bmatrix}
c & d \
-d & c \
end{bmatrix}=B$$
And so $f$ is bijective!
$endgroup$
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
add a comment |
$begingroup$
For every complex number $mathbb{C}-{0} ni x:=a+bi$,(hence $a neq 0$ or $b neq 0$). Consider the matrix
$$y=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}$$, The determinant of this matrix of $a^2+b^2 >0$ and it gets map to $a+bi$ by $f$(that is it! $f(y)=x$). So this shows surjectivity!
For injectivity, we have if $0neq a+bi=f(A)=f(B)=c+di neq 0$, then $a=c, b=d$. so
$$A=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}=begin{bmatrix}
c & d \
-d & c \
end{bmatrix}=B$$
And so $f$ is bijective!
$endgroup$
For every complex number $mathbb{C}-{0} ni x:=a+bi$,(hence $a neq 0$ or $b neq 0$). Consider the matrix
$$y=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}$$, The determinant of this matrix of $a^2+b^2 >0$ and it gets map to $a+bi$ by $f$(that is it! $f(y)=x$). So this shows surjectivity!
For injectivity, we have if $0neq a+bi=f(A)=f(B)=c+di neq 0$, then $a=c, b=d$. so
$$A=begin{bmatrix}
a & b \
-b & a \
end{bmatrix}=begin{bmatrix}
c & d \
-d & c \
end{bmatrix}=B$$
And so $f$ is bijective!
edited Dec 18 '18 at 17:35
answered Dec 18 '18 at 16:21
nafhgoodnafhgood
1,803422
1,803422
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
add a comment |
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I understand why $f$ is injective, but I don't understand why $f$ is surjective. I know that I need to show that for every $yin Y$ there is $xin X$ so $f(x)=y$. From similar question I say that I need to point for that exact $x$ to prove the example. Which $x$ should I use?
$endgroup$
– vesii
Dec 18 '18 at 17:21
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
$begingroup$
I edited a bit my answer I don't know if that helps?
$endgroup$
– nafhgood
Dec 18 '18 at 17:35
add a comment |
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%2f3045344%2funderstanding-proof-about-a-group-and-homomorphism%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
$begingroup$
Which book are you using?
$endgroup$
– Shaun
Dec 21 '18 at 17:29