Algebra Qual 2023-09
Problem 1
Let
- Prove rigorously, possibly with induction, that is
, then . - Suppose
has order 5, and . Find the order of . Justify your answer.
View code
Let $G$ be a group, and let $\operatorname{Aut}(G)$ denote the group of automorphisms of $G$. There is a homomorphism $\gamma:G\to \operatorname{Aut}(G)$ that takes $s\in G$ to the automorphism $\gamma_s$ defined by $\gamma_s(t)=sts^{-1}$.
\begin{enumerate}[label=\alph*)]
\item Prove rigorously, possibly with induction, that is $\gamma_s(t)=t^b$, then $\gamma_{s^n}(t)=t^{b^n}$.
\item Suppose $s\in G$ has order 5, and $sts^{-1}=t^2$. Find the order of $t$. Justify your answer.
\end{enumerate}
Problem 2
Suppose
View code
Suppose $G$ is a nonempty finite set that has an associative pairing $G\times G\to G$, written $(x,y)\mapsto x\cdot y$. Suppose this pairing satisfies left and right cancellation: $x\cdot y = x\cdot y'$ implies $y=y'$, and $x\cdot y = x'\cdot y$ implies $x=x'$. Prove there exists an element $e$ of $G$ such that for all $x\in G$, $e\cdot x = x\cdot e = x$. Justify your reasoning as carefully as possible.
Problem 3
Let
- Let
be ideals, and put . Use the First Isomorphism Theorem to prove that . - Prove the prime ideals of
have the form where is a prime ideal for . (Omit the proof that this is an ideal.)
View code
Let $R_1,\ldots, R_k$ be commutative rings, and set $R=R_1\times \cdots \times R_k$.
\begin{enumerate}[label=\alph*)]
\item Let $I_j\subset R_j$ be ideals, and put $I=I_1\times \cdots \times I_k$. Use the First Isomorphism Theorem to prove that $R/I\simeq R_1/I_1\times \cdots \times R_k/I_k$.
\item Prove the prime ideals of $R$ have the form $R_1\times \cdots \times R_{j-1}\times P_j\times R_{j+1}\times \cdots \times R_k$ where $P_j\subset R_j$ is a prime ideal for $1\leq j\leq k$. (Omit the proof that this is an ideal.)
\end{enumerate}
Problem 4
Let
- Define a ring homomorphism from
. You must prove it is a ring homomorphism. - Find, with proof, a generator for the kernel of your ring homomorphism.
View code
Let $i$ be the imaginary number, let ${\bf Z}[i]=\{a+bi\,\mid \, a,b\in {\bf Z}\}$, a principal ideal domain, and let ${\bf Z}_2$ be the finite ring of integers modulo 2.
\begin{enumerate}[label=\alph*)]
\item Define a ring homomorphism from ${\bf Z}[i]\to {\bf Z}_2$. You must prove it is a ring homomorphism.
\item Find, with proof, a generator for the kernel of your ring homomorphism.
\end{enumerate}
Problem 5
Suppose
View code
Suppose $T:{\bf R}^n\to {\bf R}^n$ is a linear transformation with distinct eigenvalues $\lambda_1, \lambda_2,\ldots, \lambda_m$, and let ${\bf v}_1,{\bf v}_2,\ldots, {\bf v}_m$ be corresponding eigenvectors. Prove ${\bf v}_1,{\bf v}_2,\ldots, {\bf v}_m$ are linearly independent.