Clanlu Clanlu
  • 请到 [后台->外观->菜单] 中设置菜单
  • 登录
现在登录。
  • 请到 [后台->外观->菜单] 中设置菜单

Decide whether or not a given binary operator is commutative

Math 2年 前
Solution to Abstract Algebra by Dummit & Foote 3rd edition Chapter 1.1 Exercise 1.1.2

Determine which of the following binary operations are commutative.

  1. The operation $\star$ on $\mathbb{Z}$ defined by $a \star b = a-b$.
  2. The operation $\star$ on $\mathbb{R}$ defined by $a \star b = a+b+ab$.
  3. The operation $\star$ on $\mathbb{Q}$ defined by $a \star b = \frac{a+b}{5}$.
  4. The operation $\star$ on $\mathbb{Z} \times \mathbb{Z}$ defined by $(a_1,b_1) \star (a_2,b_2) = (a_1 b_2 + b_1 a_2, b_1 b_2)$.
  5. The operation $\star$ on $\mathbb{Q} \setminus \{0\}$ defined by $a \star b = \frac{a}{b}$.

Solution:
(1) Not commutative since $$1 \star (-1) = 1 - (-1) = 2$$ but $$(-1) \star 1 = -1 - 1 = -2.$$
(2) Commutative since $$a \star b = a + b + ab = b + a + ba = b \star a.$$
(3) Commutative since $$a \star b = \frac{a+b}{5} = \frac{b+a}{5} = b \star a.$$
(4) Commutative since \begin{align*} (a_1,b_1) \star (a_2,b_2) = &\ (a_1 b_2 + b_1 a_2, b_1 b_2)\\ = &\ (a_2 b_1 + b_2 a_1, b_2 b_1)\\ = &\ (a_2,b_2) \star (a_1,b_1).\end{align*}
(5) Not commutative since $1 \star 2 = \frac{1}{2}$ but $2 \star 1 = 2$.

#Binary Operator#Counterexample
0
Math
O(∩_∩)O哈哈~
猜你喜欢
  • An example explains the impotance of assumption in L’Hospital’s Rule
  • Find limits of sequences III
  • Sequence of rational numbers has an irrational limit
  • The set of prime ideals of a commutative ring contains inclusion-minimal elements
  • Use Zorn’s Lemma to construct an ideal which maximally does not contain a given finitely generated ideal
25 4月, 2021
Show an identity using known identities
精选标签
  • Subgroup 40
  • Order 37
  • Counterexample 36
Copyright © 2022 Clanlu. Designed by nicetheme.