2
$\begingroup$

I have this exercise:

on the set $A = \mathbb{R} \times \mathbb{R}$ is defined the operation $* : A \times A \rightarrow A$ such that

$\forall (a,x), (b,y) \in A \quad (a,x)*(b,y) = \left ( \frac{2}{5}ab , \frac{3}{4} + y + x \right )$

  1. Check if the operation is associative;
  2. Check if the operation is commutative;
  3. Check if exists the identity element of the algebric structure $(A, *)$;
  4. Check if exists the inverse of $(2,-3)$ in $(A,*)$.

This is what I have done for the first two points, and I think that is right:

  1. Associativity:
    I have to check if the following equation holds
    $\left [ (a,x) * (b,y) \right ] * (c,z) \overset{?}{=} (a,x) * \left [ (b,y) * (c,z) \right ]$

hence,

LHS:
in the following I have assigned $m = \frac{2}{5}ab, n = \frac{3}{4}+y+x$

$\begin{array}{lcl}\left [ (a,x) * (b,y) \right ] * (c,z) & = & \left ( \frac{2}{5} ab, \frac{3}{4} +y+x\right ) * (c,z) \\ & = & (m,n)*(c,z) \\ & = & \left [ \frac{2}{5}mc, \frac{3}{4} + z +n \right ] \\ & = & \left [ \frac{2}{5} \left ( \frac{2}{5}ab \right )c, \frac{3}{4} + z + \left ( \frac{3}{4} +y +x \right )\right ] \\ & = & \left [ \frac{4}{25}abc, \frac{3}{2} +z+y+x\right ] \end{array}$

RHS:
in the following I have assigned $g = \frac{2}{5}bc, h = \frac{3}{4}+z+y$

$\begin{array}{lcl}(a*x)*\left [ (b,y) * (c,z) \right ] & = & (a,x) * \left [ \frac{2}{5}bc, \frac{3}{4}+z+y \right ] \\ & = & (a,x) * (g,h) \\ & = & \left [ \frac{2}{5} ag, \frac{3}{4} + h + x \right ] \\ & = & \left [ \frac{2}{5}a \left ( \frac{2}{5}bc \right ), \frac{3}{4}+\left ( \frac{3}{4} + z + y \right ) +x\right ] \\ & = & \left [ \frac{4}{25}abc, \frac{3}{2} +z+y+x \right ] \end{array}$

the equation holds and the operation $*$ is associative.

  1. Commutative element:
    I have to check if the following equation holds
    $(a,x) * (b,y) \overset{?}{=} (b,y) * (a,x)$

LHS:
$(a,x) * (b,y) = \left ( \frac{2}{5}ab, \frac{3}{4} + y + x \right )$

RHS:
$(b,y) * (a,x) = \left ( \frac{2}{5}ba, \frac{3}{4}+x+y \right )$

the equation holds and the operation $*$ is commutative.

  1. Identity element:
    here, I have some problems, I am not sure on what to do, I have tried this but without success:

maybe, we have to check the following equation?
$(a,x)*(I_b, I_y) \overset{?}{=} (a,x)$

hence,

$\begin{array}{lcl}(a,x)*(I_b, I_y) & = & \left [ \frac{2}{5}aI_b, \frac{3}{4} + I_y + x \right ] \end{array}$

i.e. we should find a value to $(I_b,I_y)$ such that $\left [ \frac{2}{5}aI_b, \frac{3}{4} + I_y + x \right ] = (a,x)$

and therefore I have problems in point 4.

I don't know!
Please, can you help me?
Many thanks really!

2 Answers 2

1

$(I_b, I_y)=(\frac{5}{2},\frac{-3}{4})$ and inverse of $(-3,2)$ is $(\frac{-25}{12},\frac{-14}{4})$ because $(\frac{-6}{5}b,\frac{3}4+2+y)=(\frac{5}{2},\frac{-3}{4})\Rightarrow (b,y)=(\frac{-25}{12},\frac{-14}{4})$

  • 0
    ok, but, the element was $(2,-3)$, so following your way, $$\begin{array}{lcl}(2,-3)*(b,y)&=&\left( \frac{2}{5}2b, \frac{3}{4}+y+(-3)\right) \\ &=& \left ( \frac{4}{5}b, -\frac{9}{4}+y \right )\end{array}$$ hence, I set the equations: $$\frac{4}{5}b=\frac{5}{2} \iff \frac{5}{4} \frac{4}{5}b=\frac{5}{2}\frac{5}{4} \iff b=\frac{25}{8}\\ -\frac{9}{4}+y=-\frac{3}{4} \iff y = -\frac{3}{4}+\frac{9}{4} \iff y=\frac{6}{4}$$ so the inverse of $(2,-3)$ is $\left( \frac{25}{8}, \frac{6}{4} \right)$. Am I right?2017-02-16
  • 0
    yes, you are right.2017-02-16
1

Supposing $(a,x)$ is an identity element immediately tells us that $\left(\frac{2}{5}(1)(a), \frac{3}{4} + x + 1\right) =(1,1) \ast (a,x) = (1,1)$. Now you can see what $a,x$ specifically have to be in order for $(a,x)$ to qualify as an identity element: $a = \frac{5}{2}$ and $x = -\frac{3}{4}$. But you still need to check that $\left(\frac{5}{2},-\frac{3}{4}\right)$ is truly an identity element.

  • 0
    i.e. to check, I have to substitute that couple to $(b,y)$ having therefore: $$\begin{array}{lcl}(a,x)*(\frac{5}{2},-\frac{3}{4})&=&\left(\frac{2}{5}a\frac{5}{2}, \frac{3}{4}+\left(-\frac{3}{4}\right)+x\right) \\ &=&(a,x)\end{array}$$2017-02-16
  • 0
    More or less. What my post proves is that, if $A$ has an identity element at all, it could only be $ \left(\frac{5}{2}, - \frac{3}{4} \right) :=e$. But just because $e$ is the only element of $A$ that *could* be an identity element doesn't automatically mean $e$ *has to be* an identity element. To show that $e$ truly is an identity element, you must show that $e * (b,y) = (b,y)*e = (b,y)$ for any element $(b,y) \in A$. Because you know $*$ is commutative, you really only need to show that $e*(b,y) = (b,y)$ for any $(b,y) \in A$.2017-02-16