The smallest subfield of an ordered field is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$












0












$begingroup$


This is an exercise from Chapter 9. The Sets of Real Numbers from textbook Introduction to Set Theory by Hrbacek and Jech. The textbook does not provide solution and I would like to verify my attempt.



Does my attempt look fine or contain logical flaws/gaps? Any suggestion is greatly appreciated. Thank you for your help!





We first introduce some definitions.




  • A structure $mathfrak{A}=langle A,<,+,cdot,0,1 rangle$ where $<$ is a linear ordering, $+$ and $cdot$ are binary operations, and $0,1$ are constants such that all properties 1-12 are satisfied is called an ordered field.



  • For all $a,b,cin A$:




    1. $a+b=b+a$.


    2. $(a+b)+c=a+(b+c)$.


    3. $a+0=a$.


    4. $exists a'in A:a+a'=0$. We denote $a'=-a$, the opposite of $a$.


    5. $a<bimplies a+c<b+c$.


    6. $acdot (b+c)=acdot b + acdot c$.


    7. $acdot b = bcdot a$.


    8. $(acdot b)cdot c = acdot (bcdot c)$


    9. $acdot 1=a$


    10. $aneq 0 implies exists a'in A:acdot a'=1$. We denote $a'=a^{-1}$, the reciprocal of $a$.


    11. $a<b$ and $0<c$ $implies acdot c < bcdot c$.


    12. $0neq 1$





  • We then define subtraction $(-)$ and division $(div)$ as follows:




    1. $forall a,bin A: a-b=a+(-b)$.


    2. $forall (a,bin A, bneq 0): adiv b=acdot b^{-1}$.







My attempt:



For convenience, we write $ab$ instead of $acdot b$, and $a/b$ instead of $adiv b$.



Let $mathfrak{A}=langle A,<,+,cdot,0',1' rangle$ be an ordered field. $langle C,<,+,cdot,0',1' rangle$ is called a subfield of $mathfrak{A}$ if $Csubseteq A$ and $langle C,<,+,cdot,0',1' rangle$ is an ordered field. It follows that - if $langle C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$, then $0',1'in C$ and thus $Cneqemptyset$.



Let $mathfrak{F}={C mid langle C,<,+,cdot,0',1' rangle text{ is a subfield of }mathfrak{A}}$. Then $A in mathfrak{F}$ and thus $mathfrak{F} neq emptyset$. Moreover, $0',1'in C$ for any $Cin mathfrak{F}$. Let $overline C =bigcap mathfrak{F}$. Then $0',1'in overline C$ and thus $overline C neq emptyset$. It is tedious to verify that $langle overline C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$.



We next prove that $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.



Define $f:Bbb N to overline C$ recursively by $f(0)=0'$ and $f(n+1)=f(n)+1'$ for all $ninBbb N$.




  • $f$ is an order embedding. Since $<$ is a linear ordering, it suffices to prove that $m<nimplies f(m)<f(n)$. The inequality is trivially true for $n=0$. Assume it is true for $n$ and $m<n+1$. We have $m<n+1 implies$ $m<n$ or $m=n$. If $m=n$, then $f(m)=f(n)<f(n)+1'=f(n+1)$. If $m<n$, then by inductive hypothesis $f(m)<f(n)<f(n)+1'<f(n+1)$.


  • $f(m+n)=f(m)+f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m+(n+1))=f((m+1)+n)=f(m+1)+f(n)=(f(m)+1')+f(n)=f(m)+(f(n)+1')=f(m)+f(n+1).$


  • $f(mn)=f(m)f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m(n+1))=f(mn+m)=f(mn)+f(m)=f(m)f(n)+f(m)=f(m)f(n)+f(m)1'=f(m)(f(n)+1')=f(m)f(n+1).$



Define $g:Bbb Z to overline C$ by $g(n)=f(n)$ for all $ninBbb N$ and $g(n)=-f(-n)$ for all $ninBbb Z setminus Bbb N$. Similarly, we can prove that $g$ is an order embedding, $g(m+n)=g(m)+g(n)$, and $g(mn)=g(m)g(n)$ for all $m,ninBbb Z$.



