If the domain of discourse is all integers, find a counterexample*, if possible, to the following universally quantified statements:
a. ∀x∃y(x = 1/y)
b. ∀x∃y(y2 −x < 100)
c. ∀x∀y(x2= y3)
1. For integers a and b,if ab is odd, then a and b are odd.
2. If xy=(x +y)^2 / 4 ,then x=y. prove the following 2 statements, state the method used and explain all necessary steps.
3.Suppose that factorial is the Python function defined below. Use this function to give a
proof by induction of the statement: For all n ∈ N, factorial(n)= n!. def factorial(n):
if n==0:
return 1
elif n==1:
return 1
else:
return factorial(n-1)∗n
3.The sets (A-B), \\(A\\cap B\\) and (B-A) are mutually disjoint implies…
a.the difference of any two is the null set
b.the intersection of any two is the null set
c.the union of any two is the null set
d.None of the option
4._____ is the set of elements which are common to A and B, that is, those elements which belong to A and which belong to B.
a.The difference of Sets A and B
b.The union of sets A and B
c.The intersection of sets A and B
d.The compliment of sets A and B
In a game of chess, a queen can travel any number of squares in a straight line- horizontally, vertically or diagonally. Moving the queen from queen (q) to king (k) visiting each square exactly once with the minimum number of moves possible