Please Login to access more options.



Today

« January 2014 »

Sun

Mon

Tue

Wed

Thu

Fri

Sat

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31


Definition (Ring)

A ring $R$ is an Abelian group $(R,+)$ together with an additional associative binary operation (multiplication) that satisfies the left and right distributive laws, namely $a(b+c)=ab+ac$ and $(b+c)a=ba+ca$.

Definition (Commutative Ring)

A commutative ring is a ring in which $ab=ba$ (multiplication commutes).

Definition (Unity And Unit)

A unity in a ring is a nonzero element that is an identity under multiplication. A nonzero element of a ring does not need to have a multiplicative inverse. When it does, we say that element is a unit of the ring.

Problem 7 (Recognizing Rings)

Which of the following are rings? Which rings have a unity? Which are commutative?

  1. For each $n$, the set $\mathbb{Z}_n$ together with modular addition and multiplication.
  2. The set $2\mathbb{Z}$ together with regular addition and multiplication.
  3. The set $\mathbb{Q}[x]$ of all polynomials in the variable $x$ with coefficients in $\mathbb{Q}$ together with polynomial addition and multiplication.
  4. Let $M_2(\mathbb{Z})$ bet the set of 2 by 2 matrices with entries in $\mathbb{Z}$, together with the usual properties of matrix addition and matrix multiplication.
  5. Consider the set $\mathbb{R}^3$, together with the two binary operations of vector addition and the cross product.
  6. The set of all real valued functions $f:\mathbb{R}\to\mathbb{R}$, together with function addition $(f+g)(x)=f(x)+g(x)$ and function multiplication $(fg)(x)=f(x)g(x)$.

Problem 8 (Rules Of Multiplication)

Let $R$ be a ring. Prove each of the following:

  1. $a0=0a=0$
  2. $a(-b)=(-a)b=-ab$
  3. $(-a)(-b)=ab$
  4. $a(b-c)=ab-ac$.
  5. If $R$ has a unity, then $(-1)a = -a$.
  6. If $R$ has a unity, then $(-1)(-1)=1$.
Definition (Subring)

A subset $S$ of a ring $R$ is a subring of $R$ if $S$ is itself a ring with the operations of $R$.

Problem 9 (Subring Test)

Let $R$ be ring. Prove that a nonempty subset $S$ of a ring $R$ is a subring of $R$ if $S$ is closed under subtraction and multiplication - that is, if $a-b$ and $ab$ are in $S$ whenever $a$ and $b$ are in $S$.

Problem 10 (Examples Of Rings Different Than The Integers)

For each item below, give an example of a ring $R$ and elements in the ring that satisfy the requested property.

  1. $ab=0$ but neither $a$ nor $b$ equals $0$.
  2. $ab=ac$ and $a\neq 0$ but $b\neq c$.
  3. $ab=0$ but $ba\neq 0$.
  4. $a^2=a$ but $a$ is neither 0 or 1.
Definition (Zero Divisor)

A zero-divisor is a nonzero element $a$ of a commutative ring $R$ such that there is a nonzero element $b\in R$ with $ab=0$.

Definition (Integral Domain)

An integral domain is a commutative ring with unity and no zero-divisors.

Problem 11 (Integral Domains Have The Cancellation Law)

Let $R$ be a commutative ring with unity. Prove that the following two statements are equivalent:

  1. The ring $R$ is an integral domain.
  2. For every $a,b,c\in R$ with $a\neq 0$, the equality $ab=ac$ implies $b=c$.
Definition (Gaussian Integers)

The set $\mathbb{Z}[i]=\{a+bi\mid a,b\in\mathbb{Z}\}$ is called the Gaussian integers.

Problem 12 (The Gaussian Integers Is An Integral Domain)

Use the subring test to show that the Gaussian Integers is a subring of the complex numbers $\mathbb{C}$. Then show that the Gaussian integers is an integral domain.


For more problems, see AllProblems