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
13
votes
7 answers

In a ring, result of multiple (of "addition" operation) is not the same as result of multiplication, correct?

In a ring, a multiple for addition is written as $na$ to stand for $(a + a + ... + a)$. This is not necessarily the same as $n * a$ (the "multiplication" operation). Is that correct? Multiple is only the same as multiplication for specific rings…
Jae Noh
  • 151
13
votes
1 answer

Example of nonabelian group with all proper subgroups normal

How do we find an example of nonabelian group for which all proper subgroups are normal?? It's one of the questions on my study-guide sheet. Thank you
Johnny
  • 131
13
votes
3 answers

Is this binary operation commutative?

In a set $X$ we define a binary operation $*$ such that $$\forall x, y \in X,\ (x*y)*y=y*(y*x)=x.$$ Is $*$ commutative and why?
Ezra
  • 571
13
votes
2 answers

Field Extension

Let $F$ be an extension field of $K$. let $L$ and $M$ be intermediate fields, with both finite algebraic extensions of $K$. Suppose {$a_1,...,a_n$} is a basis for $L$ over $K$ and {$b_1, ...,b_m$} is a basis for $M$ over $K$. Show that {$a_ib_j$}…
Nana
  • 8,351
13
votes
1 answer

Characterizing Dense Subgroups of the Reals

Possible Duplicate: Subgroup of $\mathbb{R}$ either dense or has a least positive element? Let $(\mathbb{R},+)$ be the group of Real Numbers under addition. Let $H$ be a proper subgroup of $\mathbb{R}$. Prove that either $H$ is dense in…
anonymous
13
votes
4 answers

Distributive Law and how it works

Quick question, which seems to irritate some people as it apparently strikes them as a nonsensical question: Why does the distributive law only work in one direction (in $(ℝ,+,*)$)? Why does it work this way: $$ a * (b + c) = (a * b) + (a * c)…
13
votes
3 answers

Counting cycle structures in $S_n$

Is there a fast way to count all the different types of cycle structures in a Symmetric group? More specifically: "How many elements are there in $S_8$ of cycle structure $4^2$" Here, $4^2$ means a permutation in $S_8$ that is the product of 2…
13
votes
4 answers

Is there a set which is a group with respect to both addition and multiplication?

Since addition requires 0 as it's identity and 0 has no inverse under multiplication this would seem to suggest that it is impossible but I am unable to prove it or find an example. Perhaps the rules are different enough under complex numbers,…
Math Man
  • 742
13
votes
3 answers

if $a,b$ are nilpotent elements of a commutative ring $R$, show that $a+b$ is also nilpotent

if $a,b$ are nilpotent elements of a commutative ring $R$, show $a+b$ is also nilpotent So then $a^n=0, b^m = 0, n,m \in \mathbb{Z}^+$ I know this is solvable using the binomial theorem but I would much rather solve it another way if possible. The…
oliverjones
  • 4,199
12
votes
4 answers

Is $a \circ b = \sqrt{a^2+b^2}$ ever a group?

I've been asked to "Show that the operation $a ~ \circ ~ b = \sqrt{a^2+b^2}$ is associative, is commutative and has an identity but that the inverses do not always exist." Wihch is easy enough to do if it is assumed that $a,b \in \mathbb{R}$,…
12
votes
2 answers

How to describe Algebraic Closure of $\mathbb{C}(x)$?

Let $\mathbb{C}$ be the set of complex numbers, and $x$ be an indeterminate. Let $\overline{\mathbb{C}(x)}$ be an algebraic closure of $\mathbb{C}(x)$. Then what are the elements of $\overline{\mathbb{C}(x)}$? Obviously, elements like $\sqrt[n]{x},…
Gobi
  • 7,458
12
votes
3 answers

If a and b are group elements and ab ≠ ba, prove that aba ≠ identity.

Q: If a and b are group elements and ab ≠ ba, prove that aba ≠ identity. I began by stating my theorem, then assumed ab ≠ ba. Then I tried a few inverse law manipulations, which worked in a sense, however they brought me nowhere, as I couldn't…
12
votes
5 answers

Are there algebraic structures with more than one neutral element and/or more than one inverse element?

I was reading a book on groups, it points out about the uniqueness of the neutral element and the inverse element. I got curious, are there algebraic structures with more than one neutral element and/or more than one inverse element?
Red Banana
  • 23,956
  • 20
  • 91
  • 192
12
votes
2 answers

What is the deal with the three isomorphism theorems?

I've been having lectures in group theory with Hungerford's book. We were presented with the following theorem: And then with: Previous to the lectures about them, I was understanding most of the stuff, that is: I kinda could figure out the…
Red Banana
  • 23,956
  • 20
  • 91
  • 192
12
votes
2 answers

Finite field, every element is a square implies char equal 2

If $F$ is a finite field such that every element is a square, why must $char(F)=2$?
user6495
  • 3,957