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

How do you split a long exact sequence into short exact sequences?

How does one split up a long exact sequence into short exact sequences? Say you have some longs exact sequences of modules $$ 0\longrightarrow…
GGGG
  • 603
57
votes
1 answer

What does it mean to say a map "factors through" a set?

Consider the following diagram: What does it mean precisely to say "$f$ factors through $G/\text{ker}(f)$"? Does it mean $f = \tilde{f} \circ \pi$, for some $\tilde{f}$? I've seen texts use the phrase, but never a definition of this notion.
Corey Harris
  • 1,093
39
votes
6 answers

Is there a commutative operation for which the inverse of the operation is also commutative?

For instance addition is commutative, but the inverse, subtraction, is not. $$ 5+2 = 2+5\\ 5-2 \neq 2-5 $$ Same for multiplication/division: $$ 5\times4 = 4\times5\\ 5/4 \neq 4/5 $$ So is there a group operation $\circ$ with the inverse $\circ^{-1}$…
Frank Vel
  • 5,339
37
votes
10 answers

Why don't we study algebraic objects with more than two operations?

Undergraduates learn about algebraic objects with one operation, namely groups, and we learn about algebraic objects with two "compatible" operations, namely rings and fields. It seems natural to then look at algebraic objects with three or more…
37
votes
2 answers

Automorphism of the Field of rational functions

Let $K$ be a field and let $K(x)$ be the field of rational functions in $x$ whose coefficients are in $K$. Let $\theta(x)$ $\in \operatorname{Aut}(K(x))$ such that $\theta|_K = \operatorname{id}_K$. Show that $\theta(x) =\frac{ax+b}{cx+d}$, with…
Nana
  • 8,351
34
votes
3 answers

Prove that 1+1=2

Possible Duplicate: How do I convince someone that $1+1=2$ may not necessarily be true? I once read that some mathematicians provided a very length proof of $1+1=2$. Can you think of some way to extend mathematical rigor to present a long proof…
Gere
  • 2,117
32
votes
2 answers

"Abstract nonsense" proof of the splitting lemma

As remarked in the "talk" part of the Wikipedia article, the proof is done with elements of a set and functions. I guess it's possible to carry it out purely with "objects" and "arrows" Who volunteers to do that? Edit: If possible without that Freyd…
Noix07
  • 3,499
32
votes
2 answers

Isomorphism between complex numbers minus zero and unit circle

How do we show that $\mathbb{C}^{\times}$ and $S^{1}$ are isomorphic as groups?
user10
  • 5,688
32
votes
3 answers

Is it possible to make integers a field?

Is it possible to define addition and/or multiplication on the set of a) natural numbers (including $0$: $0,1,2,3,...$) b) integers $(..., -2, -1, 0, 1, 2, ...)$ in such way that they will become fields? Thanks in advance.
Igor
  • 2,153
  • 16
  • 19
31
votes
3 answers

Ring of polynomials over a field has infinitely many primes

Let $F$ be a field. Why does $F[x]$ have infinitely many irreducible elements? For the case F has characteristic 0 Then x-a is irreducible for all a $\in F$ since x satisfies no non-trivial relations in F. Obviously this argument fails for a…
user9352
  • 2,121
31
votes
2 answers

Field automorphisms of $\mathbb{Q}$ - shouldn't there be only one?

$1$ has to map to $1$, right? So $n$ has to map to $n$ (for $n \in \mathbb{Z}$), and $\frac{1}{n}$ maps to $\frac{1}{n}$, so $\frac{n}{m}$ maps to itself, so the only possible automorphism is the identity. Is this true or am I deceiving myself? …
badatmath
  • 4,065
28
votes
4 answers

What are well-defined functions?

What exactly makes a function well-defined? I have seen some proofs but they are too hand-wavy and I couldn't understand exactly what a well-defined function is.
Artemisia
  • 1,077
26
votes
10 answers

Order of operations - why are they in the order they're in?

I understand the order of operations, but why are they ordered the way they're ordered? Is there a particular reason why multiplication should have a higher precedence than subtraction, other than to prevent ambiguity? Edit: I'm a curious software…
Matty
  • 361
25
votes
2 answers

Is the ideal generated by an irreducible polynomial prime?

$R$ is a commutative ring. $p(x)$ is an irreducible polynomial of $R[x]$. Is the ideal $(p(x))$ generated by $p(x)$ in $R[x]$ prime? If not, under what conditions of $R$ is $(p(x))$ prime? How about maximal?
user31480
  • 479
24
votes
1 answer

What is the significance of Hermitian forms on local rings?

I am a first year math student at UNMSM, in Lima, Peru. My father is an 80-year-old man, a retired university professor, a Ph.D. in pure mathematics, and a passionate algebraist. He kept his mental faculties perfectly until a year ago when a stroke…
1
2 3
99 100