Problem 6d in Section 1.2 from "A Survey of Modern Algebra" - Birkhoff, Mac Lane
Are the following sets of real numbers integral domains? (d) all real numbers $a + b5^{1/4} $ where a and b are integers.
My question is more specifically about what would prove the closure of multiplication if at all. It seems like $a + b5^{1/4} ; a,b \in \Bbb{Z}$ isn't closed under multiplication.
Here is what I've got thus far.
Zero
$(a + b5^{1/4}) + (0 + 0*5^{1/4}) = (a + b5^{1/4})$
Unit
$(a + b5^{1/4})(1 + 0*5^{1/4}) = (a + b5^{1/4})$
Additive Inverse
$(a + b5^{1/4}) + (-a + [-b]5^{1/4}) = (a-a) + (b-b)5^{1/4} = (0 + 0*5^{1/4})$
Closure Under Addition
$x,y \in \Bbb{Z}$
$(a + b5^{1/4}) + (x + y5^{1/4}) = (a+x) + (b+y)5^{1/4}$
$ (a + x) \in \Bbb{Z}, (b+y) \in \Bbb{Z}$
Closure Under Multiplication
$ (a + b5^{1/4})(x + y5^{1/4}) = ax + (ay + xb + by5^{1/4})5^{1/4}$
$(ay + xb + by5^{1/4}) \notin \Bbb{Z}$
I'm fairly confident that it isn't closed for multiplication and therefor not an integral domain but if history has proven anything it's that my level of confidence and level of correctness are not usually correlated. Thank you in advance for taking the time to read my question and answer.
Note: My original post title had incorrect notation. I believed $a + b5^{1/4} ; a,b \in \Bbb{Z}$ to be equivalent to $\Bbb{Z}[5^{1/4}]$