Define $h:Bbb Q to overline C$ by $h(p)=g(m)/g(n)$ if $p=m/n$ for some $m,ninBbb Z$. Similarly, we can prove that $h$ is an order embedding, $h(p+q)=h(p)+h(q)$, and $h(pq)=h(p)h(q)$ for all $p,qinBbb Q$. It follows that $h restriction Bbb Q$ is an isomorphism between $Bbb Q$ and $h[Bbb Q]$. Then $langle h[Bbb Q],<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$ and thus $overline C subseteq h[Bbb Q]$. Moreover, $h[Bbb Q] subseteq overline C$. Hence $h[Bbb Q]=overline C$ and thus $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
    $endgroup$
    – DanielWainfleet
    Jan 9 at 5:53


















0












$begingroup$


This is an exercise from Chapter 9. The Sets of Real Numbers from textbook Introduction to Set Theory by Hrbacek and Jech. The textbook does not provide solution and I would like to verify my attempt.



Does my attempt look fine or contain logical flaws/gaps? Any suggestion is greatly appreciated. Thank you for your help!





We first introduce some definitions.




  • A structure $mathfrak{A}=langle A,<,+,cdot,0,1 rangle$ where $<$ is a linear ordering, $+$ and $cdot$ are binary operations, and $0,1$ are constants such that all properties 1-12 are satisfied is called an ordered field.



  • For all $a,b,cin A$:




    1. $a+b=b+a$.


    2. $(a+b)+c=a+(b+c)$.


    3. $a+0=a$.


    4. $exists a'in A:a+a'=0$. We denote $a'=-a$, the opposite of $a$.


    5. $a<bimplies a+c<b+c$.


    6. $acdot (b+c)=acdot b + acdot c$.


    7. $acdot b = bcdot a$.


    8. $(acdot b)cdot c = acdot (bcdot c)$


    9. $acdot 1=a$


    10. $aneq 0 implies exists a'in A:acdot a'=1$. We denote $a'=a^{-1}$, the reciprocal of $a$.


    11. $a<b$ and $0<c$ $implies acdot c < bcdot c$.


    12. $0neq 1$





  • We then define subtraction $(-)$ and division $(div)$ as follows:




    1. $forall a,bin A: a-b=a+(-b)$.


    2. $forall (a,bin A, bneq 0): adiv b=acdot b^{-1}$.







My attempt:



For convenience, we write $ab$ instead of $acdot b$, and $a/b$ instead of $adiv b$.



Let $mathfrak{A}=langle A,<,+,cdot,0',1' rangle$ be an ordered field. $langle C,<,+,cdot,0',1' rangle$ is called a subfield of $mathfrak{A}$ if $Csubseteq A$ and $langle C,<,+,cdot,0',1' rangle$ is an ordered field. It follows that - if $langle C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$, then $0',1'in C$ and thus $Cneqemptyset$.



Let $mathfrak{F}={C mid langle C,<,+,cdot,0',1' rangle text{ is a subfield of }mathfrak{A}}$. Then $A in mathfrak{F}$ and thus $mathfrak{F} neq emptyset$. Moreover, $0',1'in C$ for any $Cin mathfrak{F}$. Let $overline C =bigcap mathfrak{F}$. Then $0',1'in overline C$ and thus $overline C neq emptyset$. It is tedious to verify that $langle overline C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$.



We next prove that $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.



Define $f:Bbb N to overline C$ recursively by $f(0)=0'$ and $f(n+1)=f(n)+1'$ for all $ninBbb N$.




  • $f$ is an order embedding. Since $<$ is a linear ordering, it suffices to prove that $m<nimplies f(m)<f(n)$. The inequality is trivially true for $n=0$. Assume it is true for $n$ and $m<n+1$. We have $m<n+1 implies$ $m<n$ or $m=n$. If $m=n$, then $f(m)=f(n)<f(n)+1'=f(n+1)$. If $m<n$, then by inductive hypothesis $f(m)<f(n)<f(n)+1'<f(n+1)$.


  • $f(m+n)=f(m)+f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m+(n+1))=f((m+1)+n)=f(m+1)+f(n)=(f(m)+1')+f(n)=f(m)+(f(n)+1')=f(m)+f(n+1).$


  • $f(mn)=f(m)f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m(n+1))=f(mn+m)=f(mn)+f(m)=f(m)f(n)+f(m)=f(m)f(n)+f(m)1'=f(m)(f(n)+1')=f(m)f(n+1).$



