Home
Home / Academics / Discrete Mathematics / Quiz 3

Quiz 3

Discrete Mathematics · 2 problems · solutions hidden, click to reveal

Flashcards
Problems
Quantifier negation medium
Domain: all real numbers. Express the negation of the following without using the negation symbol:
\[\exists x\,((x < -2) \lor (x \ge 5)).\]
Show solution
\(\neg\exists x((x<-2)\lor(x\ge5)) \equiv \forall x\,\neg((x<-2)\lor(x\ge5)) \equiv \forall x\,(\neg(x<-2)\land\neg(x\ge5))\)
\(\equiv \forall x\,((x \ge -2) \land (x < 5)).\)
Truth value of a quantified statement medium
Domain: all integers. Determine (with justification) the truth value of \(\forall x\,\exists y\,(x = y^2)\).
Show solution

Answer: False.

Take \(x = 2\). The statement specializes to \(\exists y\,(2 = y^2)\), but no integer squares to \(2\), so that is false. Hence \(x=2\) is a counterexample and \(\forall x\exists y(x=y^2)\) is false.