computing rational radical sums
play

Computing Rational Radical Sums in Uniform TC 0 Paul Hunter 2 , - PowerPoint PPT Presentation

Computing Rational Radical Sums in Uniform TC 0 Paul Hunter 2 , Patricia Bouyer-Decitre 1 , Nicolas Markey 1 , el Ouaknine 2 , James Worrell 2 Jo 1 LSV, CNRS & ENS Cachan, France 2 OUCL, Oxford, UK December 13, 2010 Computing Arithmetic


  1. Computing Rational Radical Sums in Uniform TC 0 Paul Hunter 2 , Patricia Bouyer-Decitre 1 , Nicolas Markey 1 , el Ouaknine 2 , James Worrell 2 Jo¨ 1 LSV, CNRS & ENS Cachan, France 2 OUCL, Oxford, UK December 13, 2010

  2. Computing Arithmetic Expressions Problem How to efficiently compute arithmetic expressions? Decision problem or function problem? Is the result less than a given value? Does the result equal a given value? Is the result zero? What does efficiently mean? Obviously, elementary operations (in floating-point arithmetic or over the rationals) can be computed in polynomial time; The problem becomes harder when e.g. radicals come into play; On the theoretical point of view, what is the exact complexity of those problems?

  3. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 s 4 s 3 s 2 s 1 s 0

  4. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ⊗ s 4 s 3 s 2 s 1 s 0

  5. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  6. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ∨ ∧ ∧ ∨ ⊗ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  7. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ∨ ∧ ∨ ∧ ∧ ∧ ∧ ∨ ∨ ⊗ ⊗ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  8. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ∨ ∧ ∨ ∨ ∧ ∨ ∨ ∧ ∧ ∧ ∧ ∧ ∧ ∧ ∨ ∨ ∨ ⊗ ⊗ ⊗ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  9. Example: addition of two integers Example Addition of two n -bit integers can be computed by circuits: a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ∨ ∧ ∨ ∨ ∧ ∨ ∨ ∧ ∧ ∧ ∧ ∧ ∧ ∧ ∨ ∨ ∨ ⊗ ⊗ ⊗ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  10. Square-root-sum and related problems Geometric problems: Euclidean Traveling Salesman Problem: √ √ √ √ compare 5 + 18 with 10 + 13.

  11. Square-root-sum and related problems Geometric problems: Euclidean Traveling Salesman Problem: √ √ √ √ compare 5 + 18 with 10 + 13. Euclidean Minimum Spanning Tree Problem.

  12. Square-root-sum and related problems Geometric problems: Euclidean Traveling Salesman Problem: √ √ √ √ compare 5 + 18 with 10 + 13. Euclidean Minimum Spanning Tree Problem. Quoting David Eppstein: It is not known on Turing machines how to quickly compare a sum of distances (square roots of integers) with an integer or other similar sums, so even (decision versions of) easy problems such as the minimum spanning tree are not known to be in NP.

  13. Square-root-sum and related problems Geometric problems: Euclidean Traveling Salesman Problem: √ √ √ √ compare 5 + 18 with 10 + 13. Euclidean Minimum Spanning Tree Problem. Recently, the “square-root-sum” problem has been reduced to problems in probabilistic systems and games [EY07,HMS10]: probability of reachability in Recursive Markov Chains; approximation of Nash equilibria in Shapley’s games.

  14. Square-root-sum problem Definition (Square-root-sum problem) Given naturals A 1 , . . . , A n and A , decide whether � � A i ≤ A 1 ≤ i ≤ n For instance, √ √ 518 + 855 = 51 . 9999963 · · · √ √ 457 + 763 = 49 . 0000129 · · · Theorem ([ABKM06]) The square-root-sum problem is in P PP PPPP ⊆ CH ⊆ PSPACE .

  15. Radical-sum-eq problem Definition (Radical-sum-eq problem) Given rationals ( A i ) i ∈ I , ( B i ) i ∈ I and ( C i ) i ∈ I with 0 ≤ B i and 0 ≤ A i ≤ 1, decide whether C i · B A i � = 0 . i i ∈ I

  16. Radical-sum-eq problem Definition (Radical-sum-eq problem) Given rationals ( A i ) i ∈ I , ( B i ) i ∈ I and ( C i ) i ∈ I with 0 ≤ B i and 0 ≤ A i ≤ 1, decide whether C i · B A i � = 0 . i i ∈ I Quoting Chee Yap Whether or not we can decide zero determines whether or not we can compute correctly.

  17. Radical-sum-eq problem Definition (Radical-sum-eq problem) Given rationals ( A i ) i ∈ I , ( B i ) i ∈ I and ( C i ) i ∈ I with 0 ≤ B i and 0 ≤ A i ≤ 1, decide whether C i · B A i � = 0 . i i ∈ I Theorem ([Bl¨ o91]) Radical-sum-eq is in PTIME .

  18. Radical-sum-eq problem Definition (Radical-sum-eq problem) Given rationals ( A i ) i ∈ I , ( B i ) i ∈ I and ( C i ) i ∈ I with 0 ≤ B i and 0 ≤ A i ≤ 1, decide whether C i · B A i � = 0 . i i ∈ I Theorem ([Bl¨ o91]) Radical-sum-eq is in PTIME . Our result Radical-sum-eq is in uniform-TC 0 .

  19. Outline of the talk Introduction 1 Circuit Complexity 2 RadicalSumEq is in uniform TC 0 3 Conclusions 4

  20. Outline of the talk Introduction 1 Circuit Complexity 2 RadicalSumEq is in uniform TC 0 3 Conclusions 4

  21. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel).

  22. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: input (size n ) height = log i ( n )

  23. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: boolean gates: ¬ ∨ ∧ maj ∨ ∧

  24. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: boolean gates: NC i ¬ ∨ ∧ maj ∨ ∧

  25. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: boolean gates: NC i ¬ ∨ ∧ AC i maj ∨ ∧

  26. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: boolean gates: NC i TC i ¬ ∨ ∧ AC i maj ∨ ∧

  27. Computing with circuits Circuit complexity Complexity classes within PTIME: build a boolean circuit depending only on the size of the input; compute the values of the output gates (in parallel). Several parameters “height” of the circuit: boolean gates: “computational power” to build the circuit: Turing machine for computing circuit C k : polynomial time can be relevant; logarithmic space is often used; logarithmic time is especially interesting for smaller classes (AC 0 , TC 0 ,...).

  28. Circuit complexity classes Addition is in (DLOGTIME-uniform) AC 0 . a 3 a 2 a 1 a 0 b 3 b 2 b 1 b 0 ∧ ∨ ∧ ∨ ∨ ∧ ∨ ∨ ∧ ∧ ∧ ∧ ∧ ∧ ∧ ∨ ∨ ∨ ⊗ ⊗ ⊗ ⊗ ⊗ s 4 s 3 s 2 s 1 s 0

  29. Circuit complexity classes Addition is in (DLOGTIME-uniform) AC 0 . The following problems are in (DLOGTIME-uniform) TC 0 : Iterated addition (adding n n -bit integers); Multiplication (of two n -bit integers); Iterated multiplication (multiplying n n -bit numbers); Division (integer division of two n -bit numbers).

  30. Circuit complexity classes Addition is in (DLOGTIME-uniform) AC 0 . The following problems are in (DLOGTIME-uniform) TC 0 : Iterated addition (adding n n -bit integers); Multiplication (of two n -bit integers); Iterated multiplication (multiplying n n -bit numbers); Division (integer division of two n -bit numbers). The following problems are not known to be in TC 0 : Greatest common divisor √ n Iterative methods (e.g. Newton’s method for computing A )

  31. Circuit complexity classes Addition is in (DLOGTIME-uniform) AC 0 . The following problems are in (DLOGTIME-uniform) TC 0 : Iterated addition (adding n n -bit integers); Multiplication (of two n -bit integers); Iterated multiplication (multiplying n n -bit numbers); Division (integer division of two n -bit numbers). The following problems are not known to be in TC 0 : Greatest common divisor √ n Iterative methods (e.g. Newton’s method for computing A ) Theorem NC i ⊆ AC i ⊆ TC i ⊆ NC i + 1 ⊆ PTIME for all i. Theorem NC 1 ⊆ LOGSPACE ⊆ NLOGSPACE ⊆ AC 1 .

  32. Outline of the talk Introduction 1 Circuit Complexity 2 RadicalSumEq is in uniform TC 0 3 Conclusions 4

  33. Bl¨ omer’s algorithm Lemma ([Bl¨ o91]) Let ( A i ) i ∈ I and ( B i ) i ∈ I be two finite sequence of positive rational numbers. The radicals B 1 A 1 , . . . , B nA n are linearly independent over ℚ if they are pairwise linearly independant.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend