Section 1

1.1 Exercise 1

Given a Boolean function f:{0,1}n{0,1} and a boolean circuit C of size |C|=s that computes f, Lets proof that there existences of a boolean circuit C that’s stand with the question property.

claim 1.1

Any simple logic statement that uses or before ¬ can be re-form to ¬ before or using one additional gate

Proof

using De-Morgan law for x,y{0,1} : ¬(xy)= ¬x¬y and on the same way for ¬(xy)= ¬x¬y, we apply the same statement using extra one gate in total.

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.

claim 1.2

if P have some cycle C size K that compute it three is some cycle |C|=|2K1| that can computes P where all the ¬ gate’s before any or gates

Proof

the indication base case is given from claim0.1, so for some Atomic P where Pi{0,1} in total |K| simple gates we get:

¬(P1P2Pn)¬P1¬P2¬Pn

we can notice that now we need |K| NOT gates and|K1| of gates, and in total |K+K1| gates. and all the ¬ gate’s before any gate’s.
Now lets Pk be any boolean function that stand with the induction property,for some x,y{0,1} lets look at:

X=¬(Pkx)=¬PK¬x,Y=¬(Pky)=¬PK¬y

so in any case X,Y can be written in |2k1| gates of Pk, additional NOT gate and one or gate, in total |2k1+3|=|2k+2| under the induction assumption we know that P have some |C|=K that compute it ,so C including the following ¬, witch is size |K+3| and can compute X

on the same way we proof claim 0.2 we can get the same property for the gate, so in total for some f we can find for any appearance of ¬ gate C , and each time apply De-Morgan law. based on claim 2 this new |C| hold the property (a)(b)(c).

1.2 Exercise 2

For f that has a circuit C of size m over B, C can be written as a binary tree with m internal nodes. Each internal node is labelled by a gate, and each leaf is labelled by a variable, for each vC lets Lv:{0,1}k{0,1}be the circut that accept language , according to Lupanov ’58 theorem its can be expressed as language over DeMorgan basis ,using the result of exercise 2 at Recitation 1 ,we know that for such Lv language there is some C that can accept it when |C|=O(2k) hence for vCM|Lv| can be decided with some Cm size O(m2).

1.3 Exercise 3

Lets M be an DFA such as M=(Q,,δ,q0,F) and assume that M accept some w i.e δ^m(q0,w)F. using δ^m definition ,lets ki be the state such as

 δ^m(q0,w)=kn
 δ^m(q0,w)=δ(δ^m(q0,w1,w2wn1),wn)kn1=δ^m(q0,w1,w2wn1)

follow same proses for n2,n3, so for general ki on the "back-word" path

 δ^m(q0,wj)=δ(δ^m(q0,w1,w2wj1),wj)kj1=δ^m(q0,w1,w2wj1)

hence kiQ , knF, k0=q0 and δm(ki1,wi)=ki for 1in
so we can claim that the sequence k1,k2,kn stand with the property of the second equivalent DFA definition.

Lets M be an DFA such as M=(Q,,δ,q0,F) and we assume that
qiQ , qnF,w0=q0 and δm(qi1,wi)=qi for some w=w1,w2,wn and q1,q2,qn
with the same way decribed above

 δ(q0,w1)=q1,δm^(q0,w1,w2)=δ(δ(q0,w1),w2)=δ(q1,w2)=q2,

in general

 δm^(q0,w1,,wj)=δ(δm^(q0,w1,,wj1),wj)=qj
 δm^(q0,w1,,wn)=δ(δm^(q0,w1,,wn1),wn)=qnF

and we proof that both definition are equivalent


1.5 Exercise 5

Given n, Lets formalize the language

Ln={w0wn|w{0,1}wn{0,1}n1}

lets present NFA N=(Q,Σ,δ,S,F) that accept Ln , we know that any NFA can be transform to DFA .

Q={q0,q1,qn},Σ={0,1},S={q0},F={qn}
δ(qi,σ)={{q0,q1}if qi=q0σ=0{q0}if qi=q0σ=1{qi+1}if 0<qi<qnσΣϕif qi=qnσΣ

claim 1.3

N accept Ln

Proof

wLn

w{w0wn|w{0,1}wn{0,1}n1}w^Σ.σ{0}.wn{0,1}n1
w^Σ.σ{0}.δ^w(q1,wn)Qw^Σ.δ(q0,q1),δ^w(q1,wn))Q
w^Σ.δ^(q0,qn)Qqi,qjQ.δ^(q0,qn)F
δ(δ^w(q,qn),σ)qQσΣ.δ^(q0,qn)Fϕ.(q0,qn)F(q0,qn)L(N)

