If you have vectors a = (x1, y1) and b = (x2, y2) that are in B, will a + b also be in B?
a=x1^2+y1^2<=1
0^2+0^2<=1
b=x2^2+y2^2=1
0^2+0^2<=1
a+b<=1
If you have a vector a = (x1, y1) that is in B, will any scalar multiple of it also be in B?
a^2(x^2+y^2)<=1
if x and y are equal to 0 or a=0, then...