I have 1 problem :-->
L = { < M > | TM halts on no inputs }
I have solved the above problems by reductions given in the book and even there are many links in stackexchange site. I have no problems in the reduction method.
But, just trying to be more curious, I tried to solved these problems by using rice theorem. I know that rice theorem is applied on the property of languages and here it is property of TM's but i tried some conversion here .
Though, I am getting the right answer but i want to confirm is what i have tried is legal or Can It be solved like this ?
As the TM halts on no inputs, which means it is not halting on the inputs in the language as well as inputs not in the language.
So, I wrote it as
L = { < M > | L(M) = PHI }
which is surely a non trivial property and as well as non monotonic property, hence the language is Undecidable and as well as Non RE.
Well, I am new to this topic. So, i don't know whether I am right in the conversions or Can I assume something like this. Please correct me if i am being stupid .