to be honest i’m not relay sure about the last few equivalence :)

Now lets show N as DFA

Qm={[R]|RQ},Σ={0,1},δ0=q0,Fm={[R]|RQϕ},δm([R],σ)=qRδ(q,σ)




Question 5 (b)

claim 1.4

All regular languages is closed under with a any regular language.

Proof

Lets L1 and L2 be regular, using the regular opertor we know already, we can immediately claim that following holds

L1L2L1L2 is regular language

1.6 Exercise 6

Let A=(Q,,δ,q0,F) be a DFA, and let w1,w2Σ be words such that δ^(q0,w1)=δ^(q0,w2). Lets proof that for every word wΣ it holds that w1wL(A)w2wL(A) now we set some qk such as
δ^(q0,w1)=δ^(q0,w2)=qkQ. now we construct new A1 and A2 in the following way:

A1=(Q,Σ,δ,q0,qk=F1),A2=(Q,Σ,δ,qk,F2=F)

we can notice that δ^(q0,w1)=δ^(q0,w2)L(A1) ,and for some w such as wL(A2) we get

wL(A2)δ^(qk,w)F2δ^(qk,w)F
qkF1,δ^(qk,w)F
wL(A1).δ^(δ^(q0,w)),w)F
δ^(δ^(q0,w1)),w)Fδ^(δ^(q0,w2)),w)F
w1wL(A)w2wL(A)



Question 6 (b)
Let n be a number and let A be a DFA such that L(A)={0i1i:0in}. now follow the hint

claim 1.5

δ^(q0,0i)δ^(q0,0i) for any ij

Proof

lets assume that q^=δ^(q0,0i)=δ^(q0,0j) and without any loss of generality i<j .from A definition we know that wi:=0i1i,wi:=0j1jL(A) i.e for δ^(δ^(q0,0j),1i) we can get to for some qF. now lets look at

δ^(q0,w)F δ^(δ^(q0,0i),1j)=δ^(q^,1i)

under the assuming we lets look at

δ^(q^,1i)=δ^(δ^(q0,0j),1i)=δ^(q0,0j1i)F

and we got an contradiction.

Hence the claim above hold for any ij and in total we find that A has at least n accepting state.

2 Section 2

2.1 Exercise 1

Define the language Ln over alphabet n={1,2,...,n} to be the set of words which do not contain all the letters from n, now lets describe DFA M=(Q,,δ,q0,F) s.t M accept Ln.

Q={qk|k{Σn}},Σ=Σn,q0=qϕ,F={Q/{1,2,3n}}
δ(qk,σ)={qkσif σ{k}qkif σ{k}

its sufficient to see that the following claim hold to proof M accept Ln

claim 2.1

the DFA M not accept w iff {σ:σw}={kn} when kn is the set of all the letters from Σn

Proof

First lets notice that Q contain all the subset from Σn including the empty set witch correspond the empty world i.e {σ} so in total we looking at O(2n) state for finite alphabet size n.
wLm if wΣn since M have only one state lets call it qn which is not accepting state, hence δ^(q0,w)=qn we must go through at least n state to achieve qn.
now using reduction on the number of district steps we done for w^=ϕ δ(q0,ϕ)=q0 and for some w^,σ^ s.t

σ^|{σ:σw^}|=|k|,δ^(q0,w^)=qkδ(qk,σ^)=qkσ^=δ^(q0,(w^||σ^)),{σ:σw^||σ^}|=|k+1|

hence we done n district steps so |{σ:σw}|=n since M is DAG (except the self loops) w contain all the letters from the alphabet
w:=σΣn|σ{w} now lets look at the first σw, so δ(q0,σ)=qσQ if the next letter in w hold σ^σ,δ(qσ,σ^)=qσ but we know that w have n district letters so in total we get

δ^(q0,w)=δ^(qσ1,w^{w^}={w/σ1})=δ^(q{σ1,σ2σk},w^{w^}={w/σ1,σ2σk})=δ(q{w/σn},σn)=qnF

hence wLm.

2.2 Exercise 2

When A,B regular languages over same alphabet. AB={xy:xAyB|x|=|y|} lets define

Σ={0,1},A=L(0),B=L(1)

by assuming that AB is regular language, using the property of regular language operation we get.

(AB){0,1}={0i,1i|i0}

which lead to contradiction since {0i,1i|i0} is not regular language

2.3 Exercise 3

\textbf{(a)} L1={w:#a(w)#b(w)} over Σ={a,b,c}
L1 is not regular while assuming it is. for fix lets w=ba ,wL1 based on Pumping Lemma we can notice |w|>, and for any patrion of w=xyz such that |y|>0,|xy| hence y is in the form of bk now lets look at

b+ka#b(b+ka)>#a(b+ka)b+kaL1

we got an contradiction hence L1 is not regular

\textbf{(b)} L2={w:|w|Nevenw=wR)} over Σ={0,1}
L2 is not regular while assuming it is. for fix lets w=1001 ,wL2 based on Pumping Lemma we can notice |w|>, and for any patrion of w=xyz such that |y|>0,|xy| hence y is in the form of 1k now lets look at

(1k+001)(1k+001)R1k+001L2

we got an contradiction hence L2 is not regular

\textbf{(c)} L3={w:|w|Nevenw=wR)} over Σ={0}
L3 is regular language since we can be written as regular expression

