I need to prove whether L is decidable or not:
L={<M> | M is a TM and the union of L(M) and H_TM is in RE}
( H_TM={<M,w> | M is a TM that halts on w} )
I need to prove whether L is decidable or not:
L={<M> | M is a TM and the union of L(M) and H_TM is in RE}
( H_TM={<M,w> | M is a TM that halts on w} )
I suppose that <...> is the number of the TM in a Gödelization. L(M) is a set of words while H_TM is a set of pairs. Thus their union is disjoint, no element will appear in both. Concequently, the union is enumerable iff its two parts are. H_TM is enumerable, and thus the enumerability depends only on L(M). But being the language of a TM means being decidable thus clearly enumerable. Therefore the condition on M in the defintion of L is always true and thus L is the set of all TM descriptions, which is regular and clearly decidable.