Define $g:Bbb Z to overline C$ by $g(n)=f(n)$ for all $ninBbb N$ and $g(n)=-f(-n)$ for all $ninBbb Z setminus Bbb N$. Similarly, we can prove that $g$ is an order embedding, $g(m+n)=g(m)+g(n)$, and $g(mn)=g(m)g(n)$ for all $m,ninBbb Z$.



Define $h:Bbb Q to overline C$ by $h(p)=g(m)/g(n)$ if $p=m/n$ for some $m,ninBbb Z$. Similarly, we can prove that $h$ is an order embedding, $h(p+q)=h(p)+h(q)$, and $h(pq)=h(p)h(q)$ for all $p,qinBbb Q$. It follows that $h restriction Bbb Q$ is an isomorphism between $Bbb Q$ and $h[Bbb Q]$. Then $langle h[Bbb Q],<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$ and thus $overline C subseteq h[Bbb Q]$. Moreover, $h[Bbb Q] subseteq overline C$. Hence $h[Bbb Q]=overline C$ and thus $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
    $endgroup$
    – DanielWainfleet
    Jan 9 at 5:53
















0












0








0





$begingroup$


This is an exercise from Chapter 9. The Sets of Real Numbers from textbook Introduction to Set Theory by Hrbacek and Jech. The textbook does not provide solution and I would like to verify my attempt.



Does my attempt look fine or contain logical flaws/gaps? Any suggestion is greatly appreciated. Thank you for your help!





We first introduce some definitions.




  • A structure $mathfrak{A}=langle A,<,+,cdot,0,1 rangle$ where $<$ is a linear ordering, $+$ and $cdot$ are binary operations, and $0,1$ are constants such that all properties 1-12 are satisfied is called an ordered field.



  • For all $a,b,cin A$:




    1. $a+b=b+a$.


    2. $(a+b)+c=a+(b+c)$.


    3. $a+0=a$.


    4. $exists a'in A:a+a'=0$. We denote $a'=-a$, the opposite of $a$.


    5. $a<bimplies a+c<b+c$.


    6. $acdot (b+c)=acdot b + acdot c$.


    7. $acdot b = bcdot a$.


    8. $(acdot b)cdot c = acdot (bcdot c)$


    9. $acdot 1=a$


    10. $aneq 0 implies exists a'in A:acdot a'=1$. We denote $a'=a^{-1}$, the reciprocal of $a$.


    11. $a<b$ and $0<c$ $implies acdot c < bcdot c$.


    12. $0neq 1$





  • We then define subtraction $(-)$ and division $(div)$ as follows:




    1. $forall a,bin A: a-b=a+(-b)$.


    2. $forall (a,bin A, bneq 0): adiv b=acdot b^{-1}$.







My attempt:



For convenience, we write $ab$ instead of $acdot b$, and $a/b$ instead of $adiv b$.



Let $mathfrak{A}=langle A,<,+,cdot,0',1' rangle$ be an ordered field. $langle C,<,+,cdot,0',1' rangle$ is called a subfield of $mathfrak{A}$ if $Csubseteq A$ and $langle C,<,+,cdot,0',1' rangle$ is an ordered field. It follows that - if $langle C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$, then $0',1'in C$ and thus $Cneqemptyset$.



Let $mathfrak{F}={C mid langle C,<,+,cdot,0',1' rangle text{ is a subfield of }mathfrak{A}}$. Then $A in mathfrak{F}$ and thus $mathfrak{F} neq emptyset$. Moreover, $0',1'in C$ for any $Cin mathfrak{F}$. Let $overline C =bigcap mathfrak{F}$. Then $0',1'in overline C$ and thus $overline C neq emptyset$. It is tedious to verify that $langle overline C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$.



We next prove that $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.



Define $f:Bbb N to overline C$ recursively by $f(0)=0'$ and $f(n+1)=f(n)+1'$ for all $ninBbb N$.




  • $f$ is an order embedding. Since $<$ is a linear ordering, it suffices to prove that $m<nimplies f(m)<f(n)$. The inequality is trivially true for $n=0$. Assume it is true for $n$ and $m<n+1$. We have $m<n+1 implies$ $m<n$ or $m=n$. If $m=n$, then $f(m)=f(n)<f(n)+1'=f(n+1)$. If $m<n$, then by inductive hypothesis $f(m)<f(n)<f(n)+1'<f(n+1)$.


  • $f(m+n)=f(m)+f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m+(n+1))=f((m+1)+n)=f(m+1)+f(n)=(f(m)+1')+f(n)=f(m)+(f(n)+1')=f(m)+f(n+1).$


  • $f(mn)=f(m)f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m(n+1))=f(mn+m)=f(mn)+f(m)=f(m)f(n)+f(m)=f(m)f(n)+f(m)1'=f(m)(f(n)+1')=f(m)f(n+1).$