L3=L((00))={00}={ϵ,00,0000,}


\textbf{(d)} L4={w:|w|N s.t |w|=n3} over Σ={0,1}
L4 is not regular while assuming it is. for fix lets w=03 ,wL4 based on Pumping Lemma we can notice |xyz|>, and for any patrion of w=xyz such that |y|>0,|xy|. hence for some k,m such that k+m this means that :

x=0k,y=0m,z=03km,xyz=03

by our assumption for any nN, xynz=03+m(n1)L4, lets choose n=2

since 1m we will get for some tt3=3+m
but t3(+1)3=3+32+3+1>3+3+mt3>3+m

we got an contradiction hence L4 is not regular

2.4 Exercise 4

claim 2.2

For language L s.t L satisfies pumping lemma with pumping constant ,
L||L satisfies pumping lemma with pumping constant 2

Proof

Lets w1,w2L i.e w1Lw2L and lets assume |w1w2|2 to imply the pumping lemma, now we can notice that there is 2 possible scenario

  • |w1| hence we can write w1 as w1=xyz and we can write w1w2 as w1w2=xyz||w2 which stand with the lemma property

  • |w1|< so |w2|> can write w2 as w2=xyz and |xy||w1xy|2,|y|>0 we can write w1w2 as w1xxyz which stand with the claim property

2.5 Exercise 5

(a) Lets L be a regular language over alphabet Σ. and we will proof the language L define L={xyz:xyRzL} is regular. since L is regular exists some DFA that accept L M=(Q,Σ,δ,q0,F) now lets define few new DFA’s s.t:

  • Mq0,qk=(Q,Σ,δ,q0,qk) for any qkQ this DFA will cover any path that accessible from q0

  • now lets look at Mqk,qj=(Q,,δ,qk,qj)lets the language of Mqk,qj is define by L(Mqk,qj)={w:qk,qjQ| exists path s.t qkqj} ,since L(Mqk,qj) is regular rev(L(Mqk,qj)) is regular (Recitation 3 ex.1). for any qk,qjQ lets define the following language L(Mqk,qj)R

  • Mqk,F=(Q,Σ,δ,qk,F) for any qkQ this DFA will cover any path that end in F

claim 2.3

L=qi,qjL(Mq0,qi)||L(Mqi,qj)R||L(Mqj,F)

Proof
w=xyzLxyRzLδ^(δ^(δ^(q0,x),yR),z)Fm
Mq0,qi:δ^(q0,x)FMq0,qiL(Mqi,qj)R:yL(Mqi,qj)RMqj,F:δ^(qj,z)FMqj,F=Fm
xyzqi,qjL(Mq0,qi)||L(Mqi,qj)R||L(Mqj,F)

(b) Lets L be a regular language over alphabet Σ. and we will proof the language L define L={xyΣ:(xL) XOR (yL)} is regular. using the closure property of regular language

  • L={xΣ:xL} and L={xΣ:xL} are regular.

  • L||L={xyΣ:xLyL} and L||L={xyΣ:xLyL} are regular.

  • (L||L)(L||L)={xyΣ:(xLyL)(xLyL)=(xL) XOR (yL)} is regular

Exercise 6

