Rahul Sharma (Editor)

TC (complexity)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In theoretical computer science, and specifically computational complexity theory and circuit complexity, TC is a complexity class, and TCi is a hierarchy of complexity classes. Each class TCi consists of the languages recognized by Boolean circuits with depth O ( log i n ) and a polynomial number of unlimited-fanin AND, OR gates and Majority gates. The class TC is defined as

TC = i 0 TC i .

Relation to NC and AC

The relationship between the TC, NC and the AC hierarchy can be summarized as

NC i AC i TC i NC i + 1 .

In particular, we know that

NC 0 AC 0 TC 0 NC 1 .

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. (For example, consider the OR function.) The strict containment AC0TC0 follows because parity and majority (which are both in TC0) were shown to be not in AC0.

As an immediate consequence of the above containments, we have that NC = AC = TC.

References

TC (complexity) Wikipedia


Similar Topics