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

What exactly is a natural map

I have numerous questions on my abstract homework asking me to define "the natural map", though i don't see reference to it in my textbook. Let X and Y be sets and let C be the set {f : {1,2}→ X ∪Y|f(1) ∈ X and f(2) ∈ Y} (1) Define the natural map…
5
votes
1 answer

Differentiation on matrix algebra

Describe all differentiation on matrix algebra $M_n(F)$ over an associative commutative ring with identity $F$ Well as I understand that task I have Leibniz notation which says that every differentiation must satisfy $D(F,G) = F*D(G)+D(F)*G$. Also…
Lobster
  • 295
5
votes
5 answers

Proving that an integral domain has at most two elements that satisfy the equation $x^2 = 1$.

I like to be thorough, but if you feel confident you can skip the first paragraph. Review: A ring is a set $R$ endowed with two operations of + and $\cdot$ such that $(G,+)$ is an additive abelian group, multiplication is associative, $R$ contains…
mahin
  • 452
5
votes
3 answers

Find a binary operation $\ast$ on $\mathbb{Q}$ such that $f:(\mathbb{Q},+) \to (\mathbb{Q},\ast)$ is an isomorphism.

Let $f: \mathbb{Q} \to \mathbb{Q}$ be defined by $f(x) = 3x - 1$. (a) Find a binary operation $\ast$ on $\mathbb{Q}$ such that $f:(\mathbb{Q},+) \to (\mathbb{Q},\ast)$ is an isomorphism. Here's my work. Is it correct? Since $f(x)$ is bijective, we…
St Vincent
  • 3,070
5
votes
3 answers

Difference between $\mathbb{Q}(x)$ and $\mathbb{Q}[x]$?

In general I'm having a hard time understanding what exactly $\mathbb{Q}(x)$ is.... i.e. () circular brackets.
5
votes
1 answer

Non-commutative ring with 64 elements?

Exercise: Give an example of a non-commutative ring with 64 elements. Official solution: Let $A = \mathrm{GL}_6(\mathbb{Z}_2)$. We know that $A$ is a non-commutative ring. Since each entry of $a$ is from $\mathbb{Z}_2$, each entry of $a$ has two…
Ystar
  • 2,866
5
votes
4 answers

Understanding the meaning of Isomorphisms(automorphisms and endomorphisms)

I don't see what an Isomorphism does. It requires a bijective homomorphism: $$f(xy)=f(x)f(y)$$ What does this mean to me? When does this happen? Also: An Endomorphism is a homomorphism mapping from a set to the same set, when would this ever not be…
5
votes
3 answers

Solving $x^2 \equiv a (\text{mod }6)$

While preparig for the winter exams I am doing some old exam questions, but cannot get past the following question: Find all $0 \le a \lt 6 \in \mathbb{Z}$ where $x \in \mathbb{Z}: x^2 \equiv \text{a (mod 6)}$ I can do some trial and error solution,…
Nohr
  • 101
5
votes
2 answers

Symmetric Group Action on a Set of Functions

I'm not understanding the following passage and I'm hoping someone could elucidate (for context, this is in the lead up to the definition of the sign of a permutation) where the author says: Let $f$ be a function of $n$ variables, say…
Nobody
  • 999
5
votes
3 answers

Why not define $|v| = -1$?

I was wondering why if we have $i^2 = -1$, why not have a "number" $v$ such that $|v| = -1$? Does anything interesting arise from considering this system? The only thing I could come up with was: $$ |a+bv| \le |a| + |bv| = a - b $$
Kviii
  • 77
5
votes
2 answers

reducing $x^4+1$ in $\mathbb{Z}_p[x]$

Possible Duplicate: reducible polynomial modulo every prime Ok so we have to prove the following: If $R=\mathbb{Z}_p$ for $p$ a prime, then, $x^4+1$ is reducible over $R[x]$. This is are my ideas (please let me know if there is an easier way to…
5
votes
1 answer

An extension that is normal but not separable

I'm looking for an example of an normal extension but not separable; all I know is that $\mathbb{F}_p(t)$ is not separable since $X^p-t$ is not. Thank you for your time
Houda
  • 787
  • 5
  • 15
5
votes
3 answers

What is the meaning of $x*\sqrt{3} \mod 1$?

What is the meaning of $x*\sqrt{3} \mod 1$? I'm trying to understand this: $$5( x*\sqrt{3} \mod 1) $$ If we talk about: $x=19,22,48,98$ what will be the result? I don't know how to calculate it.
CS1
  • 2,047
5
votes
1 answer

Suppose that $[G:H]$ is a prime integer, and that $g \notin H$. Prove that H is normal in G.

Let H be a subgroup of a group G. Let $k,g \in G$ such that $gH = Hk$. Suppose further that $[G:H]$ is a prime integer, and that $g \notin H$. Prove that H is normal in G. I have totally no idea at all how to do this question. Can someone tell me…
macho
  • 355
5
votes
0 answers

Any R-module is free iff R is a field

Possible Duplicate: Every $R$-module is free $\implies$ $R$ is a division ring Prove that if a (generally noncommutattive) ring $R$, any $R$-module is free then $R$ is a field. The commutative case is fairly easy, but I don't know how to deal…
Adrian Manea
  • 1,145