Define $g:Bbb Z to overline C$ by $g(n)=f(n)$ for all $ninBbb N$ and $g(n)=-f(-n)$ for all $ninBbb Z setminus Bbb N$. Similarly, we can prove that $g$ is an order embedding, $g(m+n)=g(m)+g(n)$, and $g(mn)=g(m)g(n)$ for all $m,ninBbb Z$.



Define $h:Bbb Q to overline C$ by $h(p)=g(m)/g(n)$ if $p=m/n$ for some $m,ninBbb Z$. Similarly, we can prove that $h$ is an order embedding, $h(p+q)=h(p)+h(q)$, and $h(pq)=h(p)h(q)$ for all $p,qinBbb Q$. It follows that $h restriction Bbb Q$ is an isomorphism between $Bbb Q$ and $h[Bbb Q]$. Then $langle h[Bbb Q],<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$ and thus $overline C subseteq h[Bbb Q]$. Moreover, $h[Bbb Q] subseteq overline C$. Hence $h[Bbb Q]=overline C$ and thus $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.










share|cite|improve this question











$endgroup$




This is an exercise from Chapter 9. The Sets of Real Numbers from textbook Introduction to Set Theory by Hrbacek and Jech. The textbook does not provide solution and I would like to verify my attempt.



Does my attempt look fine or contain logical flaws/gaps? Any suggestion is greatly appreciated. Thank you for your help!





We first introduce some definitions.




  • A structure $mathfrak{A}=langle A,<,+,cdot,0,1 rangle$ where $<$ is a linear ordering, $+$ and $cdot$ are binary operations, and $0,1$ are constants such that all properties 1-12 are satisfied is called an ordered field.



  • For all $a,b,cin A$:




    1. $a+b=b+a$.


    2. $(a+b)+c=a+(b+c)$.


    3. $a+0=a$.


    4. $exists a'in A:a+a'=0$. We denote $a'=-a$, the opposite of $a$.


    5. $a<bimplies a+c<b+c$.


    6. $acdot (b+c)=acdot b + acdot c$.


    7. $acdot b = bcdot a$.


    8. $(acdot b)cdot c = acdot (bcdot c)$


    9. $acdot 1=a$


    10. $aneq 0 implies exists a'in A:acdot a'=1$. We denote $a'=a^{-1}$, the reciprocal of $a$.


    11. $a<b$ and $0<c$ $implies acdot c < bcdot c$.


    12. $0neq 1$





  • We then define subtraction $(-)$ and division $(div)$ as follows:




    1. $forall a,bin A: a-b=a+(-b)$.


    2. $forall (a,bin A, bneq 0): adiv b=acdot b^{-1}$.







My attempt:



For convenience, we write $ab$ instead of $acdot b$, and $a/b$ instead of $adiv b$.



Let $mathfrak{A}=langle A,<,+,cdot,0',1' rangle$ be an ordered field. $langle C,<,+,cdot,0',1' rangle$ is called a subfield of $mathfrak{A}$ if $Csubseteq A$ and $langle C,<,+,cdot,0',1' rangle$ is an ordered field. It follows that - if $langle C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$, then $0',1'in C$ and thus $Cneqemptyset$.



Let $mathfrak{F}={C mid langle C,<,+,cdot,0',1' rangle text{ is a subfield of }mathfrak{A}}$. Then $A in mathfrak{F}$ and thus $mathfrak{F} neq emptyset$. Moreover, $0',1'in C$ for any $Cin mathfrak{F}$. Let $overline C =bigcap mathfrak{F}$. Then $0',1'in overline C$ and thus $overline C neq emptyset$. It is tedious to verify that $langle overline C,<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$.



We next prove that $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.



