

InterviewSolution
Saved Bookmarks
1. |
“The product of two negative real numbers is not negative.” Is given by?(a) ∃x ∀y ((x < 0) ∧ (y < 0) → (xy > 0))(b) ∃x ∃y ((x < 0) ∧ (y < 0) ∧ (xy > 0))(c) ∀x ∃y ((x < 0) ∧ (y < 0) ∧ (xy > 0))(d) ∀x ∀y ((x < 0) ∧ (y < 0) → (xy > 0))This question was posed to me in an online quiz.Question is taken from Logics topic in division The Foundation: Logics and Proofs of Discrete Mathematics |
Answer» Right choice is (d) ∀x ∀y ((x < 0) ∧ (y < 0) → (xy > 0)) |
|