Definition
Conclusive Algorithm
An algorithm is conclusive on input when it returns an ordinary result rather than :
It is a conclusive algorithm when this holds for every input:
Conclusiveness says that the algorithm always gives an answer; it does not say that the answer is correct. Correctness of conclusive results is the separate property of soundness.