A particular field generated from a set
$begingroup$
I am trying to understand a problem from my book regarding field extensions and fields generated from sets.
I have shown the set $B_0 = lbrace (0,0),(1,0) rbrace$ to generate a field $Q$ which consists of all elements of the form $(a,0)$, where $a in mathbb{Q}$. This field is then isomorphic to $mathbb{Q}$ with the map
$sigma : Q to mathbb{Q} quad $ , $quad sigma [(a,0)] = a.$
Suppose now we add an element $(1,sqrt{3}) $ to $B_0$ such that we get $B_1 = lbrace (0,0),(1,0),(1,sqrt{3}) rbrace $. What field would $B_1$ generate? My book claims that this field is $mathbb{Q}(sqrt{3})$, but i have trouble seeing this. In similar way to how we found $sigma$ for $B_0$, what would an isomorphism look like for the field generated by $B_1$?
Thank you very much!
abstract-algebra galois-theory extension-field
$endgroup$
add a comment |
$begingroup$
I am trying to understand a problem from my book regarding field extensions and fields generated from sets.
I have shown the set $B_0 = lbrace (0,0),(1,0) rbrace$ to generate a field $Q$ which consists of all elements of the form $(a,0)$, where $a in mathbb{Q}$. This field is then isomorphic to $mathbb{Q}$ with the map
$sigma : Q to mathbb{Q} quad $ , $quad sigma [(a,0)] = a.$
Suppose now we add an element $(1,sqrt{3}) $ to $B_0$ such that we get $B_1 = lbrace (0,0),(1,0),(1,sqrt{3}) rbrace $. What field would $B_1$ generate? My book claims that this field is $mathbb{Q}(sqrt{3})$, but i have trouble seeing this. In similar way to how we found $sigma$ for $B_0$, what would an isomorphism look like for the field generated by $B_1$?
Thank you very much!
abstract-algebra galois-theory extension-field
$endgroup$
add a comment |
$begingroup$
I am trying to understand a problem from my book regarding field extensions and fields generated from sets.
I have shown the set $B_0 = lbrace (0,0),(1,0) rbrace$ to generate a field $Q$ which consists of all elements of the form $(a,0)$, where $a in mathbb{Q}$. This field is then isomorphic to $mathbb{Q}$ with the map
$sigma : Q to mathbb{Q} quad $ , $quad sigma [(a,0)] = a.$
Suppose now we add an element $(1,sqrt{3}) $ to $B_0$ such that we get $B_1 = lbrace (0,0),(1,0),(1,sqrt{3}) rbrace $. What field would $B_1$ generate? My book claims that this field is $mathbb{Q}(sqrt{3})$, but i have trouble seeing this. In similar way to how we found $sigma$ for $B_0$, what would an isomorphism look like for the field generated by $B_1$?
Thank you very much!
abstract-algebra galois-theory extension-field
$endgroup$
I am trying to understand a problem from my book regarding field extensions and fields generated from sets.
I have shown the set $B_0 = lbrace (0,0),(1,0) rbrace$ to generate a field $Q$ which consists of all elements of the form $(a,0)$, where $a in mathbb{Q}$. This field is then isomorphic to $mathbb{Q}$ with the map
$sigma : Q to mathbb{Q} quad $ , $quad sigma [(a,0)] = a.$
Suppose now we add an element $(1,sqrt{3}) $ to $B_0$ such that we get $B_1 = lbrace (0,0),(1,0),(1,sqrt{3}) rbrace $. What field would $B_1$ generate? My book claims that this field is $mathbb{Q}(sqrt{3})$, but i have trouble seeing this. In similar way to how we found $sigma$ for $B_0$, what would an isomorphism look like for the field generated by $B_1$?
Thank you very much!
abstract-algebra galois-theory extension-field
abstract-algebra galois-theory extension-field
asked Nov 30 '18 at 23:10
kasp9201kasp9201
526
526
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If we call the field generated by $B_1$ something, say $F$, then the map begin{align*}F &to mathbb{Q}(sqrt{3})\(x,ysqrt{3})&mapsto x+ysqrt{3} end{align*}
is an isomorphism.
To prove that:
Firstly, it is well-defined, as $x$ and $y$ are rational for all elements of $F$, so $x+ysqrt{3}$ is, indeed, in $mathbb{Q}(sqrt{3})$.
Secondly, it's clearly a field homomorphism (check everything if you're so inclined).
Thirdly, it's injective, since if $x + y sqrt{3} = 0$ with $x$ and $y$ rational, then $x = y = 0$.
Finally, it's surjective, since we can get all $x + ysqrt{3}$ in this way, as the image of $(x,ysqrt{3}) = y(1,sqrt{3})+(x-y)(1,0)$.
$endgroup$
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
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%2f3020778%2fa-particular-field-generated-from-a-set%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If we call the field generated by $B_1$ something, say $F$, then the map begin{align*}F &to mathbb{Q}(sqrt{3})\(x,ysqrt{3})&mapsto x+ysqrt{3} end{align*}
is an isomorphism.
To prove that:
Firstly, it is well-defined, as $x$ and $y$ are rational for all elements of $F$, so $x+ysqrt{3}$ is, indeed, in $mathbb{Q}(sqrt{3})$.
Secondly, it's clearly a field homomorphism (check everything if you're so inclined).
Thirdly, it's injective, since if $x + y sqrt{3} = 0$ with $x$ and $y$ rational, then $x = y = 0$.
Finally, it's surjective, since we can get all $x + ysqrt{3}$ in this way, as the image of $(x,ysqrt{3}) = y(1,sqrt{3})+(x-y)(1,0)$.
$endgroup$
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
add a comment |
$begingroup$
If we call the field generated by $B_1$ something, say $F$, then the map begin{align*}F &to mathbb{Q}(sqrt{3})\(x,ysqrt{3})&mapsto x+ysqrt{3} end{align*}
is an isomorphism.
To prove that:
Firstly, it is well-defined, as $x$ and $y$ are rational for all elements of $F$, so $x+ysqrt{3}$ is, indeed, in $mathbb{Q}(sqrt{3})$.
Secondly, it's clearly a field homomorphism (check everything if you're so inclined).
Thirdly, it's injective, since if $x + y sqrt{3} = 0$ with $x$ and $y$ rational, then $x = y = 0$.
Finally, it's surjective, since we can get all $x + ysqrt{3}$ in this way, as the image of $(x,ysqrt{3}) = y(1,sqrt{3})+(x-y)(1,0)$.
$endgroup$
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
add a comment |
$begingroup$
If we call the field generated by $B_1$ something, say $F$, then the map begin{align*}F &to mathbb{Q}(sqrt{3})\(x,ysqrt{3})&mapsto x+ysqrt{3} end{align*}
is an isomorphism.
To prove that:
Firstly, it is well-defined, as $x$ and $y$ are rational for all elements of $F$, so $x+ysqrt{3}$ is, indeed, in $mathbb{Q}(sqrt{3})$.
Secondly, it's clearly a field homomorphism (check everything if you're so inclined).
Thirdly, it's injective, since if $x + y sqrt{3} = 0$ with $x$ and $y$ rational, then $x = y = 0$.
Finally, it's surjective, since we can get all $x + ysqrt{3}$ in this way, as the image of $(x,ysqrt{3}) = y(1,sqrt{3})+(x-y)(1,0)$.
$endgroup$
If we call the field generated by $B_1$ something, say $F$, then the map begin{align*}F &to mathbb{Q}(sqrt{3})\(x,ysqrt{3})&mapsto x+ysqrt{3} end{align*}
is an isomorphism.
To prove that:
Firstly, it is well-defined, as $x$ and $y$ are rational for all elements of $F$, so $x+ysqrt{3}$ is, indeed, in $mathbb{Q}(sqrt{3})$.
Secondly, it's clearly a field homomorphism (check everything if you're so inclined).
Thirdly, it's injective, since if $x + y sqrt{3} = 0$ with $x$ and $y$ rational, then $x = y = 0$.
Finally, it's surjective, since we can get all $x + ysqrt{3}$ in this way, as the image of $(x,ysqrt{3}) = y(1,sqrt{3})+(x-y)(1,0)$.
answered Nov 30 '18 at 23:16
user3482749user3482749
4,266919
4,266919
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
add a comment |
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Perfect, thank you very much!
$endgroup$
– kasp9201
Nov 30 '18 at 23:28
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
$begingroup$
Sorry to bother you again @user3482749, but I have been thinking about your answer and something still does not make sense to me. Is (x,ysqrt{3}) really the form every number in F has? Is it not true that we also have elements (a,b) in F, where b is an integer? If so, I do not see how we can write this as (x,ysqrt{3}). Thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 5:41
1
1
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
This is where we need slightly more detail: what, exactly, are your field operations? My answer is correct for the ones that I was thinking of, but it occurs to me that these aren't the only option, or even necessarily the most obvious ones.
$endgroup$
– user3482749
Dec 1 '18 at 10:47
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
$begingroup$
Aha, that was exactly what I needed to hear. I proved the isomorphism you provided me with, and it makes sense to me now. Again, thank you very much!
$endgroup$
– kasp9201
Dec 1 '18 at 16:51
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%2f3020778%2fa-particular-field-generated-from-a-set%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