In the following exercises, V(x,y) means "x + y = 2xy", where x and y are integers. Determine the truth value of the statement: ∀x∃y¬V(x,y)
what this says is for every x, there exists an y such that negation of V? what is the negation v?
and also for this question, U(x,y) means "2x + 3y = xy", where x and y are integers. Determine the truth value of the statement: ∃x∀yU(x,y)
so there exists an x such that for every y, 2x+3y=xy?
does that mean there is one x that for any value y, 2x+3y=xy? or?