Skip to content

Commit f2a11cf

Browse files
AKwasTakenCopilot
andcommitted
galois assignment
Co-authored-by: Copilot <copilot@github.com>
1 parent daa613a commit f2a11cf

5 files changed

Lines changed: 1826 additions & 49 deletions

File tree

content/SEM_6/Galois_Theory/Assignments/Assignment 01.md

Lines changed: 154 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,82 @@
22

33
Let $\phi : \mathbb{Q} \to \mathbb{Q}$ be an automorphism. Prove that $\phi = \mathrm{Id}$.
44

5+
### Solution
6+
7+
Any field automorphism fixes the prime subfield. Since the prime subfield of $\mathbb Q$ is $\mathbb Q$ itself, it is enough to show that $\phi$ fixes every rational number.
8+
9+
Because $\phi$ is a field homomorphism, it fixes $1$:
10+
$$
11+
\phi(1)=1.
12+
$$
13+
Hence it fixes every integer $n$ by additivity:
14+
$$
15+
\phi(n)=\phi(1+\cdots+1)=n.
16+
$$
17+
For a nonzero rational number $a/b$ with $a,b\in\mathbb Z$ and $b\ne 0$, we get
18+
$$
19+
\phi\left(\frac ab\right)=\phi(a)\phi(b)^{-1}=a\,b^{-1}=\frac ab.
20+
$$
21+
So $\phi$ fixes every element of $\mathbb Q$.
22+
23+
Therefore
24+
$$
25+
\boxed{\phi=\mathrm{Id}.}
26+
$$
27+
528
---
629

730
### Question 2
831

932
Let $p > 0$ be a prime integer and let $\psi : \mathbb{F}_5 \to \mathbb{F}_5$ be an automorphism. Prove that $\psi = \mathrm{Id}$.
1033

34+
### Solution
35+
36+
This is the same idea as in Question 1.
37+
38+
The field $\mathbb F_5$ has prime subfield $\mathbb F_5$ itself. Any field automorphism fixes the prime subfield, so $\psi$ must fix every element of $\mathbb F_5$.
39+
40+
Equivalently, every field automorphism of a finite prime field is the identity.
41+
42+
Hence
43+
$$
44+
\boxed{\psi=\mathrm{Id}.}
45+
$$
46+
1147
---
1248

1349
### Question 3
1450

1551
Let $L/K$ be a finite field extension and let $f(x) \in K[x]$ be an irreducible polynomial of degree $> 1$. If $\deg f(x)$ and $[L : K]$ are co-prime, then prove that $f$ does not have any root in $L$.
1652

53+
### Solution
54+
55+
Assume, for contradiction, that $f$ has a root $\alpha\in L$.
56+
57+
Since $f$ is irreducible over $K$ and $\alpha$ is a root, the minimal polynomial of $\alpha$ over $K$ is exactly $f$. Therefore
58+
$$
59+
[K(\alpha):K]=\deg f.
60+
$$
61+
62+
Now $K(\alpha)$ is an intermediate field:
63+
$$
64+
K\subseteq K(\alpha)\subseteq L.
65+
$$
66+
By the tower law,
67+
$$
68+
[L:K]=[L:K(\alpha)]\,[K(\alpha):K].
69+
$$
70+
So $[K(\alpha):K]$ divides $[L:K]$.
71+
72+
But $[K(\alpha):K]=\deg f$, and by hypothesis $\deg f$ and $[L:K]$ are coprime. The only positive integer dividing $[L:K]$ and equal to $\deg f>1$ is impossible.
73+
74+
This contradiction shows that $f$ cannot have a root in $L$.
75+
76+
Therefore
77+
$$
78+
\boxed{f\text{ has no root in }L.}
79+
$$
80+
1781
---
1882

1983
### Question 4
@@ -26,29 +90,111 @@ $$
2690
$$
2791
are isomorphic as $\mathbb{Q}$-vector spaces but not isomorphic as fields.
2892

