Chapter 11: Problem 17
Write \(x y, x \vee y, \bar{x},\) and \(x \uparrow y\) in terms of \(\downarrow\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 17
Write \(x y, x \vee y, \bar{x},\) and \(x \uparrow y\) in terms of \(\downarrow\)
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Find the disjunctive normal form of each func. tion using algebraic techniques. (We abbreviate \(a \wedge b\) as \(a b .)\) \(f(x, y, z)=x \vee y(x \vee \bar{z})\)
Show that the set of gates \\{ \(\mathrm{NOR}\\}\) is functionally complete.
Tell whether the given expression is a Boolean expression. If it is a Boolean expression, use Definition 11.1 .9 to show that it is. $$ x_{1} \wedge \bar{x}_{2} \vee x_{3} $$
Let \(*\) be a binary operator on a set \(S\) containing 0 and \(1 .\) Write a set of axioms for \(*\), modeled after rules that NAND satisfies, so that if we define $$ \begin{aligned} \bar{x} &=x * x \\ x \vee y &=(x * x) *(y * y) \\ x \wedge y &=(x * y) *(x * y) \end{aligned} $$ then \((S, \vee, \wedge,-, 0,1)\) is a Boolean algebra.
Let \(B(x, y)\) be a Boolean expression in the variables \(x\) and \(y\) that uses only the operator \(\leftrightarrow\) (see Definition 1.3 .8 ). (a) Show that if \(B\) contains an even number of \(x\) 's, the values of \(B(\bar{x}, y)\) and \(B(x, y)\) are the same for all \(x\) and \(y\) (b) Show that if \(B\) contains an odd number of \(x\) 's, the values of \(B(\bar{x}, y)\) and \(\overline{B(x, y)}\) are the same for all \(x\) and \(y\) (c) Use parts (a) and (b) to show that \(\\{\leftrightarrow\\}\) is not functionally complete. This exercise was contributed by Paul Pluznikov.
What do you think about this solution?
We value your feedback to improve our textbook solutions.