Show (a) ⊆; Show (b) ⊆.
a) Show A⊆B
Let y ∈ A,
Since 4 | y^2,
y^2 = 4m for some integer m
y = 2sqrt(m), so 2 | y,
which implies y ∈ B
b) Show B⊆A
Let x ∈ B,
Since 2 | x,
x = 2k for some integer k
x^2 = (2k)^2 = 4k^2 = 4(k^2), so 4 | x
which implies x ∈ A
Hence, A = B.
Is my proof correct? Any help will be appreciated. Thank you.