\textbf{(a)} {wΣ:#0(w)3}
lets express the following as regular expression

1I101II10101III1010101IV

(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.

\textbf{(b)} {wΣ:|w| mod 4=2}
lets express the following as regular expression

(01)(01)(I)((01)(01)(01)(01))II

(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 |w| mod 4=2 property

3 Section 3

3.1 Exercise 1

Considering the following language

L={#1n#x1xn:ij s.t xixj}

Lets describe an 2-tape NTM M that allow the head to stay at the same place, that recive input #1n#(n>1) and implements the first part of decide L

Q={q0,qa,qr},Σ={1,#},Γ={1,#,}

and define δ :


The idea behind the way I generated δ is first to verify we start "legal" sequence i.e ij and i,j>0 and split non-deterministic for any i,j the NTM run

3.2 Exercise 2

(a)For DFA A=(Q,Σ,δ,q0,F). lets describe a 2-tape TM M that accept L(A)

Q={qm,qa,qr},Σ=Σ,Γ=Σ{{qQ},},q0=qm
δ(q,(σ1,σ2))={(qm,(σ1,δ(q0,σ1),(R,L))if σ1Σσ2=(qm,(σ1,δ(σ1,σ2)),(R,L))if σ1Σσ2=qQ/F(qa,(σ1,σ2),(R,L))if σ1=σ2=qF(qr,(σ1,σ2),(R,L))if σ1=σ2=qF

The idea is to save the last visted state on of A. (b) For TM M=(Q,Σ,δ,q0,F). lets describe a 2-tape TM M2 that accept L(M)

Q={qm2,qa,qr},Σ=Σ,Γ=Σ{qQ},q0=qm2

Lets define q^,σ^,D^ to be the triplet such that δ(q,σ)(q^,σ^,D^)

δ(q,(σ1,σ2))={(qm,(σ^,q^),(D^,L))if σ1Σσ2=(qm,(σ^,q^),(D^,L))if σ1Σσ2=qQ(qa,(σ1,qa),(R,L))if σ2=qaσ1(qr,(σ1,qr),(R,L))if σ2=qrσ1

The idea is kind of same as above but now we track the direction of the head of M

Exercise 3

Proposition 1

Disprove RE is not closed under complement.

For L,L, if both are semi-decidable both are decidable, (can just flip the nation reject accept) if we assume RE closed under complement, LRE,LRE we get that RE=R

Proposition 2

coRE is closed under intersection.

By detention LcoRE if LRE. using the fact that RE Closures under union we can apply De-Morgan law for some L1,L2coRE which lead us to :

L1,L2REL1L2REL1L2coREL1L2coRE

Proposition 3

R is closed under Kleene star.

w.l.o.g LR such that exist TM T that decide L.now we can build an TM M that accept L for input x .

if x=ϵ Accept.

partition |x|=n to any combination possible ways lets say xpower:=({x1},{x2}{x2n1})

run L for any w{xi}, if for some xi L accept all w{xi} Accept.

else Reject.

Proposition 4

RE is closed under Prefix, but R is not closed under Prefix,

i. Since LRE, there exists an enumerator fL. Its will be sufficient to describe fprefix to proof that LREPrefix(L)RE Now lets built new fprefix.

fprefix=w:={σ1σk}k:0<k<|w| for any fL=w

the idea is to use fL output and apply Prefix on any world to create fprefix

ii. Lets assume R closed under Prefix. and lets look at my favourite TM MF for LfRE/R. now lets construct new L^ consisting of strings from the encode of MF and # i.e MF# now I claim that L^ Accept only when its see # ,otherwise its Reject. hence exist some deterministic TM that Reject/Accept. L^R, but Prefix(L^)=LfR

3.4 Exercise 4

Define Size(O(n)):

Size(O(n))={L:C:={Cn}nN s.t L(C)=L|Cn|O(n)nN}

i. Lets look at the unary language L{1n:nN}, its immediate that LSize(O(n)) since its needs to have a single “hardwired” bit for indicating 1n. now lets look at the language LU

LU:={1n| The Turing machine encode to n halts on ϵ.}

Hence its immediate from Rice’s Theorem, or the fact that HTMϵ mLU that LUR and LUSize(O(n))

ii. We can look at some recursively define LR for example:

L={12n:n0}

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 LSize(O(n))

3.5 Exercise 5

  1. Prove: If L1mL2 and L2mL3, then L1mL3.
    Define f12,f23 to be a computable mapping redaction functions. now lets wL1, and by dentition we get :

    wL1f12(w)L2f23(f12(w))L3
  2. Disprove: If L1mL2 and L2mL1, then L1=L2.
    for HTM,ATM we know that HTMmATM and ATMmHTM but ATMHTM

  3. Disprove: If L1L2 then L1mL2.
    Lets look at L=Σ,LR since any other LL. if we assume that LmL its will lead to LRE

  4. Disprove: For every L1,L2, then L1mL2 or L2mL1
    Lets look at ATM,ATM. If we assume ATMmATM Since ATMRE its will lead to ATMR,
    and if ATMmATM Since ATMco-REATMR

  5. Prove: If L is regular, then LmHALT
    Lets A be an DFA s.t L(A)=L when L is regular. based on 2(a) we define some TM M that accept L(A) and Let Mloop be TM that loop forever for any input. hence we can define computable f :

    f(w)={M,wif wMMloop,wif wM

    Which imply LmHALT

3.6 Exercise 6

(a) L={M:M is a TM and |L(M)|>10}RE/R

Lets describe algorithm A10 that accept L

---
A10 on input M M is a valid encode of TM
else Reject k 1 k< counter 0 i 1 to k simulate M on wi for k stepswi generated from Σ of M M acceptcounter + 1 counter >10 Accept
Its implement that we cover any optional input on M and while discovered more then 10 worlds in L we accept. hence LRE
Now lets proof LR using reduction from HALTmL. now lets define M
---
M on input M,w^ . M,w^ is a valid encode of TM and word
else Reject Ignore w^ Write M and w on the tape run M on w Accept if M halt
else Reject
I claim that exists maping function from HTM to L s.t:

If M,w^HTMM(w^) halt M accept any input |L(M)|>10ML

If M,w^HTMM(w^) not halt M dont accept any input |L(M)|<10ML

f(M,w)={Mif M,w is valid input of TM and wordMfavouriteotherwise 

Where Mfavourite is my favourite TM that hold |L(Mfavourite)|=10

(B) L={M:M is a TM that accepts 1 but does not accept 0}REco-RE

Lets look at

L1¬2={M1,w1,M2,w2|w1L(M1)w2L(M2)}

since we know that L1¬2REco-RE we can can apply mapping reduction. Now lets construct a TM M1¬2 that work as follow:

None
M1¬2 on input w. If w=0 Then simulate M2 on w2 If w=1 Then simulate M1 on w1
If w0w1 Accept
I claim that exists maping function f from L1¬2 to L s.t:

f(M1,w1,M2,w2)={M1¬2if M1,w1,M2,w2 is valid input of 2 TMs and 2 wordsM0otherwise 

where M0 is some TM that accept 0

If M1,w1,M2,w2L1¬2w1L(M1)w2L(M2)
1L(M1¬2)0L(M1¬2)M1¬2L

IfM1,w1,M2,w2L1¬2w1L(M1)w2L(M2)
1L(M1¬2)0L(M1¬2)M1¬2L

(c) L={M1,M2:M1,M2 are TMs and L(M1)L(M2)=}co-RE/R

Lets describe an algorithm A that reject for L

None
A on input M1,M2 k 1 k< i 1 to k simulate M1 and M2 on wi for k steps If both accept then Reject
Hence its hold that if both M1,M2 accept same word then L(M1)L(M2), Lco-RE.
Now lets proof LR using reduction from ETMmL. and its will be sufficient to see that ETMmL now lets define ND-TM ME
None
ME on input M^ . Guess w from Σ Simulate non-deterministic M on w
And let define f s.t:

f(M)={ME,MACCif M is valid input ME,Motherwise 

Where MACC is TM that accept any input, and M is TM that don’t accept any word.

If METML(M)L(ME)L(MACC)ME,MACCL

If METML(M)=L(ME)L(MACC)=ME,MACCL.


(d) L={M1,M2:M1,M2 are TMs and L(M1)L(M2)}REco-RE

Lets look at

EQ={M1,M2:are TMs and L(M1)=L(M1)}

Since we know that EQREco-RE we can can apply mapping reduction EQmL. Now lets construct a TM MEQ that work as follow:

None
MEQ on input M1,M2 . Run MLM1,M2we assume that exist some TM ML that halt ML reject Reject ML accept simulate MLM2,M1 Answer like MLM2,M1
We can see that MEQ decides EQ, since MEQ accept L(M1)L(M2)L(M2)L(M1). from the way we construct MEQ its guaranteed that will act like any ML we plug in (halt/loop). Hence if we assume MEQ halt and accept EQR. on the other hand if we assume MEQ halt and reject EQco-RE
both lead to contradiction

4 Section 4

4.1 Exercise 1

(a)

If xL, then there exists cΣ such that V accept (x,c)

If xL, then V rejects (x,c) for every cΣ


If xL, then there exists cΣ such that V accept (x,c)

If xL, then V does not accept (x,c) for every cΣ


I II first property hold since its identical. and the second since when V reject (x,c) V does not accept (x,c).
II I Let VII define a verifier. to prove that for some L exists a verifier by I, its sufficient 1 to prove that LRE. now lets define TM that run as follow.

None
ML on input x Let c1,c2 denote lexicographic order for cΣ i 1 i< j 1 to i simulate VII(x,cj) for i steps Accept if VII(x,cj)
Let xL exists V s.t V accept (x,c)ML halt and accept at some point. and If xL then ML does not accept matter how many steps we run. Hence L(ML)=L

(b)

If xL, then there exists cΣ such that V accept (x,c)

If xL, then V rejects (x,c) for every cΣ

V always halt

III I is trivial, since its weaker condition.

I III Let V define a verifier for some L,same as above by Def 1 its following that LRE, and let ML define some TM that accept it. we can write the following:

L={x:c such that (x,c)L(V)}

where V has the property that given input (x,c),V reject any input if xL .

None
VIII on input (x,c) If (x,c) is invalid input then Reject Emulate in parallel ML(x) and V(x,c) Accept if ML accept Reject if V Reject
By the we define the verifier if xL ML halt and accept. and if xL then V reject any input i.e halt and reject . Hence V always halt

4.2 Exercise 2

Let CRE be such that C. then

LC={M:M is a TM and L(M)C}RE

Since CRE then exist some LRE such that LC. Let ML denote TM that accept L

5 Section 5

5.1 Exercise 1

Assuming PNP

  1. Input: Sets A1,...,An, and a number k.
    Question: do there exist k mutually disjoint sets Ai1,...,Aik
    not in P

    Proof

    we can reduce IS P MDS as follow. let G(V,E) denote an instant of IS problem, for any viV generate set Ai that contain all edges that have an end in vi i.e vivjAivivjE. Its immediate that there is IND-SET vi1,...,vik size k in G iff there exist k mutually disjoint sets Ai1,...,Aik. The reduction f is poly-time computable function in O(|V|+|E|), since we just need travel on G 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 k of them in poly time. Hence MDSP

  2. Input: Sets A1,...,An.
    Question: do there exist 3 mutually disjoint sets Ai,Aj,Ak
    in P

    claim

    3IND 2 P

    Proof

    First notice 3INDNP using same verifier of IS. Given G(V,E) denote |V|=n,|E|=m we can label its vertex 1n. run STCON on G,vi,vj for any i,j .now by choose any triplet from {1n}3 and check if STCONG,vi,vj return 0 for any i,j{i,j,l} in total we run (n2) times STCON save result on the tape size (n2) and check the nation for any triplet in total (n3). all the following is can be compute in poly time. hence 3-INDP

    Hence using same reduction described in (a) its holds that 3INDP3MDS.

  3. Input: Sets A1,...,An, and a number k.
    Question: do there exist k sets such that Ai1,...,Aik such that AiAj
    not in P

    Proof

    we can reduce CLIC P Q(c) as follow. let G=(V,E) denote an instant of CLIC problem. using same proses as described at (a) we generate the sets Avi,...,Avn. Hence if G have clic size k then exists v1vk s.t (v1v2)(v2,v3)(vk1vk)E for any e=vivj exists xAi,AJ AiAj for any ij.

  4. CNF50v
    Input: a CNF formula ψ with at most 50 variables.
    Question: does there exist an assignment that satisfies ψ
    in P

    Proof

    Let A denote algorithm that get as input CNF formula ψ. If ψ contain more then 50 variables then A 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 250 possible assignment, A is polynomial algorithms that decide our problem.

  5. Input: a CNF formula ψ with at most 50 clauses.
    Question: does there exist an assignment that satisfies ψ
    in P

    Proof

    Let ψ be a CNF formula with at most 50 clauses on n literals. Consider some algorithm A(ψ) that try all possible ways to choose one literal from each clause whenever xi,¬xi does Not appear together i. If A find such an assignment ψ satisfies, otherwise it is not .Since there are at most (2n)50 ways to choose such an assignment, A is polynomial algorithms that decide our problem.

  6. Input: a 3CNF formula ψ with even number of variables.
    Question: does there exist an assignment that satisfies ψ and gives True for exactly one half of the variables?
    not in P

    Proof

    we can reduce 3SAT P 3CNFhalf as follow. Given 3SAT formula ψ that have n variable x1xn, now construct new n variable y1yn such that each yi correspond to the opposite value of xi, its can done by adding to ψ 2-CNF clauses i.e

    (x1y1)(x1y1)(xnyn)(xnyn)

    Any 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.

  7. Input: undirected graph G, a number k.
    Question: does there exist in G a clique of size at least k or an independent set of size at least k?
    not in P

    Proof

    we can reduce IS P CLICIS as follow. let G=(V,E) instant of IS problem, we can construct new graph G by adding set of additional |V|=|V| isolated vertexes. now define

    f(G=(V,E),k)=G=(V+V,E),k+|V|

    f is polynomial. Since k+|V|>|V| then G don’t have CLIC size k+|V| for sure. and exist IS size k in G exist IS size k+|V| in G. Hence CLICIS P

5.2 Exercise 2

  1. For every nontrivial L1,L2P,L1L2
    TRUE

    Let L1,L2P W.L.O.G we can generate arbitrary f that yield L1PL2

    None
    f on input w . Decide wL1 If wL1 Return any wL2 If wL1 Return any wL2
    First line can done in poly-time since L1P, 2nd holds because L2 and 3nd since L2Σ. All the following can done in poly-time hence f poly-time computable reduction function from L1PL2

  2. For every nontrivial L1,L2NP,L1PL2
    Equivalent to an Open Problem

    claim

    P=NP claim 2(b) is True

    Proof

    if P=NP any L1,L2NPL1,L2P Using 2(a) any non-trivial L1,L2P can reduce to any other L1pL2 claim 2(b) Is true.

    Consider some non trivial L2P, and assume that exist non trivial L1NP/P. Since PNP then L2NP claim 2(b) yield that exists reduction s.t L1PL2 then L1P but L1NP/P and we get an contradiction there is no exist such L1NP/P=NPPP=NP

  3. There exists a language in RE that is complete w.r.t polynomial-time reductions.
    TRUE.

    claim

    ATM is complete w.r.t polynomial-time reductions.

    Proof

    consider f(w)=M,w for any LRE and TM M that accept L. f computable, and able to write the encode of M,w in poly time. Since wLM,wATM, f define poly-time reduction for any arbitrary LRE. ATM is complete w.r.t polynomial-time reductions

  4. If there exists a deterministic TM that decides SAT in time nO(logn)
    Then every LNP is decidable by a deterministic TM in time nO(logn).
    TRUE.

    Proof

    Let LNP and MSAT denote D-TM that decide SAT. Since SATNPC then exist some poly-time reduction f s.t LPSAT decide SAT. Let look at d-TM M.

    None
    M on input w . Computes f(w) Simulate MSAT(f(w)) and Answer like MSAT
    wLMSAT accept f(w)f(w)SAT. Since fO(n)|f(w)|=nk and MSATO(nO(logn)) its following that

    M(w)=MSAT(f(w))O(MSAT(nk))=O(nk)O(lognk)=O(nO(logn))

5.3 Exercise 3

claim

if P = NP, there exists a polynomial-time TM, that given a 3CNF formula ψ , outputs a satisfying assignment for ψ or indicates one does not exists.

Proof

first notice that if P=NP then NPP, since 3CNFNP then 3CNFP. Its following that exist polynomial-time TM M3CNF that decide 3CNF. Now let us define TM M that given a formula ψ=α(x1,x2xN) work such that:

None
M on input ψ . check if ψ is valid 3CNF formula, otherwise Reject Simulate M3CNFψ and Reject if M3CNFψ Reject α(x1,x2xN)ψα represent the logic relation w.r.t ψ yj01jN i1 iN Simulate M3CNFα(y1,y2yi1,T,xi+1xN) M3CNF AcceptyiT M3CNF reject yiF α(xi)yi output yiyN
If ψ does not have an boolean satisfy assignment then M indicate that at step 2. The correctness of M following from the "greedy" posses, i.e before any iteration α can be satisfied. Hence by assign each time one of the veritable to T, we check if M3CNF accept. if its accept the assignment its satisfied, and if its reject then the value F is the valid assignment. M run N+1×M3CNF that is poly-time TM that output a satisfying assignment for ψ or indicates one does not exists.

5.4 Exercise 4

We say that a polynomial reduction f is a shrinking reduction if there exists n0 such that for every xΣ such that n0x,|f(x)||x|1. Assuming PNP

  1. For every two nontrivial languages A,BP there exists a shrinking reduction from A to B.
    Prove

    Proof

    using Q2(a) between any non trivial A,BP exists mapping reduction. Since both non trivial, then exists some bB,bB. Consider f s.t

    f(w)={bif wAbif wA

    Its immediate that f(w)Bf(w)=bwA. and f define valid poly- reduction. Let us define n0=max{|b|,|b|}+1, we can notice that f define shrinking reduction from A to B since

    xΣ s.t n0|x||f(x)|max{|b|,|b|}n01|x|1
  2. For every two nontrivial languages A,BNPC there exists a shrinking reduction from A to B.
    Disprove

    Proof

    let A be any non trivial language s.t ANPC. By consider the following claim is true, W.L.O.G we can choose A=B. then exist shrinkingreduction f with some n0 such that APA. First notice that there is only finite many w s.t |w|<n0. We can encode them all correct answers to an algorithm A. For given xΣ if |x|<n0 then its encoded already to A. Since f(x)<|x|, when |x|n0 we can apply finite time of ff(x) until we achieve some |w|<n0. All can done in poly-time since f is poly-reduction. Hence A decide any non trivial ANPC in polynomial time, its following that P=NP, Contradiction.

5.5 Exercise 5

The following languages are NPC:

  1. EXACT3SAT={φ3SAT:every clause of φ has exactly 3 distinct variables}

    The verifier for SAT is valid poly-time verifier for EX-3SATNP. We can reduce 3SATPEX-3SAT. Given instant of SAT ψ=C1C2Cn for any clause Ci, define f work as follows

    If C= i.e ψ have empty clause then it is unsatisfiable. then f return any possible combination that can generate using 3 distinct variables i.e 23 clauses of 3EX-SAT

    f()=(xyz)(xy¬z)(x¬yz)(x¬y¬z)(¬xyz)(¬xy¬z)(¬x¬yz)(¬x¬y¬z)

    f()

    C=(x) when C have just one literal. Let us define f such that

    f((x))=(xyz)(x¬yz)(xy¬z)(x¬y¬z)

    (x)f(x)

    C=(xy) when C have just 2 literal. Let us define f such that

    f((xy))=(xyz)(xy¬z)

    (xy)f((xy))

    C=(xyz) then f(C)=C

    Hence let f(ψ)=f(C1C2Cn)=f(C1)f(C2)f(Cn) define poly-time reduction from 3SAT to EX-3SAT. Following that EX-3SATNPC

  2. L2={M,1n:M is a TM and there exists a string that M accepts in n steps}
    Proof

    First consider some w=M,1n we can verify that wL2, by simulate M on any input size n that is 4 n|Σ|O(n), and in total O(n|Σ||M|3nlogn)L2NP
    Let L be any LNP, and VL denote its polynomial verifier, and assume its runtime is p(|x|). Any such L can reduce LPL2 as follows

    xLcs.t (x,c)VLf(x)=VL,1p(|x|)L2

    The correctness followed by the verifier definition, and f define computable poly-reduction from any LNP, Hence L2NPC

6 Section 6

6.1 Exercise 1

Let proof that

2SATPPCON
  1. We can allocate space on the working tape for counters of the variables and the assignment, and all can done in O(logn) space.

  2. If G,PPCON exist some (u,v)P s.t uv and vu exist cycle CG such that u,v¬,u,¬vC and v¬vvG any x1xvxn that satisfies φ following that x1¬xvxn satisfies φ as well v¬v contradiction.

  3. 5 If G,PPCON then t is well defined, since if v¬u,vu then by f definition vu¬v. and when we looking at closure size 1 (u) then both u,¬u reachable as well. Hence if G,PPCON then PG for any u,v exist e s.t e(V×V),eE t(v)=1 then v⇝̸¬v for any vG. then 1φ we get that t()t(¬)=1. and we can consider it as

    t=(t(1)t(¬1))(t(2)t(¬2))

    And its immediate that t satisfies φ

6.2 Exercise 3

ZPPRPcoRP

Proof

Let LZPP there exists an expected poly-time TM M that decides L
using Markov’s inequality Pr(xa)E[x]ap(|x|)aPr(x2p(|x|))12
Let describe an algorithm ARP on input x

None
ARP on input x Simulate M(x) for at most 2p(x) steps. If M(x) halt answer like M(x) Otherwise Reject
Its immediate that ARP always reject for xL, and by the ineq above ARP accept xL with probability 1/2, hence ZPPRP. using same algorithm described above with flip the nation in line 3 from Reject to Accept, will give us same result for coRP.

  1. Recitation 8 ex 3
  2. decide if given graph have independence set size 3
  3. Not realy sure if its the proper way to write it.
  4. I assumed a finite alphabet
  5. t refer v in the original exercise. since i used v already

.