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
10
votes
2 answers

generators and relations of symmetric group

Let $S_{n}$ be symmetric group. Then it is given by generators $\tau_{i}$ where $i=1,2,\ldots,n-1$ and relations $${\tau_{i}}^2$$ $$\tau_{i}\tau_{j}=\tau_{j}\tau_{i}\text{ for }i\neq j\pm1$$…
anonymous
  • 109
10
votes
1 answer

How can I work with (i.e. add, multiply) algebraic numbers in practice?

I know that the real algebraic numbers $\mathbb A \subset \mathbb R$ form a field. I've seen this as a more theoretical result, but it's also seems nice idea to implement algebraic numbers for the computer in order to make computations more…
Dario
  • 1,977
10
votes
1 answer

Azumaya algebras

I have seen a few different definitions of an Azumaya algebra in the literature- for example, Wikipedia prefers the following one: An Azumaya algebra over a commutative local ring $R$ is an $R$-algebra $A$ that is free and of finite rank $r$ as an…
KReiser
  • 65,137
10
votes
4 answers

Show that $\sqrt{1+t}$ lies in $\mathbb{Z}[1/2][\![t]\!]$

Here is an interesting (I thought) question: Show that $\sqrt{1+t}$ lies in $\mathbb{Z}[1/2][\![t]\!]$ That is, let $f(t)=\sum_{k \ge 0} a_k t^k \in \mathbb{Q}[\![t]\!]$ be the unique power series with $f(t)^2=1+t$ and $f(0)=1$, and show that each…
Juan S
  • 10,268
10
votes
2 answers

Are fields flat $\mathbb Z$-modules?

This is probably one of those questions with a super obvious counterexample, but here goes. Is a field necessarily a flat $\mathbb Z$-module?
10
votes
5 answers

Do 'symmetric integers' have some other name?

$-1 \cdot -1 = +1$, but there seems to me to be no reason we couldn't define a number system where negative number's and positive numbers were completely symmetric. Where: $$1 \cdot 1 = 1$$ $$-1 \cdot -1 = -1$$ I understand that in order to do this,…
10
votes
2 answers

Find irreducible but not prime element in $\mathbb{Z}[\sqrt{5}]$

I have tried various numbers of the form $a+b\sqrt{5},\ a,b \in \mathbb{Z}$, but cannot find the one needed. I would appreciate any help. Update: I have found that $q=1+\sqrt{5}$ is irreducible. Now if I show that 2 is not divisible by $q$ in…
10
votes
4 answers

Difference between Integral Domains and Fields.

Can someone please help me in figuring out how all fields are integral domains but not all ID are fields? My course assumes IDs to be commutative with unity but fields require all elements to have a unit. I can't seem to grasp their concepts.
10
votes
2 answers

prove that $\mathbb{C}$ and $\mathbb{R}$ are not isomorphic as rings

prove that $\mathbb{C}$ and $\mathbb{R}$ are not isomorphic as rings My guess is that the proof for this has something to do with the fact that $\sqrt{-1}\in\mathbb{C}$ cannot be mapped to $\mathbb{R}$.
Emir
  • 409
9
votes
5 answers

If $a+\sqrt{b}$ is a root of a polynomial equation with integer coefficients, so is $a-\sqrt{b}$

I tried to use the Briot-Ruffini method but it didn't work. The question I need help is: "Prove that, if a polynomial equation with integer coefficients has the irrational number $a+\sqrt{b}$ as a root, with $a,b \in \mathbb{Z} $, $b$ a prime…
Vinícius
  • 91
  • 1
  • 4
9
votes
2 answers

Is a finitely generated torsion-free module over a UFD necessarily free?

Is a finitely generated torsion-free module over a unique factorization domain necessarily free ?
Mzoro
  • 99
9
votes
3 answers

Intuition for groups

This is quite a non-standard question, certainly for mathematics, though I believe it is no less important (for me and my peers, i.e. grads). The course I am reading so far introduced us to Groups, rings, fields, etc. in the first year, progressing…
9
votes
2 answers

Category theory with multisets

An alternative to the notion of multiset introduced in Section 2.2 of Aluffi Chapter 0 is obtained by considering sets endowed with equivalence relations; equivalent elements are taken to be multiple instances of elements 'of the same kind'. Define…
9
votes
1 answer

When do Sylow subgroups have trivial intersection?

When do Sylow subgroups of the same order have trivial intersection? I'm curious because I recently read a proof where it was computed that there are $8$ Sylow 7-subgroups, and hence $8\cdot 6=48$ elements of order 7. This seems to assume that each…
Daniel
  • 93
9
votes
4 answers

Do groups of order $p^3$ have subgroups of order $p^2$?

If $G$ is a nonabelian group of order $p^3$ for $p$ a prime, and every nonidentity element has order $p$, does there exist a subgroup isomorphic to $\mathbb{Z}_p\times\mathbb{Z}_p$? Based on some searching, I bet it's true. I read a construction of…
groops
  • 353