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

Extending ideals from principal ideal domains

Let $D$ be a PID, $E$ a domain containing $D$ as a subring. Is it true that if $d$ is a gcd of $a$ and $b$ in $D$, then $d$ is also a gcd of $a$ and $b$ in $E$?
gottigen
  • 225
5
votes
0 answers

Split short exact sequences and the associated graded algebra

Let $G$ be a group and $K$ be a field. Let $K(G)$ be the group ring and $I$ be its augmentation ideal. You are given that there exists a section of the projection $\pi_s:I^s\to I^s/I^{s+1}$ for all $s$, i.e. a module homomorphism…
user20619
  • 323
5
votes
4 answers

Find a bijection

Let $A$ be any set and let $C = \{0, 1, 2\}$. Denote $C^A$ the set of functions from $A$ to $C$. Find a bijection between $C^A$ and the set of all pairs $(X, Y)$ of subsets of $A$ such that $X$ is subset of $Y$.
DaveKao
  • 51
5
votes
1 answer

Find $n\in \mathbb N$ so that $(\mathbb Z_n, +, \cdot)$ has exactly 4 invertible elements and 5 zero-divisors

Find $n\in \mathbb N$ so that $(\mathbb Z_n, +, \cdot)$ has exactly 4 invertible elements and 5 zero-divisors. As I couldn't find any theorem that would lead me toward a solution, so I have been trying guessing and checking with no results so far,…
haunted85
  • 1,418
5
votes
3 answers

About algebraic integer and algebraic number

Let $u$ a algebraic number. Prove that exists a natural number $n\in \mathbb{Z}$ such that $nu$ is a algebraic integer If $u$ is algebraic integer and $n\in \mathbb{Z}$ then $u+n$ and $nu$ are algebraic integers. I don't see how can I start.…
5
votes
2 answers

Algebra over a Field

Let $\mathbb A$ be an algebra of dimension $k$ over the field $\mathbb F$. It is true that $\mathbb A$ is isomorphic to a subalgebra of the matrix algebra $M_k(\mathbb F)?$
zacarias
  • 3,158
5
votes
2 answers

Question about homomorphisms and symmetric groups

This was in my textbook. I don't quite understand it and would like some clarification on it: Let $\phi: S_{4} \rightarrow S_{3}$ be a homomorphism between symmetry groups. There are three ways to partition the set of four indices $\{1,2,3,4\}$ into…
achacttn
  • 757
  • 10
  • 18
5
votes
0 answers

Is $\pi^\pi$ algebraic over $\mathbb{Q}(\pi)$?

Is $\pi^\pi$ algebraic over $\mathbb{Q}(\pi)$? I have a feeling that it's a rather easy question, but since my understanding of field extensions is only superficial I really can't handle this original question. *edit1. I read the comments and…
5
votes
2 answers

Is the following a ring?

Is $\{a+bi: a,b \in \mathbb{Z} \} $ and $i^2=-1$, a ring under the usual operations of addition and multiplication? It needs to be closed under addition and multiplication which it seems like Addition needs to be commutative and associative which is…
math101
  • 1,143
5
votes
4 answers

In the definition of a group, is stating the set together with the function on it redundant?

In the definition of a group (or other similar structures) $$(G,*)$$ as being the pair of a set $G$ together with binary operation $$*:G\times G\rightarrow G$$ isn't the first component of the pair basically just redundant information? Is this done…
Nikolaj-K
  • 12,249
5
votes
2 answers

Is there any significance in the order in which group axioms are presented?

I know books have slightly different ways of presenting the axioms, but I think they tend to go like this: Group is a set with a law of composition with closure that satisfies the following properties (i) associativity, i.e. a(bc) = (ab)c (ii)…
achacttn
  • 757
  • 10
  • 18
5
votes
1 answer

Discrete valuation on rational function field of multivariables

For one variable rational function field, I know that we can write $\frac{f(X)}{g(X)}$ as $X^n\frac{s(X)}{t(X)}$ where $s(0)$ and $t(0)$ are nonzero. Then $v(\frac{f(X)}{g(X)})=n$ is a valuation. But how to construct a valuation for two-variable or…
user280486
5
votes
1 answer

Show that $\Bbb Q(\sqrt[p]{a}, \omega )=\Bbb Q(\sqrt[p]{a}+ \omega )$

Show that $\Bbb Q(\sqrt[p]{a}, \omega )=\Bbb Q(\sqrt[p]{a}+ \omega )$, where $\omega=e^{2\pi i/p}$ and $a$ is prime. For simplicity let's call the left hand field $K$, and the right hand field $R$. I know that the strategy is to show inclusion…
5
votes
1 answer

A permutation in $S_n$ is 'regular' if and only if it is a power of an n-cycle?

Define a permutation $\alpha\in S_n $ to be regular if either $\alpha$ has no fixed points and it is the product of disjoint cycles of the same length, or $\alpha=(1)$. Prove that $\alpha$ is regular if and only if $\alpha$ is a power of an…
rhenskyyy
  • 898
5
votes
1 answer

Find all the p-Sylow subgroups of $S_4$

Im having a slight difficulty determining $p$-Sylow subgroups. I am asked to find all $p$-Sylow subgroups of $S_4$. Work: So |$S_4|=4!=24=2 \times 2 \times 2 \times 3$ Thus, I will have $2$-sylow subgroups and $3$-sylow subgroups. I also know that…