Section 1
1.1 Exercise 1
Given a Boolean function
Any simple logic statement that uses
using De-Morgan law for
using the claim above we can intuitive say that we need to "roll down the tree" all the NOT gates, and from quick indication I can claim the following.
if
the indication base case is given from claim0.1, so for some Atomic
we can notice that now we need
Now lets
so in any case
on the same way we proof claim 0.2 we can get the same property for the
1.2 Exercise 2
For
1.3 Exercise 3
follow same proses for
hence
so we can claim that the sequence
with the same way decribed above
in general
and we proof that both definition are equivalent
1.5 Exercise 5
Given n, Lets formalize the language
lets present NFA
N accept
to be honest i’m not relay sure about the last few equivalence :)
Now lets show N as DFA
Question 5 (b)
All regular languages is closed under
Lets
1.6 Exercise 6
Let
we can notice that
Question 6 (b)
Let n be a number and let A be a DFA such that
lets assume that
under the assuming we lets look at
and we got an contradiction.
Hence the claim above hold for any
2 Section 2
2.1 Exercise 1
Define the language
its sufficient to see that the following claim hold to proof
the DFA M not accept w iff
First lets notice that Q contain all the subset from
now using reduction on the number of district steps we done for
hence we done n district steps so
hence
2.2 Exercise 2
When A,B regular languages over same alphabet.
by assuming that
which lead to contradiction since
2.3 Exercise 3
we got an contradiction hence
we got an contradiction hence
by our assumption for any
we got an contradiction hence
2.4 Exercise 4
For language L s.t L satisfies pumping lemma with pumping constant
Lets
hence we can write as and we can write as which stand with the lemma property so can write as and we can write as which stand with the claim property
2.5 Exercise 5
(a) Lets L be a regular language over alphabet
for any this DFA will cover any path that accessible fromnow lets look at
lets the language of is define by ,since is regular is regular (Recitation 3 ex.1). for any lets define the following language for any this DFA will cover any path that end in
(b) Lets L be a regular language over alphabet
and are regular. and are regular. is regular
Exercise 6
lets express the following as regular expression
(I) is the regular expression of the language that contain non zeros at all.
(II) is the regular expression of the language that contain exactly 1 zero.
(III) is the regular expression of the language that contain exactly 2 zero.
(IV) is the regular expression of the language that contain exactly 3 zero.
hence combine them all together will hold regular expression of the language that contain at most 3 zeros.
lets express the following as regular expression
(I) is the regular expression of the language that size is exactly 2.
(II) is the regular expression of the language from size 0,4,8..
hence the concatenate of (I) and (II) will hold the
3 Section 3
3.1 Exercise 1
Considering the following language
Lets describe an 2-tape NTM
and define
The idea behind the way I generated
3.2 Exercise 2
(a)For DFA
The idea is to save the last visted state on of A. (b) For TM
Lets define
The idea is kind of same as above but now we track the direction of the head of M
Exercise 3
Disprove
if
Accept.partition
to any combination possible ways lets sayrun
for any , if for some L accept all Accept.else Reject.
the idea is to use
ii. Lets assume
3.4 Exercise 4
Define
i. Lets look at the unary language
Hence its immediate from Rice’s Theorem, or the fact that
ii. We can look at some recursively define
Since we will need circuit for each possible input length, we may need exponential size circuit (in terms of n) to accept words in the language. and the following holds that
3.5 Exercise 5
Prove: If
and then
Define to be a computable mapping redaction functions. now lets , and by dentition we get :Disprove: If
and then
for we know that and butDisprove: If
then
Lets look at , since any other . if we assume that its will lead toDisprove: For every
, then or
Lets look at . If we assume Since its will lead to ,
and if SinceProve: If
is regular, then
Lets A be an DFA s.t when is regular. based on 2(a) we define some TM M that accept and Let be TM that loop forever for any input. hence we can define computable f :Which imply
3.6 Exercise 6
Lets describe algorithm
else Reject
Its implement that we cover any optional input on
Now lets proof
else Reject Ignore
else Reject
I claim that exists maping function from
If
halt accept any inputIf
not halt dont accept any input
Where
Lets look at
since we know that
If
I claim that exists maping function
where
If
If
Lets describe an algorithm
Hence its hold that if both
Now lets proof
And let define
Where
If
If
Lets look at
Since we know that
We can see that
both lead to contradiction
4 Section 4
4.1 Exercise 1
(a)
If
then there exists such that acceptIf
then rejects for every
If
then there exists such that acceptIf
then for every
I
II
Let
(b)
If
then there exists such that acceptIf
then rejects for every
III
I
where V has the property that given input
By the we define the verifier if
4.2 Exercise 2
Let
Since
5 Section 5
5.1 Exercise 1
Assuming
Input: Sets
, and a number .
Question: do there exist mutually disjoint sets
not inProofwe can reduce IS
MDS as follow. let denote an instant of IS problem, for any generate set that contain all edges that have an end in i.e . Its immediate that there is IND-SET size k in iff there exist mutually disjoint sets . The reduction is poly-time computable function in , since we just need travel on and add the elements to the sets as described above. Additionally, given a sets, we can verify if they are disjoint and there are at least of them in poly time. Hence MDSInput: Sets
.
Question: do there exist 3 mutually disjoint sets
inclaim IND 2ProofFirst notice 3IND
using same verifier of IS. Given denote we can label its vertex . run STCON on for any .now by choose any triplet from and check if STCON return 0 for any in total we run times STCON save result on the tape size and check the nation for any triplet in total . all the following is can be compute in poly time. hence 3-IND PHence using same reduction described in (a) its holds that
IND MDS.Input: Sets
, and a number .
Question: do there exist sets such that such that
not inProofwe can reduce CLIC
Q as follow. let denote an instant of CLIC problem. using same proses as described at (a) we generate the sets . Hence if have clic size then exists s.t for any exists for any .CNF
Input: a CNF formula with at most 50 variables.
Question: does there exist an assignment that satisfies
inProofLet
denote algorithm that get as input CNF formula . If contain more then 50 variables then immediately reject, otherwise its "brute force" by set any possible combination of boolean assignment for the given variables, If one of them satisfy its ACCEPT, and if none of them satisfy then REJECT. Since from 50 variables there are total of possible assignment, is polynomial algorithms that decide our problem.Input: a CNF formula
with at most 50 clauses.
Question: does there exist an assignment that satisfies
inProofLet
be a CNF formula with at most 50 clauses on literals. Consider some algorithm that try all possible ways to choose one literal from each clause whenever does Not appear together . If find such an assignment satisfies, otherwise it is not .Since there are at most ways to choose such an assignment, is polynomial algorithms that decide our problem.Input: a 3CNF formula
with even number of variables.
Question: does there exist an assignment that satisfies and gives for exactly one half of the variables?
not inProofwe can reduce 3SAT
3CNF as follow. Given 3SAT formula that have variable , now construct new variable such that each correspond to the opposite value of , its can done by adding to 2-CNF clauses i.eAny solutions to the formula will have half the variables with true values and half false. the following can done in poly-time with computable function just duplicate
variables and add the 2-CNF clauses.Input: undirected graph
, a number .
Question: does there exist in a clique of size at least or an independent set of size at least ?
not inProofwe can reduce IS
CLIC IS as follow. let instant of IS problem, we can construct new graph by adding set of additional isolated vertexes. now define is polynomial. Since then don’t have CLIC size for sure. and exist IS size in exist IS size in . Hence CLIC IS P
5.2 Exercise 2
For every nontrivial
TRUELet
W.L.O.G we can generate arbitrary that yieldNone on input . Decide If Return any If Return any
First line can done in poly-time since , 2 holds because and 3 since . All the following can done in poly-time hence poly-time computable reduction function from
For every nontrivial
Equivalent to an Open Problemclaim claim is TrueProof if any Using 2(a) any non-trivial can reduce to any other claim 2(b) Is true. Consider some non trivial , and assume that exist non trivial . Since then claim 2(b) yield that exists reduction s.t then but and we get an contradiction there is no exist suchThere exists a language in
that is complete w.r.t polynomial-time reductions.
TRUE.claim is complete w.r.t polynomial-time reductions.Proofconsider
for any and TM that accept . computable, and able to write the encode of in poly time. Since , define poly-time reduction for any arbitrary . is complete w.r.t polynomial-time reductionsIf there exists a deterministic TM that decides SAT in time
Then every is decidable by a deterministic TM in time .
TRUE.ProofLet
and denote D-TM that decide SAT. Since then exist some poly-time reduction s.t decide SAT. Let look at d-TM .None on input . Computes Simulate and Answer like accept . Since and its following that
5.3 Exercise 3
if P = NP, there exists a polynomial-time TM, that given a
first notice that if
If
5.4 Exercise 4
We say that a polynomial reduction
For every two nontrivial languages
there exists a from A to B.
ProveProofusing Q2(a) between any non trivial
exists mapping reduction. Since both non trivial, then exists some . Consider s.tIts immediate that
. and define valid poly- reduction. Let us define , we can notice that define from A to B sinceFor every two nontrivial languages
there exists a from A to B.
DisproveProoflet
be any non trivial language s.t . By consider the following claim is true, W.L.O.G we can choose . then exist with some such that . First notice that there is only finite many s.t . We can encode them all correct answers to an algorithm . For given if then its encoded already to . Since , when we can apply finite time of until we achieve some . All can done in poly-time since is poly-reduction. Hence decide any non trivial in polynomial time, its following that , Contradiction.
5.5 Exercise 5
The following languages are NPC:
The verifier for SAT is valid poly-time verifier for EX-3SAT
. We can reduce 3SAT EX-3SAT. Given instant of SAT for any clause , define work as followsIf
i.e have empty clause then it is unsatisfiable. then return any possible combination that can generate using 3 distinct variables i.e clauses of 3EX-SAT when C have just one literal. Let us define such that when C have just 2 literal. Let us define such that then
Hence let
define poly-time reduction from 3SAT to EX-3SAT. Following that EX-3SAT- Proof
First consider some
we can verify that , by simulate M on any input size that is 4 , and in total
Let be any , and denote its polynomial verifier, and assume its runtime is . Any such can reduce as followsThe correctness followed by the verifier definition, and
define computable poly-reduction from any , Hence
6 Section 6
6.1 Exercise 1
Let proof that
We can allocate space on the working tape for counters of the variables and the assignment, and all can done in
space.If
exist some s.t and exist cycle such that and any that satisfies following that satisfies as well contradiction.5 If
then is well defined, since if then by definition . and when we looking at closure size 1 then both reachable as well. Hence if then for any exist s.t then for any . then we get that . and we can consider it asAnd its immediate that t satisfies
6.2 Exercise 3
Let
using Markov’s inequality
Let describe an algorithm
Its immediate that