TC (complexity)


In theoretical computer science, and specifically computational complexity theory and circuit complexity, TC is a complexity class of decision problems that can be recognized by threshold circuits, which are Boolean circuits with AND, OR, and Majority gates. For each fixed i, the complexity class TCi consists of all languages that can be recognized by a family of threshold circuits of depth, polynomial size, and unbounded fan-in. The class TC is defined via

Relation to NC and AC

The relationship between the TC, NC and the AC hierarchy can be summarized as follows:
In particular, we know that
The first strict containment follows from the fact that NC0 cannot compute any function that depends on all the input bits. Thus choosing a problem that is trivially in AC0 and depends on all bits separates the two classes. The strict containment AC0TC0 follows because parity and majority were shown to be not in AC0.
As an immediate consequence of the above containments, we have that NC = AC = TC.