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
23
votes
3 answers

What are zero divisors used for?

This is the first time I hear this term. Specifically the assertion is that $\mathbb{Z}$ has no zero divisors. So, from my understanding this is because there are not two non-zero numbers $a,b\in \mathbb{Z}$ such that $ab=0$. Also I can see that…
Daniela Diaz
  • 3,988
23
votes
4 answers

Is there a property that is not preserved by isomorphism?

Isomorphism preserves the operation of domain, so codomain inherits some properties of domain related to operation. So isomorphism is somewhat like "Equivalence". But, if the property of domain is not "related to operation", maybe that property is…
summus
  • 247
22
votes
3 answers

Is the set of real numbers a group under the operation of multiplication?

Question: Is the set of real numbers a group under the operation of multiplication? My professor answered it by saying: No. There is no identity element (1*0=0). However, isn't the identity element 1, did he mean to say there is no inverse because…
kero
  • 1,814
21
votes
3 answers

Is the ring and semi-ring definition of algebra and set linked?

"Ring" and "semiring" are concepts defined both in algebra and set theory. In Algebra A ring in algebra is a set R equipped with two binary operations + and · called addition and multiplication, that Addition (+) is abelian, Multiplication (⋅) is…
athos
  • 5,177
21
votes
3 answers

For $G$ group and $H$ subgroup of finite index, prove that $N \subset H$ normal subgroup of $G$ of finite index exists

Let $G$ be a group and $H$ be a subgroup of $G$ with finite index. I want to show that there exists a normal subgroup $N$ of $G$ with finite index and $N \subset H$. The hint for this exercise is to find a homomorphism $G \to S_n$ for $n := [G:H]$…
Huy
  • 6,674
21
votes
3 answers

Are all extensions of finite fields cyclic?

My book says all extensions of finite fields are cyclic, but I could not find a proof (maybe I haven't looked hard enough). If it's straightforward, can you tell me why it's true? Thanks :)
badatmath
  • 4,065
21
votes
3 answers

Why are superalgebras so important?

I know that a superalgebra is a $\mathbb Z/2\mathbb Z$-graded algebra and that it behaves nicely. I know very little physics though, so even though I know that the super- prefix is related to supersymmetry, I don't know what that means; is there a…
A B
  • 580
20
votes
1 answer

Why do my algebra proofs seem like "magic"? Is this related to category theory?

$\newcommand{Ab}{\operatorname{Ab}} \newcommand{Id}{\operatorname{Id}}$I'm self-studying Introduction to Topological Manifolds by John M. Lee, which includes quite a few exercises like this: 9-4(b) Let $S_1$ and $S_2$ be disjoint sets, and let…
wj32
  • 4,236
20
votes
3 answers

Are certain integer functions well-defined modulo different primes necessarily polynomials?

Call a function $f : \mathbb Z \to \mathbb Z$ consistent if for every prime $p$ and integer $a, b$, when $a \equiv b \pmod p$ then $f(a) \equiv f(b) \pmod p$. The set $C$ of consistent functions is closed under addition, subtraction, composition,…
feralin
  • 1,693
20
votes
4 answers

Algebraic structure cheat sheet anyone?

Has anyone ever come across a good cheat sheet for a list of definitions for the various algebraic structures out there, i.e. groups, fields, rings etc. Every time I come across the name of some structure, I have to look it up on wikipedia just to…
19
votes
1 answer

Elementary approach to proving that a group of order 9 is Abelian

The trick here is to provide an elementary solution; I'll explain what I mean. Prove that a group of order 9 must be Abelian. The standard approach is to use the class equation to show that any $p$-group has a non-trivial center. From that, it's…
19
votes
1 answer

Question about the Dedekind completion of a non-archimedean ordered field.

Suppose we have a non-archimedean ordered field $F$. No such field is Dedekind-complete, for that property implies the Archimedean one. But, we can of course fill in the gaps and form the Dedekind completion. Suppose we do this. Denote the resulting…
19
votes
4 answers

Showing that $\sqrt \pi$ is transcendental

I'm trying to use the fact that $\pi$ is transcendental to show that $\sqrt \pi$ is also transcendental over $\Bbb{Q}$ . I don't know any theorems about algebraic and non-algebraic numbers so I don't have much in my tool box. Here's what I have done…
user10444
  • 2,846
18
votes
2 answers

Functions on vector spaces over finite fields

Can every function $\psi ~\colon \mathbb{F_{p}^n} \to \mathbb{F_{p}}$ be regarded as a polynomial function for some polynomial in $\mathbb{F_{p}[x_1, \ldots,x_n]}$? I believe this is true, but am having trouble proving it.
Dactyl
  • 2,834
17
votes
5 answers

How to find a minimal polynomial (field theory)

I was asked to find a minimal polynomial of $$\alpha = \frac{3\sqrt{5} - 2\sqrt{7} + \sqrt{35}}{1 - \sqrt{5} + \sqrt{7}}$$ over Q. I'm not able to find it without the help of WolframAlpha, which says that the minimal polynomial of $\alpha$ is…
pizet
  • 1,163
  • 1
  • 9
  • 19