Let N be a non-deterministic TM with Σ as its alphabet, and we define the next language:
UNIQUE(N) = {w∈Σ*|w has an unique accepting path on N}.
w can have another computational paths on M, but none that result in the accept state.
Is the language UNIQUE(N) is Turing-recognizable, for every non-deterministic TM N?
If so, I need to prove it. If not, I need to give an example of a non-deterministic TM N, so that UNIQUE(N) is not Turing-recognizable.
Following my intuition, I tried to build N such that UNIQUE(N) is ATM^c, but it didn't work out. For the other direction I don't have an idea.