93+
### Solution
94+
95+
Both fields are $2$-dimensional vector spaces over $\mathbb Q$:
96+
$$
97+
[\mathbb Q(\sqrt p):\mathbb Q]=2,
98+
\qquad
99+
[\mathbb Q(\sqrt q):\mathbb Q]=2.
100+
$$
101+
Therefore they are isomorphic as $\mathbb Q$-vector spaces, since any two $2$-dimensional vector spaces over the same field are isomorphic.
102+
103+
Now suppose there were a field isomorphism
104+
$$
105+
\varphi:\mathbb Q(\sqrt p)\to \mathbb Q(\sqrt q).
106+
$$
107+
Because $\varphi$ fixes $\mathbb Q$, it must send the element $\sqrt p$ to another root of the polynomial $x^2-p$ in $\mathbb Q(\sqrt q)$.
108+
109+
If $\mathbb Q(\sqrt p)\cong \mathbb Q(\sqrt q)$ as fields, then the two quadratic extensions would be the same up to $\mathbb Q$-isomorphism. That would force $\sqrt p$ to satisfy the same square class relation as $\sqrt q$ inside the other field, which in turn implies $p/q$ is a square in $\mathbb Q$.
110+
111+
But for distinct primes $p$ and $q$, this is impossible. So there is no field isomorphism.
112+
113+
Hence:
114+
$$
115+
\boxed{\mathbb Q(\sqrt p)\cong \mathbb Q(\sqrt q)\text{ as }\mathbb Q\text{-vector spaces, but not as fields.}}
116+
$$
117+
29118
---
30119

31-
### Question 5
120+
## Question 5
32121

33-
Let $K$ be a finite field with $p^n$ elements, where $p$ is a prime integer and $n \in \mathbb{N}$.
122+
Let $K$ be a finite field with $p^n$ elements, where $p$ is a prime integer and $n\in\mathbb N$.
34123

35124
Prove that
36125
$$
37-
\operatorname{char}(K) = p.
126+
\operatorname{char}(K)=p.
127+
$$
128+
129+
### Solution
130+
131+
The additive group of a finite field has order $p^n$. In particular, the characteristic of $K$ must be a prime divisor of $|K|$.
132+
133+
More concretely, the characteristic of any finite field is prime, say $\ell$, and the field contains the prime subfield $\mathbb F_\ell$. Since $K$ has exactly $p^n$ elements, the size of its prime subfield must divide $p^n$.
134+
135+
The only prime divisor of $p^n$ is $p$ itself. Therefore the characteristic must be $p$.
136+
137+
So
138+
$$
139+
\boxed{\operatorname{char}(K)=p.}
38140
$$
39141

40142
---
41143

42-
### Question 6
144+
## Question 6
43145

44-
Let $K$ be a field and let $K(x)$ be the field of fractions of the polynomial ring $K[x]$.
146+
Let $K$ be a field and let $K(x)$ be the field of fractions of the polynomial ring $K[x]$.
45147

46148
Prove that $K(x)/K$ is an infinite extension.
47149

150+
### Solution
151+
152+
We show that $K(x)$ has infinite degree over $K$.
153+
154+
The element $x$ is transcendental over $K$, so the powers
155+
$$
156+
1,x,x^2,x^3,\dots
157+
$$
158+
are linearly independent over $K$.
159+
160+
Indeed, if there were a nontrivial linear relation
161+
$$
162+
a_0+a_1x+\cdots+a_nx^n=0,
163+
$$
164+
with $a_i\in K$ not all zero, then $x$ would satisfy a nonzero polynomial over $K$, contradicting transcendence.
165+
166+
Thus $K(x)$ contains infinitely many $K$-linearly independent elements, so it cannot be a finite-dimensional vector space over $K$.
167+
168+
Therefore
169+
$$
170+
\boxed{[K(x):K]=\infty.}
171+
$$
172+
48173
---
49174

50-
### Question 7
175+
## Question 7
176+
177+
Let $K$ be a field and $f_1(x), \dots, f_n(x) \in K[x]$.
178+
179+
Prove that there exists a field extension $L/K$ such that each $f_i$ has a root in $L$.
51180

52-
Let $K$ be a field and $f_1(x), \dots, f_n(x) \in K[x]$.
181+
### Solution
53182

54-
Prove that there exists a field extension $L/K$ such that each $f_i$ has a root in $L$.
183+
For each polynomial $f_i(x)$, choose one of its roots in some algebraic closure $\overline K$ of $K$.
184+
185+
Let $\alpha_i$ be a root of $f_i(x)$ in $\overline K$, and define
186+
$$
187+
L=K(\alpha_1,\dots,\alpha_n).
188+
$$
189+
190+
Then $L$ is a field extension of $K$, and by construction each $\alpha_i$ lies in $L$ and satisfies
191+
$$
192+
f_i(\alpha_i)=0.
193+
$$
194+
195+
So each $f_i$ has a root in $L$.
196+
197+
Hence
198+
$$
199+
\boxed{\text{there exists a field extension }L/K\text{ in which each }f_i\text{ has a root}.}
200+
$$

0 commit comments

Comments
 (0)