Questions tagged [abstract-algebra]

For questions about monoids, groups, rings, modules, fields, vector spaces, algebras over fields, various types of lattices, and other such algebraic objects. Associate with related tags like [group-theory], [ring-theory], [modules], etc. as necessary to clarify which topic of abstract algebra is most related to your question and help other users when searching.

Abstract algebra is the study of algebraic objects, i.e. sets endowed with one or more operations on the elements of those sets. In particular, the study of abstract algebra considers the algebraic structures and properties of which such operations induce. It can be considered as the generalization of the study of the algebraic structure of the integers and real numbers (arithmetic), or the study of matrices and vector spaces (linear algebra).

Some algebraic objects are monoids, groups, rings, fields, vector spaces, modules, algebras, and categories, among many other less prominent objects.

Examples

  1. The set of non-negative integers $\mathbb{N} = \{0,1,2,3,\dotsc\}$ is a monoid under the operation $+$.

  2. The integers $\mathbb{Z} = \{\dotsc,-1,0,1,\dotsc\}$ under the binary operation of $+$ form a group.

  3. Furthermore, $\mathbb{Z}$ has the structure of a ring when you consider it as being equipped with both addition and multiplication.

  4. The real numbers $\mathbb{R}$ with their usual addition and multiplication form a field.

  5. The set of $n\times n$ matrices with entries in $\mathbb{R}$ with matrix addition and multiplication form a ring.

  6. The set of $1\times n$ vectors over the real numbers, with vector addition, and multiplication by elements of the $n\times n$ real matrices on the right are an example of a module for the ring of matrices.

In addition to studying the objects themselves, abstract algebra considers homomorphisms between the objects and various constructions and tools, which are useful for studying the objects.

85022 questions
5
votes
1 answer

Biquadratic Extension

I need a hint to solve exercise 13.2.9 in Dummit and Foote. Suppose $F$ is a field of char not equal to 2. Suppose $a^2 -b$ is a square where $a,b \in F$ and $b$ is not a square. Show $\sqrt{a + \sqrt{b}} =\sqrt{m} +\sqrt{n}$ for some $m,n \in…
Mykie
  • 7,037
5
votes
3 answers

$C_p = \mathbb{Z}_p \times \mathbb{Z}_p$ is a field for some prime $p$.

Let $p$ a prime number. $\mathbb{Z}_p \times \mathbb{Z}_p$ with sum given by $(a,b)+(c,d) = (a+c,b+d)$ and multiplication given by $(a,b)*(c,d)=(ac-bd,ad+bc)$ is a field for some prime greater than two and $C_2$ is not a field. What I did: $C_2$ is…
user561334
5
votes
1 answer

Fundamental Theorem of Algebra for Two Variables

Is there an extension for the Fundamental Theorem of Algebra for Two or more variables, such in case of polynomials systems: $ \begin{cases} f(x, y) = 0 \\ g(x, y) = 0 \end{cases} $ For single-variable polynomials, the Theorem states that nth-degree…
EduardoGM
  • 311
5
votes
2 answers

the kernel of the evaluation map

Assume that $R$ is a commutative ring with a multiplicative identity element. Fix $a\in{R}$, and consider the evaluation map $e_{a} : R[x]\rightarrow{R}$ defined to be ${e_{a}}(f(x))=f(a)$. If $(x-a)$ is the principal ideal generated by $x-a$ in…
student
  • 1,324
5
votes
1 answer

Ring homomorphism from $Z_m$ to $Z_n$ where $a^2=a$ but $a\neq\phi(1)$.

Suppose $\phi$ is a ring homomorphism from $Z_m$ to $Z_n$. Prove if $\phi(1)=a$ then $a^2=a$. Give an example to show the converse is false. The first part I found easy enough. $$a^2=\phi(1)^2=\phi(1^2)=a$$ Now I have trouble to negate the…
user519413
5
votes
1 answer

Is this extension of $\mathbb{Q}$ normal?

