Print this problem set out (there 10 problems!) and answer the
problems on the given sheet.
-
What is true ⊕ true? ___________________________
-
What is false ⇒ false?___________________________
-
draw a truth table for your own binary operator that is
different from $\wedge,\vee,\Rightarrow,\Leftrightarrow$ and
$\oplus$. Can you give a meaningful name to the operator?
-
Prove that (x1) ⊕ (¬((x2) ⊕ (x1))) is a propositional
formula
-
Draw the expression tree for a⇒¬b∧a⇒c
-
Evaluate a⇒¬b∧a⇒c under the interpretation (a,b,c) = (true,false,true)
-
Evaluate a⇒¬b∧a⇒c under the interpretation (a,b,c) = (false,false,false)
-
Evaluate (a ⊕ c) ⇔ (¬c ∨ ¬b ) under the interpretation (a,b,c) = (false,true,false)
-
Find an interpretation under which (a⇒c) ⊕ (¬c ∨ ¬b ∨ a)
evaluates to true
[Extra Credit - don't look at it 'til
you have your own answer to this problem ... it may mislead you!]
-
Draw the truth table for the boolean function g(a,b) defined
by the propositional formula (a ⇒ b) ∧ ¬(¬a ⊕ b)
ignore this, we didn't get quite far enough