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

Ring Structure: Definition

Let $R = \{a+bi\mid a,b \in \mathbb Z, i^2=-1\}$, with addition and multiplication defined by $(a+bi)+(c+di)=(a+c)+(b+d)i$ and $(a+bi)(c+di)=(ac-bd)+(bc+ad)i$, respectively. (a) Verify that $R$ is an integral domain. (b) Determine all units in…
3
votes
1 answer

Axioms of associative algebra?

I am struggling to find a definition of an associative algebra. Wikipedia (http://en.wikipedia.org/wiki/Associative_algebra) says Let $R$ be a fixed commutative ring. An associative ''R''-algebra is an additive abelian group $A$ which has the…
Martin
  • 514
3
votes
1 answer

Derivations on a quotient field K of a integral domain R

A derivation $D: R \to R $ is a additive homomorphism satisifying $$D(xy)=yDx + xDy$$ Let $K$ be the quotient field of $R$ , I want to show the derivation can be extended to $K$ such that the quotient law is well-defined $$…
CC_Azusa
  • 1,453
3
votes
1 answer

Let F subset of $\mathbb{C}$ be the splitting field of $X^7-2$ over $\mathbb{Q}$, and $z=e^{\frac{2πi}{7}}$, a primitive seventh root of unity.

Let $F$ subset of $\mathbb{C}$ be the splitting field of $X^7-2$ over $\mathbb{Q}$, and $z=e^{\frac{2πi}{7}}$, a primitive seventh root of unity. Let $[F:\mathbb{Q}(z)]=a$ and $[F:\mathbb{Q}(2^{1/7})]=b$.Then $a=b=7$. $a=b=6$. $a>b$. $a< b$. I…
3
votes
1 answer

Is there a unique inverse for a left-unit?

Let $R$ be a unital ring. If $a\in R$ is a left-unit then $\exists b\in R\mid ab=1$. If $a$ also happens to be a right-unit then also $\exists c\in R\mid ca=1$. This means we have: $$ab=1\wedge ca=1\Longrightarrow cab=c=b$$ Thus we have a unique…
gebruiker
  • 6,154
3
votes
1 answer

How to show $Ha\cap Hb=\emptyset$

My question is this. I have Let $H\le G, a,b\in G$ Define $Hx=\{hx|h\in H\}$ Show that $Ha=Hb$ or $Ha\cap Hb=\emptyset$. I thought I would do a proof by contradiction. So suppose that $Ha\cap Hb$ is nonempty. Then there exists an element $x$…
Iceman
  • 1,783
3
votes
1 answer

Inverse limit of a family of simple groups in which the homomorphisms are surjective

Exercise 16/chapter 3 from Lang's Algebra reads as follows: Prove that the inverse limit of a system of simple groups in which the homomorphisms are surjective is either the trivial group or a simple group. So far i have observed the following: Let…
Manos
  • 25,833
3
votes
1 answer

Does a maximal ideal in a unital commutative ring contain the set of zero-divisors?

Intuitively I think that since $R/M$ will be a field and can't have zero divisors, the set of zero-divisors must lie inside $M$ that they vanish in $R/M$. I tried to prove this, but I got stuck, so I'm afraid that my intuition is wrong. Is this a…
math.n00b
  • 3,122
3
votes
1 answer

Easy conditions that guarantee Galois group is $S_n$?

Are there some easily testable conditions that allow us to quickly deduce that a polynomial $f(X)\in\mathbb{Z}[X]$ of degree $n$ has Galois group $S_n$? Something that works in ''most'' cases? This seems to crop up a lot in computations I've been…
pki
  • 3,743
3
votes
3 answers

Find a zero divisor in the quotient ring $\Bbb{Q}[X]/\langle X^4 - 5X^2 + 6\rangle $ or else prove that none exist.

Find a zero divisor in the quotient ring $\Bbb{Q}[X]/\langle X^4 - 5X^2 + 6\rangle $ or else prove that none exist. I don't even really know how to start with this. How does one go about finding a zero divisor in a quotient group, or proving that…
3
votes
1 answer

Is a complex number whose real and imaginary parts are both transcendental transcendental?

If $a$ and $b$ are real and transcendental (over $\mathbb Q$), does it follow that $a+bi$ is also transcendental? I tried looking for a counterexample, but I don't actually know of many transcendental numbers besides $e$ and $\pi$, and I can't tell…
Nishant
  • 9,155
3
votes
3 answers

Question about abstract algebra

"$ab=0$ implies that $a=0$ or $b=0$", does this mean that we can have $a=b=0$? I dont understand if or means that if $a=0$ then $b \not= 0$?
Kolo
  • 31
3
votes
1 answer

Irreducibility of a polynomial over $\mathbb{Q}$

I need to show that the polynomial $x^5-5x^4-6x+2$ is irreducible. Given the context the question was presented, there is supposed to be a trick to make the solution arrive quickly, which is what I'm interested in. Its not difficult with a little…
wfw
  • 518
3
votes
2 answers

Prime ideal of the ring of continuous functions on $[0,1]$

Let $A$ be the ring of continuous maps $f: [0,1] \rightarrow \mathbb{R}$. Prove that there exists a prime ideal $Q \in \operatorname{Spec} (A)$ which is not of the form $I_p = \{ f \in A \mid f(p)=0 \}$ with $p \in [0,1]$. Hint: use localization.
Gauss
  • 349
3
votes
1 answer

Maximal order of an algebraic number field

I'm trying to understand the concept of maximal order and unit group of an algebraic number field. By definition, the maximal order of an algebraic number field $F$ is the set of algebraic integers in F, i.e. $O(F)=\{a \in F \mid \text{there exists…
nullgraph
  • 653