Skip to Content

Abstract Algebra

Show that a group G is abelian if for all elements a and b in G, a * b = b * a.

Determine whether the following mappings represent a function: Inputs: \{2, 4, 5\}, Outputs: \{-1, 0, 4\}.

Determine whether the following mappings represent a function: Inputs: {-4, 0, 8}, Outputs: {1, 2, 5, 7}.

Determine whether the following mappings represent a function: Inputs: {-3, -2, 0, 4}, Outputs: {-7, -5, -3}.

Describe an injection from a set X={x1,x2,,xn}X = \{x_1, x_2, \ldots, x_n\} with nn elements to the set Z\mathbb{Z} of integers, where θ(xi)=i\theta(x_i) = i.

Let θ:RN0\theta: \mathbb{R} \to \mathbb{N}_0 be a mapping given by θ(x)=x\theta(x) = |x|. Is θ\theta injective? Explain.

List the elements of the complete inverse image θ1(5)\theta^{-1}(5) under the mapping θ(x)=x\theta(x) = |x|.

Find the kernel of the homomorphism ϕ:RR\phi: \mathbb{R}^* \to \mathbb{R}^* defined by ϕ(x)=x2\phi(x) = x^2.

Compute (45+38)mod7(45 + 38) \mod 7 by modding first.

Compute (45×38)mod7(45 \times 38) \mod 7 by modding first.

Given two polynomials in Z2[X]Z_2[X], add them and simplify the result.

Add 3X3+2X2+13X^3 + 2X^2 + 1 and 3X3+X2+2X+23X^3 + X^2 + 2X + 2 in Z4[X]Z_4[X] and simplify the result modulo 4.

Prove that the function f(x)=3x2f(x) = 3x - 2 is injective.

Prove that the function f(x)=x2f(x) = x^2 is not injective.

Prove that the function f(x)=5x+2f(x) = 5x + 2 is surjective from the reals to the reals.