Homework 3 CLARIFICATIONS Due Feb 27
CLARIFY problem 1:
1) TYPO:
I had written:
It is possible that a Boolean formula has
variables, but just
setting two of the variables a certain way makes the entire formula true,
independent of the other variables (e.g.,
is true if
and
).
TYPO: should be x=T and z=F
2) EXAMPLES
is the set of all formulas where there are 100 variables
so that if you set THOSE you get it to be TRUE independent
of how you set the other vars.
EXAMPLE:
let
be any boolean formula
in 3-CNF form
and let
be the formula
This formula
IS in the set
since it
is in 3-CNF form
(I am allowing a clause to have
literals,
Note that many clauses here have 1 literal.)
AND there is a way to set 100 of the vars to
make psi true:
The formula
is TRUE nomatter how the rest of the vars are set.
EXAMPLE
The formula
is NOT in
since
no matter which 100 variables I set to values
I cannot gurantee that the formula is true.
Note that this formula is in SAT but NOT in