The Tautology Problem is to determine whether a given logical expression is equivalent to true. The book I am reading says that this problem is intractable, because when the number of variables in the expression is large, the method for solving the tautology problem becomes very slow. I understand all this.
But why can't we use the algebraic method for determining if an expression is a tautology? All that involves is a applying a couple of algebraic laws to the expression until the expression is simplified to true, at which point we have proven that the expression is a tautology. Why isn't this method viable? Is it because we don't know when to stop applying the algebraic rules?
By the way, this is the book I referred to: http://infolab.stanford.edu/~ullman/focs.html