Relations Between Complexity Classes

Relations Between Complexity Classes

Outline Relations between Complexity Classes K. Subramani1 1Lane Department of Computer Science and Electrical Engineering West Virginia University General Techniques Subramani Complexity Classes Outline Outline 1 Complexity of Classes Specification Complements of complexity classes 2 The Hierarchy Theorem Setup Lemmata The Theorem Consequences of the Hierarchy Theorem Subramani Complexity Classes Outline Outline 1 Complexity of Classes Specification Complements of complexity classes 2 The Hierarchy Theorem Setup Lemmata The Theorem Consequences of the Hierarchy Theorem Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Outline 1 Complexity of Classes Specification Complements of complexity classes 2 The Hierarchy Theorem Setup Lemmata The Theorem Consequences of the Hierarchy Theorem Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification Class Characteristics (i) Model of Computatiion - multi-string Turing Machine (ii) Mode of Computation - Deterministic or Non-deterministic (iii) Resource of interest - Time, space, etc. (iv) Bound - A function f : N!N . Definition A complexity class is the set of all languages decided by a multi-string string Turing machine M operating in the appropriate mode and such that for any input x, M spends at most f (jxj) of the specified resource. Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification (contd.) Definition A function f is said to be a proper complexity function, if (8n ≥ 0)(f (n + 1) ≥ f (n)) and there exists a k-string Turing machine Mf = (K ; Σ; δ; s) with input and output, which on input x, computes uf (jxj) in O(jxj + f (jxj) steps and uses O(f (jxj) space besides its input. Typical proper complexity functions p c, n, n!, n, log n,... Notational Convenience TIME(f ), SPACE(f ), NTIME(f ), NSPACE(f ). Parameterized complexity classes: k j (i) P = TIME(n ) = [j>0TIME(n ). k j nk (ii) NP = NTIME(n ) = [j>0NTIME(n ). (v) EXP = TIME(2 ) = j k n (iii) PSPACE = SPACE(n ) = [j>0TIME(2 ). j [j>0SPACE(n ). (vi) L = SPACE(log n). (iv) NPSPACE = NSPACE(nk ) = (vii) NL = NSPACE(log n). j [j>0NSPACE(n ). Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification (contd.) Definition A function f is said to be a proper complexity function, if (8n ≥ 0)(f (n + 1) ≥ f (n)) and there exists a k-string Turing machine Mf = (K ; Σ; δ; s) with input and output, which on input x, computes uf (jxj) in O(jxj + f (jxj) steps and uses O(f (jxj) space besides its input. Typical proper complexity functions p c, n, n!, n, log n,... Notational Convenience TIME(f ), SPACE(f ), NTIME(f ), NSPACE(f ). Parameterized complexity classes: k j (i) P = TIME(n ) = [j>0TIME(n ). k j nk (ii) NP = NTIME(n ) = [j>0NTIME(n ). (v) EXP = TIME(2 ) = j k n (iii) PSPACE = SPACE(n ) = [j>0TIME(2 ). j [j>0SPACE(n ). (vi) L = SPACE(log n). (iv) NPSPACE = NSPACE(nk ) = (vii) NL = NSPACE(log n). j [j>0NSPACE(n ). Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification (contd.) Definition A function f is said to be a proper complexity function, if (8n ≥ 0)(f (n + 1) ≥ f (n)) and there exists a k-string Turing machine Mf = (K ; Σ; δ; s) with input and output, which on input x, computes uf (jxj) in O(jxj + f (jxj) steps and uses O(f (jxj) space besides its input. Typical proper complexity functions p c, n, n!, n, log n,... Notational Convenience TIME(f ), SPACE(f ), NTIME(f ), NSPACE(f ). Parameterized complexity classes: k j (i) P = TIME(n ) = [j>0TIME(n ). k j nk (ii) NP = NTIME(n ) = [j>0NTIME(n ). (v) EXP = TIME(2 ) = j k n (iii) PSPACE = SPACE(n ) = [j>0TIME(2 ). j [j>0SPACE(n ). (vi) L = SPACE(log n). (iv) NPSPACE = NSPACE(nk ) = (vii) NL = NSPACE(log n). j [j>0NSPACE(n ). Subramani Complexity Classes Complexity of Classes Specification The Hierarchy Theorem Complements of complexity classes Specification (contd.) Definition A function f is said to be a proper complexity function, if (8n ≥ 0)(f (n + 1) ≥ f (n)) and there exists a k-string Turing machine Mf = (K ; Σ; δ; s) with input and output, which on input x, computes uf (jxj) in O(jxj + f (jxj) steps and uses O(f (jxj) space besides its input. Typical proper complexity functions p c, n, n!, n, log n,... Notational Convenience TIME(f ), SPACE(f ), NTIME(f ), NSPACE(f ). Parameterized complexity classes: k j (i) P = TIME(n ) = [j>0TIME(n ). k j nk (ii) NP = NTIME(n ) = [j>0NTIME(n ). (v) EXP = TIME(2 ) = j k n (iii) PSPACE = SPACE(n ) = [j>0TIME(2 ). j [j>0SPACE(n ). (vi) L = SPACE(log n). (iv) NPSPACE = NSPACE(nk ) = (vii) NL = NSPACE(log n).

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    64 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us