The problem I have been working on, in summary:
Let $R$ denote the set of positive real numbers. Define addition, denoted $\oplus$, and multiplication, dentoed $\otimes$, respectively by $a \oplus b = ab$ and $a \otimes b = a^{\log(b)}$. Prove or disprove that $(R,\oplus,\otimes)$ is a field.
So far, I have been working on proving the following axioms, and would like to check the validity of my solutions:
- $(1) \; a \oplus b = ab =ba =b \oplus a$, thus true
- $(2) \; a \oplus (b \oplus c) = (a \oplus b) \oplus c = (ab)c = a(bc)$, thus true
- $(3) \; 0 \oplus a = a \oplus 0 = a; a(0) = 0$, thus false
- $(4) \; a \oplus (-a)=a(-a)=0; a(-a)=-(a^2)$, thus false
Can anyone confirm that this is right? Or if it's wrong, please tell me what I'm doing wrong?
The additive identity ("0") here may not be equal to the real number 0. In fact, the number 0 isn't even in the base set. You need to check whether some element can serve as the identity under $\oplus$. For instance, here the real number 1 is the additive identity. Similarly, the additive inverse, multiplicative identity and multiplicative inverse may also be different.