(The G stands for Gauss; these numbers might be called Gaussian rational numbers, although I don’t know if they actually are.) Is G a field (with the same addition and multiplication operations as in C)? For a question like this, you should either explain why all the axioms for a field are satisfied (you can assume that they hold for C), or else explain why one of the axioms fails. A few sentences could be enough to write.
Answer
G is a field.
Closure under addition and multiplication:
Assume x=a+bi,y=c+di∈G
So a,b,c,d∈Q
So a+c,b+d,(ac−bd,ad+bc)∈Q
x+y=(a+c)+(b+d)i∈Q
xy=(ac−bd)+(ad+bc)i∈Q
Community of addition and multiplication:
x+y=(a+c)+(b+d)i=(c+a)+(d+b)i=y+x
xy=(ac−bd)+(ad+bc)i=(ca−db)+(cb+da)i=yx
Existence of additive and multiplicative identity:
0=0+0i∈G
1=1+0i∈G
Existence of additive inverse:
−x=−a−bi∈G
Existence of multiplicative inverse:
Assume x=a+bi∈G∖{0} and x−1=c+di
We have (a+bi)⋅(d+di)=1
So {ac−bd=1ad+bc=0
Which is [ab−ba][cd]=[10]
We get the inverse matrix [ab−ba]−1=a2+b21[a−bba]
So [cd]=a2+b21[a−bba][10]=a2+b21[a−b]
So c,d∈Q, and x−1=c+di∈G
Distributivity of multiplication over addition:
Follows from the distributivity of multiplication over addition in C
Q2
Consider the set of complex numbers
M={r0+r1e2πi∣r0,r1∈Q}
Is M a field?
Answer
M is a field.
Consider that e2πi=i, we have M={r0+r1i∣r0,r1∈Q}=G.
Since G is a field, M is also a field.
Q3
Consider the set of complex numbers
P={re2πiθ∣r,θ∈Q}
Is P a field?
Answer
P is not a field.
Consider x=e4πi,y=e−4πi∈P, we have:
x+y=2∈/P
So P is not closed under addition.
Q4
The set W={(x,y,z,w)∈R4∣x+y+z+w=0} is a subspace of R4. Find a basis of W.
Answer
We firstly add (1,−1,0,0),(1,0,−1,0),(1,0,0,−1) into the basis of W, they are linearly independent.
Then we could find that if we add (0,1,0,2) in to the set, it will still be linearly independent, and