Define $f:Bbb N to overline C$ recursively by $f(0)=0'$ and $f(n+1)=f(n)+1'$ for all $ninBbb N$.




  • $f$ is an order embedding. Since $<$ is a linear ordering, it suffices to prove that $m<nimplies f(m)<f(n)$. The inequality is trivially true for $n=0$. Assume it is true for $n$ and $m<n+1$. We have $m<n+1 implies$ $m<n$ or $m=n$. If $m=n$, then $f(m)=f(n)<f(n)+1'=f(n+1)$. If $m<n$, then by inductive hypothesis $f(m)<f(n)<f(n)+1'<f(n+1)$.


  • $f(m+n)=f(m)+f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m+(n+1))=f((m+1)+n)=f(m+1)+f(n)=(f(m)+1')+f(n)=f(m)+(f(n)+1')=f(m)+f(n+1).$


  • $f(mn)=f(m)f(n)$. The identity is trivially true for $n=0$. Assume it is true for $n$. $f(m(n+1))=f(mn+m)=f(mn)+f(m)=f(m)f(n)+f(m)=f(m)f(n)+f(m)1'=f(m)(f(n)+1')=f(m)f(n+1).$



Define $g:Bbb Z to overline C$ by $g(n)=f(n)$ for all $ninBbb N$ and $g(n)=-f(-n)$ for all $ninBbb Z setminus Bbb N$. Similarly, we can prove that $g$ is an order embedding, $g(m+n)=g(m)+g(n)$, and $g(mn)=g(m)g(n)$ for all $m,ninBbb Z$.



Define $h:Bbb Q to overline C$ by $h(p)=g(m)/g(n)$ if $p=m/n$ for some $m,ninBbb Z$. Similarly, we can prove that $h$ is an order embedding, $h(p+q)=h(p)+h(q)$, and $h(pq)=h(p)h(q)$ for all $p,qinBbb Q$. It follows that $h restriction Bbb Q$ is an isomorphism between $Bbb Q$ and $h[Bbb Q]$. Then $langle h[Bbb Q],<,+,cdot,0',1' rangle$ is a subfield of $mathfrak{A}$ and thus $overline C subseteq h[Bbb Q]$. Moreover, $h[Bbb Q] subseteq overline C$. Hence $h[Bbb Q]=overline C$ and thus $langle overline C,<,+,cdot,0',1' rangle$ is isomorphic to $langle Bbb Q,<,+,cdot,0,1 rangle$.







real-numbers ordered-fields






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 8 at 14:40







Le Anh Dung

















asked Jan 8 at 14:23









Le Anh DungLe Anh Dung

1,0751521




1,0751521








  • 2




    $begingroup$
    I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
    $endgroup$
    – DanielWainfleet
    Jan 9 at 5:53
















  • 2




    $begingroup$
    I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
    $endgroup$
    – DanielWainfleet
    Jan 9 at 5:53










2




2




$begingroup$
I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
$endgroup$
– DanielWainfleet
Jan 9 at 5:53






$begingroup$
I would not call it tedious to confirm that $<bar C,...>$ is a field, but it's not very exciting. The common intersection of a non-empty family of sub-fields of a field $ F $ is a sub-field of $F.$ And if $F$ is an ordered field ordered by $<,$ and $G$ is a subfield of $F$ then $G$ is also an ordered field ordered by $<$..... BTW. Some ordered fields can have more then one order. E.g. let $F={a+bsqrt 2,:a,bin Bbb Q}.$ Consider the order $<^* $ where $ 0<^*1$ and $sqrt 2,<^*0$.
$endgroup$
– DanielWainfleet
Jan 9 at 5:53












1 Answer
1






active

oldest

votes


















1












$begingroup$

I think this is essentially correct, but you are working too hard.



Every field contains a prime subfield: its smallest subfield. That's the intersection of all the subfields. They all contain the multiplicative identity - the prime subfield is essentially the one generated by the multiplicative identity.



The prime subfield is either (isomorphic to) the rational numbers (characteristic $0$) or to the field $mathbb{Z}_p$ of integers modulo $p$ (characteristic $p$).



For an ordered field the characteristic must be $0$ so the prime subfield is (isomorphic to) the rational numbers.



Perhaps the existence of the prime subfield was what you were supposed to prove. That's essentially what you did. Even so, you wrote too much. You need not have copied the definitions of a field and then an ordered field: they are standard.



You can search for prime subfield to see standard arguments.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you so much @Ethan! I got your points.
    $endgroup$
    – Le Anh Dung
    Jan 8 at 14:44











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3066226%2fthe-smallest-subfield-of-an-ordered-field-is-isomorphic-to-langle-bbb-q%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









