Show that the languages are undecidable

  • Context:
  • Thread starter Thread starter mathmari
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hey! :o

Let $H$ be the Halting Problem and $U$ the Universal Language. I want to show that the languages $H\cap U$ and $H\cup U$ are undecidable.

We have the following:
The Universal language is $U=\{(x,y) \mid M_x(y) \text{ accepts }\}$ and the Halting Problem is the language $H=\{(x,y) \mid M_x(y) \text{ halts }\}$.

When a TM halts, it can either accept or reject the input. So, we have that $U\subseteq H$, or not? (Wondering)

Therefore, we have that $H\cap U=U$ and $H\cup U=H$.

Since $U$ and $H$ are undecidable, it follows that the languages $H\cap U$ and $H\cup U$ are undecidable. Is this correct? (Wondering)
 
Physics news on Phys.org
You are correct.
 
Evgeny.Makarov said:
You are correct.

Thank you! (Smile)