Let $a = \sqrt{\sqrt2 + \sqrt3}$ Is $\mathbb{Q}(a)$ a normal extension of $\mathbb{Q}$? I thought the answer was no because the minimum polynomial of $a$ is $x^8 -10x^4 + 1$ so $[\mathbb{Q}(a):\mathbb{Q}] = 8$ and I read a similar question here…
5
votes
1 answer

Why is the condition that $\alpha$ is a complex root relevant in this exercise in Artin's Algebra?

In the second edition of Artin's algebra book, page 472, the following exercise is given: Let $\alpha$ be a complex root of $x^3-3x+4$. Find the inverse of $\alpha^2+\alpha+1$ in the form $a\alpha^2+b\alpha+c$, with $a$, $b$, $c$ in $\mathbb{Q}$.…
5
votes
1 answer

Simple Irreducibility Question in $\mathbb{Z}[\sqrt{13}]$

I'm trying to show that $x^2+3x-1$ is irreducible in $\mathbb{Z}[\sqrt{13}]$. I have that the roots are $\frac{-3+\sqrt{13}}{2}$ and $\frac{-3-\sqrt{13}}{2}$, but I don't believe this is enough to show irreducibility. What else would I need?
Frank White
  • 1,097
5
votes
4 answers

The first Noether isomorphism theorem

I'm studying for my Intro to Algebra class. I've reached the point where I want to understand the first Noether isomorphism theorem. Here is the definition I was given in class: Let $f :R \rightarrow S$ be a surjective ring homomorphism. Then we…
Tyler Hilton
  • 2,737
5
votes
2 answers

Problem on a quotient group of a matrix

Let $G=\left\{\begin{bmatrix}a & b \\ c & d\end{bmatrix}:a,b,c,d\in\mathbb{Z}\right\}$ be the group under matrix addition and $H$ be the subgroup of $G$ consisting of matrices with even entries. Find the order of the quotient group $G/H$. How…
dekchi
  • 51
5
votes
2 answers

Hom functor and left exactness

How can I prove that if $$0\longrightarrow\mathrm{Hom}(M,A)\xrightarrow{\;\;i_*\;\;}\mathrm{Hom}(M,B)\xrightarrow{\;\;j_*\;\;}\mathrm{Hom}(M,C)$$ is left exact, then $$0\longrightarrow A\xrightarrow{\;\;i\;\;} B\xrightarrow{\;\;j\;\;} C$$ is left…
JmD
  • 79
5
votes
2 answers

Maximal ideals in a ring isomorphic to the product of two fields

I'm solving the following problem: Identify all maximal ideals in the ring $\mathbb R[x]/(x^2-3x+2)$. I want to solve it in two ways. First method. Consider the surjective quotient homomorphism $\mathbb R[x]\rightarrow \mathbb R[x]/(x^2-3x+2)$…
user557
  • 11,889
5
votes
3 answers

How to take the conjugate of a number with more than 2 square roots

I was doing some abstract algebra and I came across the problem of figuring out if $\mathbb{Q}(\sqrt{2},\sqrt{3})=\{a+b\sqrt{2}+c\sqrt{3}+d\sqrt{6} : a,b,c,d \in \mathbb{Q}\}$ is a ring and further if it is a field. Part of this is proving that…
TAPLON
  • 1,948
5
votes
1 answer

Baby algebra (Minimal polynomials, etc.)

I wonder if it's legal to post a question that you already know the answer to, just because people might find it interesting. In case not there are two questions at the bottom, one of which I don't know the answer to. Throughout all this $T$ will …
5
votes
1 answer

Can we find all primes $p$ that we can find a number $a \neq 1$ that has the same order in $\mathbb{Z}_p^{*}$ and $\mathbb{Z}_{p^2}^{*}$

Supposed that there is a prime $p$, we may define $\mathbb{Z}_p^{*}$ as the multiplication group of integer modulo $p$. Each element in $\mathbb{Z}_p^{*}$, $\{1, 2, \ldots, p-1\}$, has finite order. Meanwhile, if we consider $\mathbb{Z}_{p^2}^{*}$,…