1












$begingroup$

I think this is essentially correct, but you are working too hard.



Every field contains a prime subfield: its smallest subfield. That's the intersection of all the subfields. They all contain the multiplicative identity - the prime subfield is essentially the one generated by the multiplicative identity.



The prime subfield is either (isomorphic to) the rational numbers (characteristic $0$) or to the field $mathbb{Z}_p$ of integers modulo $p$ (characteristic $p$).



For an ordered field the characteristic must be $0$ so the prime subfield is (isomorphic to) the rational numbers.



Perhaps the existence of the prime subfield was what you were supposed to prove. That's essentially what you did. Even so, you wrote too much. You need not have copied the definitions of a field and then an ordered field: they are standard.



You can search for prime subfield to see standard arguments.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you so much @Ethan! I got your points.
    $endgroup$
    – Le Anh Dung
    Jan 8 at 14:44
















1












$begingroup$

I think this is essentially correct, but you are working too hard.



Every field contains a prime subfield: its smallest subfield. That's the intersection of all the subfields. They all contain the multiplicative identity - the prime subfield is essentially the one generated by the multiplicative identity.



The prime subfield is either (isomorphic to) the rational numbers (characteristic $0$) or to the field $mathbb{Z}_p$ of integers modulo $p$ (characteristic $p$).



For an ordered field the characteristic must be $0$ so the prime subfield is (isomorphic to) the rational numbers.



Perhaps the existence of the prime subfield was what you were supposed to prove. That's essentially what you did. Even so, you wrote too much. You need not have copied the definitions of a field and then an ordered field: they are standard.



You can search for prime subfield to see standard arguments.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Thank you so much @Ethan! I got your points.
    $endgroup$
    – Le Anh Dung
    Jan 8 at 14:44














1












1








1





$begingroup$

I think this is essentially correct, but you are working too hard.



Every field contains a prime subfield: its smallest subfield. That's the intersection of all the subfields. They all contain the multiplicative identity - the prime subfield is essentially the one generated by the multiplicative identity.



The prime subfield is either (isomorphic to) the rational numbers (characteristic $0$) or to the field $mathbb{Z}_p$ of integers modulo $p$ (characteristic $p$).



For an ordered field the characteristic must be $0$ so the prime subfield is (isomorphic to) the rational numbers.



Perhaps the existence of the prime subfield was what you were supposed to prove. That's essentially what you did. Even so, you wrote too much. You need not have copied the definitions of a field and then an ordered field: they are standard.



You can search for prime subfield to see standard arguments.






share|cite|improve this answer









$endgroup$



I think this is essentially correct, but you are working too hard.



Every field contains a prime subfield: its smallest subfield. That's the intersection of all the subfields. They all contain the multiplicative identity - the prime subfield is essentially the one generated by the multiplicative identity.



The prime subfield is either (isomorphic to) the rational numbers (characteristic $0$) or to the field $mathbb{Z}_p$ of integers modulo $p$ (characteristic $p$).



For an ordered field the characteristic must be $0$ so the prime subfield is (isomorphic to) the rational numbers.



Perhaps the existence of the prime subfield was what you were supposed to prove. That's essentially what you did. Even so, you wrote too much. You need not have copied the definitions of a field and then an ordered field: they are standard.



You can search for prime subfield to see standard arguments.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Jan 8 at 14:42









Ethan BolkerEthan Bolker

42.1k548111




42.1k548111












  • $begingroup$
    Thank you so much @Ethan! I got your points.
    $endgroup$
    – Le Anh Dung
    Jan 8 at 14:44


















  • $begingroup$
    Thank you so much @Ethan! I got your points.
    $endgroup$
    – Le Anh Dung
    Jan 8 at 14:44
















$begingroup$
Thank you so much @Ethan! I got your points.
$endgroup$
– Le Anh Dung
Jan 8 at 14:44




$begingroup$
Thank you so much @Ethan! I got your points.
$endgroup$
– Le Anh Dung
Jan 8 at 14:44


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3066226%2fthe-smallest-subfield-of-an-ordered-field-is-isomorphic-to-langle-bbb-q%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Mario Kart Wii

What does “Dominus providebit” mean?

Antonio Litta Visconti Arese