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
8
votes
1 answer

Number of abelian groups of order 108

What is the number of abelian groups of order 108 upto isomorphism ? To answer this I wrote explicitly the possible abelian groups of order 108 as follows : $$\Bbb Z_{108}$$ $$\Bbb Z_{4}\times\Bbb Z_{3}\times\Bbb Z_{9}$$ $$\Bbb Z_{2}\times\Bbb…
user118494
  • 5,837
8
votes
3 answers

Small magmas with identity, inverses, and almost associativity

In constructing a good pedagogical non-example of a group, it would be pleasing to have an example that satisfies all of the properties of being a group except that there is precisely one counterexample to the associative property (especially since…
Barry Smith
  • 5,303
8
votes
2 answers

Why isn't $\mathbb Z [\sqrt{pq}]$ a factorial domain

This is exercise 8 on page 147 of Jacobson's Basic Algebra: Let $p$ be a prime of the form $4n+1$ and let $q$ be a prime such that $ \left( \frac{q}{p} \right) =-1$. Show that $\mathbb Z[\sqrt{pq}]$ is not factorial. Here, $ \left( \frac{q}{p}…
ShinyaSakai
  • 7,846
8
votes
5 answers

Given that $a+b\sqrt[3]{2} +c\sqrt[3]{4} =0$, where $a,b,c$ are integers. Show $a=b=c=0$

Given that $\displaystyle{a+b\sqrt[3]{2} +c\sqrt[3]{4} =0}$, where $a,b,c$ are integers. Show $a=b=c=0$ Do I use modular arithmetic?
Kirthi Raman
  • 7,564
  • 2
  • 36
  • 60
8
votes
2 answers

$\dfrac{\mathbb{Z}[x]}{(x^2 +5)}$ is isomorphic to $\mathbb{Z}[\sqrt{-5}]$

Let $H : \mathbb{Z}[x] \rightarrow \mathbb{Z}[\sqrt{-5}]$ be the evaluation homomorphism given by $H(f) = f(\sqrt{-5})$. We know that $H$ is surjective. I wanna to show that $\ker(H) = (x^2 +5)$. I know that is easy, but I don't find a way to show…
Gauss
  • 349
8
votes
2 answers

Prove in any integral domain, if $a^2=b^2$ then $a=\pm b$

Prove in any integral domain, if $a^2=b^2$ then $a=\pm b$ An integral domain is a commutative ring with unity having the cancellation property. I don't see how I can use this in proving the statement.
user5826
  • 11,982
8
votes
2 answers

Orbits of General Linear Group

I am working on a problem to find the orbits of the general linear group $\mathrm{GL}_n(\mathbb{R})$, acting on $\mathbb{R}^n$, with the invertible matrix $A$ acting on a column vector $x \in \mathbb{R}^n$ by taking it to the vector $Ax$. I have…
jstnchng
  • 1,059
8
votes
2 answers

What does Pfister's 8-Square Identity look like?

We are familiar with Hurwitz’s theorem which implies there is only the Fibonacci 2-Square, Euler 4-Square, Degen 8-Square, and no more. However, if we relax conditions and allow for rational expressions, then Pfister's theorem states that similar…
7
votes
2 answers

Intuitive Meaning of Quotient Ring

I have been trying to understand the intuitive meaning of quotient ring for quite some times but unfortunately I could not find any. Now I am approaching this question from a different angle, hoping that the answer would make me a more enlightened…
A.Magnus
  • 3,527
7
votes
5 answers

If an Abelian group $G$ has order $n$ and at most one subgroup of order $d$ for all $d$ dividing $n$ then $G$ is cyclic

If an Abelian group $G$ has order $n$ and at most one subgroup of order $d$ for all $d$ dividing $n$ then $G$ is cyclic. I am trying to use the structure theorem for finitely generated abelian groups. So I write $n=p_1^{\alpha_1}\ldots…
user9352
  • 2,121
7
votes
1 answer

Square of algebraic element of odd order generates the same field

Possible Duplicate: Equal simple field extensions? Let $\alpha$ be algebraic over the field $F$ and let the minimal polynomial of $\alpha$, denoted by $m_{\alpha}(x)$, have odd order. Then i need to show that $F(\alpha^2)=F(\alpha)$. Here is my…
Manos
  • 25,833
7
votes
2 answers

Is $i \in \mathbb{Q}[\sqrt[4]{-2}]$?

I have a homework question from Artin's Algebra that asks Is $i \in \mathbb{Q}[\sqrt[4]{-2}]$? I suspect that this is not true because $i \sqrt{2} \in \mathbb{Q}[\sqrt[4]{-2}]$ and $\sqrt{2}$ is of course not rational, but I am having a hard time…
7
votes
1 answer

Is there a division algorithm for any Euclidean Domain?

Any Euclidean domain satisfies the division "algorithm": For any $x,d$ there exists $q,r$ such that $x = qd+r$ with $\sigma(r)<\sigma(d)$ or $\sigma(r)=0$ With $\sigma$ a "size function." I'm wondering if what I would call an algorithm (i.e. a…
Xodarap
  • 6,115
7
votes
4 answers

Why does a multiplicative subgroup of a field have to be cyclic?

The book "A First Course in Abstract Algebra" by Fraleigh says If $G$ is a finite subgroup of the multiplicative group $\langle F^*,\cdot\rangle$ of a field $F$, then $G$ is cyclic. In particular, the multiplicative group of all nonzero elements…
user67803
7
votes
4 answers

Can an Element of an Algebraic Structure have Multiple Identities?

I'm wondering if an element of an algebraic structure can have two (or more) two-sided identities. Google wasn't very helpful, and I have never encountered anything with the given properties. Essentially, I'm looking for $g,h,i \in X$ such that $X$…