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

Determine $[F(\alpha) : F(\alpha^3)]$

Let $E$ be an field extension of $F$ and $\alpha \in E$. Determine $[F(\alpha) : F(\alpha^3)]$. I'm unsure how to approach this problem because I thought I would try to test some examples and see what I get. I first tried with $\alpha = \sqrt{2}$…
TAPLON
  • 1,948
3
votes
1 answer

Prove that in a field $F, \exists a,b,c \in F$ such that $x^3+x^2+1$ is a divisor of $x^{2018} + ax^3 + bx + c$

I have no idea how to even start this! Maybe using the Euclidean algorithm and showing that the extra term is 0?
3
votes
2 answers

Character tables of $D_n$?

I have just obtained the character table of $D_4$, and now I want to know if all $D_n$ groups have similar character tables. Any help, please?
3
votes
2 answers

$\mathbb{Z}^m\hookrightarrow\mathbb{Z}^n$ implies $m\le n$

In the question $A^m\hookrightarrow A^n$ implies $m\leq n$ for a ring $A\neq 0$, $A$ is a commutative ring. Is there a simpler proof for a domain, for example $\mathbb{Z}$?
Lios
  • 1,150
3
votes
4 answers

Let A be a ring. Rewrite ${(x+1)}^5$

Let $(A,+,\times)$ be a ring for which 1 + 1 = 0 (0 and 1 are the neutral elements of it). Rewrite ${(x+1)}^5$ in terms of $x\in A$. I can't really work with rings and I don't know why... I do very well in compositions law and groups, etc.. but…
C. Cristi
  • 3,283
3
votes
1 answer

Why is $\langle x^3\rangle $ a proper ideal of the quotient ring $\mathbb{Q}[x]/\langle x^3\rangle$?

Let $\newcommand{\ID}[1]{\langle#1\rangle}F$ be the quotient ring $\mathbb{Q}[x]/\ID{x^3}$, where $\mathbb{Q}$ is the field of rational numbers. Then find out which are correct (i) There are exactly three distinct proper ideals of $F$ (ii) There is…
MAS
  • 10,638
3
votes
1 answer

A problem about algebraic elements

Let $L$ and $K$ two fields such that $K \subset L$. Let $a,b \in L$ be algebraic over $K$. Show that $K[a,b]$ (the smallest ring that contains $K$, $a$ and $b$) is a field. I have shown that $\{x \in L \mid x \text{ is algebraic over } K\}$ is a…
Madara
  • 341
3
votes
2 answers

What is the background behind such kinds of constructions?

Define a vector space structure on $R^2$ as follows: $(a_1,b_1)\oplus(a_2,b_2)=(a_1+a_2,b_1+b_2+a_1 a_2)$, $k(a,b)=(ka,kb+\frac{k(k-1)}{2}a^2)$. Can such a construction be realized from a familiar structure, by some "endomorphism" or "coordinate"…
Ash GX
  • 1,361
3
votes
2 answers

Let $G = \langle a,b: a^6=b^3 =e , b^{-1}a b =a^3 \rangle$ How many elements does $G$ have? To what family of groups is $G$ isomorphic to?

Let $G = \langle a,b: a^6=b^3 =e , b^{-1}a b =a^3 \rangle$ How many elements does $G$ have? To what family of groups is $G$ isomorphic to? Excersise solutions help the given relations implies that $a^2=e$ $$ G \cong \mathbb Z_{6}$$ scratch…
Tiger Blood
  • 1,940
3
votes
1 answer

Kernel of a specific morphism

Let $\Bbb Z/p$ be the finite field with $p$ elements. Consider $\Bbb Z/p[X]$, the ring of polynomials with coefficients in $\Bbb Z/p$. Consider also the ring $P(\Bbb Z/p)$ of all polynomial functions on $\Bbb Z/p$. Let $\varphi$ be the morphism…
3
votes
1 answer

When are elements in a tensor product equal to $0$?

I think I'm missing something important about tensor products as I look over this question from an old qualifying exam: Let $R$ be a principal ideal domain and let $A$ and $B$ be finitely generated $R$-modules. Show that if $a\in A$ and $b\in B$ are…
3
votes
1 answer

Galois extension of irreducible polynomials

Let $E$ be a field and let $F$ be a finite Galois extension of $E$. Let $h(x)$ be an irreducible monic polynomial in $E[x]$, and $h_{1}(X),h_{2}(X)$ be two irreducible monic polynomials in $F[X]$, both of which divide $h(x)$. I want to show that…
user53800
  • 877
3
votes
1 answer

Is this a mistake in my book?

In my Abstract Algebra book I am asked to answer the following question. Let $gcd(a,n)=d$ and $gcd(b,d) \neq 1$. Prove that $ax \equiv b \space(mod \space n)$ does not have a solution. As soon as I read this it struct me as false since I studied…
TAPLON
  • 1,948
3
votes
0 answers

What did Noether meant with "inner ground for equality"?

Several days ago, I found the following quote by Emmy Noether: If one proves the equality of two numbers $a$ and $b$ by showing first that $a \leqq b$ and then that $a \geqq b$, it is unfair; one should instead show that they are really equal by…
Red Banana
  • 23,956
  • 20
  • 91
  • 192
3
votes
1 answer

Number of epimorphisms from a cyclic group to another?

Let $G_k$ and $G_m$ be cyclic groups of orders $k,m$ respectively. Is there a way to count the number of epimorphisms from $G_m$ to (on) $G_k$? Thank you.
ro2
  • 33