Prove/ Disprove

claim

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

Proposition 1

RE is not closed under complement

Proposition 2

coRE is closed under intersection.

Proposition 3

R is closed under Kleene star.

Proposition 4

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

  1. Prove: If L1mL2 and L2mL3, then L1mL3.

  2. Disprove: If L1mL2 and L2mL1, then L1=L2.

  3. Disprove: If L1L2 then L1mL2.

  4. Disprove: For every L1,L2, then L1mL2 or

  5. Prove: If L is regular, then LmHALT

  6. For every nontrivial L1,L2P,L1L2 TRUE

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

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

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