continuous models of computation: computability, complexity ...church thesis computability discrete...

53
Continuous models of computation: computability, complexity, universality Amaury Pouly 21 mars 2017 1 / 19

Upload: others

Post on 17-Jul-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Continuous models of computation: computability,complexity, universality

Amaury Pouly

21 mars 2017

1 / 19

Page 2: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Digital vs analog computers

VS

2 / 19

Page 3: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Digital vs analog computers

VS

2 / 19

Page 4: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Church Thesis

Computability

discrete

Turingmachine

boolean circuitslogic

recursivefunctions

lambdacalculus

quantum analogcontinuous

Church ThesisAll reasonable models of computation are equivalent.

3 / 19

Page 5: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Church Thesis

Complexity

discrete

Turingmachine

boolean circuitslogic

recursivefunctions

lambdacalculus

quantum analogcontinuous

>?

?

Effective Church ThesisAll reasonable models of computation are equivalent for complexity.

3 / 19

Page 6: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Polynomial Differential Equations

k k

+ u+vuv

× uvuv

∫ ∫uu

General PurposeAnalog Computer Differential Analyzer

Reaction networks :chemicalenzymatic

Newton mechanics polynomial differentialequations :{

y(0)= y0y ′(t)= p(y(t))

Rich classStable (+,×,◦,/,ED)No closed-form solution

4 / 19

Page 7: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Example of dynamical system

θ

`

m

×∫ ∫

×∫−g

`

××−1∫

y1y2

y3 y4

θ̈ + g` sin(θ) = 0

y ′1 = y2y ′2 = −g

l y3y ′3 = y2y4y ′4 = −y2y3

y1 = θ

y2 = θ̇y3 = sin(θ)y4 = cos(θ)

5 / 19

Page 8: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Computing with the GPAC

Generable functions{y(0)= y0

y ′(x)= p(y(x))x ∈ R

f (x) = y1(x)

xy1(x)

Shannon’s notion

sin, cos, exp, log, ...

Strictly weaker than Turingmachines [Shannon, 1941]

Computable{y(0)= q(x)y ′(t)= p(y(t))

x ∈ Rt ∈ R+

f (x) = limt→∞

y1(t)

t

f (x)

x

y1(t)

Modern notion

sin, cos, exp, log, Γ, ζ, ...

Turing powerful[Bournez et al., 2007]

6 / 19

Page 9: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Computing with the GPAC

Generable functions{y(0)= y0

y ′(x)= p(y(x))x ∈ R

f (x) = y1(x)

xy1(x)

Shannon’s notion

sin, cos, exp, log, ...

Strictly weaker than Turingmachines [Shannon, 1941]

Computable{y(0)= q(x)y ′(t)= p(y(t))

x ∈ Rt ∈ R+

f (x) = limt→∞

y1(t)

t

f (x)

x

y1(t)

Modern notion

sin, cos, exp, log, Γ, ζ, ...

Turing powerful[Bournez et al., 2007]

6 / 19

Page 10: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Computing with the GPAC

Generable functions{y(0)= y0

y ′(x)= p(y(x))x ∈ R

f (x) = y1(x)

xy1(x)

Shannon’s notion

sin, cos, exp, log, ...

Strictly weaker than Turingmachines [Shannon, 1941]

Computable{y(0)= q(x)y ′(t)= p(y(t))

x ∈ Rt ∈ R+

f (x) = limt→∞

y1(t)

t

f (x)

x

y1(t)

Modern notion

sin, cos, exp, log, Γ, ζ, ...

Turing powerful[Bournez et al., 2007]

6 / 19

Page 11: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Computing with the GPAC

Generable functions{y(0)= y0

y ′(x)= p(y(x))x ∈ R

f (x) = y1(x)

xy1(x)

Shannon’s notion

sin, cos, exp, log, ...

Strictly weaker than Turingmachines [Shannon, 1941]

Computable{y(0)= q(x)y ′(t)= p(y(t))

x ∈ Rt ∈ R+

f (x) = limt→∞

y1(t)

t

f (x)

x

y1(t)

Modern notion

sin, cos, exp, log, Γ, ζ, ...

Turing powerful[Bournez et al., 2007]

6 / 19

Page 12: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

Computable Analysis : lift Turing computability to real numbers[Ko, 1991 ; Weihrauch, 2000]

Definitionx ∈ R is computable iff ∃ a computable f : N→ Q such that :

|x − f (n)| 6 10−n n ∈ N

Examples : rational numbers, π, e, ...

n f(n) |π − f(n)|0 3 0.14 6 10−0

1 3.1 0.04 6 10−1

2 3.14 0.001 6 10−2

10 3.1415926535 0.9 · 10−10 6 10−10

Beware : there exists uncomputable real numbers !

7 / 19

Page 13: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

Computable Analysis : lift Turing computability to real numbers[Ko, 1991 ; Weihrauch, 2000]

Definitionx ∈ R is computable iff ∃ a computable f : N→ Q such that :

|x − f (n)| 6 10−n n ∈ N

Examples : rational numbers, π, e, ...

n f(n) |π − f(n)|0 3 0.14 6 10−0

1 3.1 0.04 6 10−1

2 3.14 0.001 6 10−2

10 3.1415926535 0.9 · 10−10 6 10−10

Beware : there exists uncomputable real numbers !

7 / 19

Page 14: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

Computable Analysis : lift Turing computability to real numbers[Ko, 1991 ; Weihrauch, 2000]

Definitionx ∈ R is computable iff ∃ a computable f : N→ Q such that :

|x − f (n)| 6 10−n n ∈ N

Examples : rational numbers, π, e, ...

n f(n) |π − f(n)|0 3 0.14 6 10−0

1 3.1 0.04 6 10−1

2 3.14 0.001 6 10−2

10 3.1415926535 0.9 · 10−10 6 10−10

Beware : there exists uncomputable real numbers !

7 / 19

Page 15: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

x

f (x)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2ψ(r ,0)

610−0ψ(r ,1) 610−1ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N,

ψ : Q× N→ Q

computable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 16: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

x

f (x)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2ψ(r ,0)

610−0ψ(r ,1) 610−1ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N,

ψ : Q× N→ Q

computable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

m : modulus of continuity

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 17: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

x

f (x)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2ψ(r ,0)

610−0ψ(r ,1) 610−1ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

m : modulus of continuity

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 18: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

x

f (x)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2

ψ(r ,0)610−0ψ(r ,1) 610−1ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

m : modulus of continuity

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 19: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

r ∈ Q

f (r)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2

ψ(r ,0)610−0

ψ(r ,1) 610−1ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

|f (r)− ψ(r ,n)| 6 10−n r ∈ Q,n ∈ N

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 20: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

r ∈ Q

f (r)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2ψ(r ,0)

610−0

ψ(r ,1) 610−1

ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

|f (r)− ψ(r ,n)| 6 10−n r ∈ Q,n ∈ N

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 21: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

x

f (x)

r ∈ Q

f (r)

y

f (y)

610−m(0)

610−0

y

f (y)

610−m(1)

610−1

y

f (y)

610−m(2)

610−2ψ(r ,0)

610−0ψ(r ,1) 610−1

ψ(r ,2) 610−2

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

|f (r)− ψ(r ,n)| 6 10−n r ∈ Q,n ∈ N

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 22: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

|f (r)− ψ(r ,n)| 6 10−n r ∈ Q,n ∈ N

Examples : polynomials, sin, exp,√·

Note : all computable functions are continuousBeware : there exists (continuous) uncomputable real functions !

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 23: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

From discrete to real computability

Definition (Computable function)f : [a,b]→ R is computable iff ∃ m : N→ N, ψ : Q× N→ Qcomputable functions such that :

|x − y | 6 10−m(n) ⇒ |f (x)− f (y)| 6 10−n x , y ∈ R,n ∈ N

|f (r)− ψ(r ,n)| 6 10−n r ∈ Q,n ∈ N

Examples : polynomials, sin, exp,√·

Note : all computable functions are continuousBeware : there exists (continuous) uncomputable real functions !

Polytime complexityAdd “polynomial time computable” everywhere.

7 / 19

Page 24: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Equivalence with computable analysis

Definition (Bournez et al)f computable by GPAC if ∃p polynomial such that ∀x

y(0) = (x ,0, . . . ,0) y ′(t) = p(y(t))

satisfies |f (x)− y1(t)| 6 y2(t) et y2(t) −−−→t→∞

0.

t

f (x)

x

y1(t) y1(t) −−−→t→∞

f (x)

y2(t) = error bound

Theorem (Bournez, Campagnolo, Graça, Hainry)

f : [a,b]→ R computable⇔ f computable by GPAC

8 / 19

Page 25: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Equivalence with computable analysis

Definition (Bournez et al)f computable by GPAC if ∃p polynomial such that ∀x

y(0) = (x ,0, . . . ,0) y ′(t) = p(y(t))

satisfies |f (x)− y1(t)| 6 y2(t) et y2(t) −−−→t→∞

0.

t

f (x)

x

y1(t) y1(t) −−−→t→∞

f (x)

y2(t) = error bound

Theorem (Bournez, Campagnolo, Graça, Hainry)

f : [a,b]→ R computable⇔ f computable by GPAC

8 / 19

Page 26: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of analog systems

Turing machines : T (x) = number of steps to compute on x

GPAC : time contraction problem

Tentative definitionT (x , µ) = first time t so that |y1(t)− f (x)| 6 e−µ

y(0) = (x ,0, . . . ,0) y ′ = p(y)

t

f (x)

x

y1(t) ;

z(t) = y(et )

t

f (x)

x

z1(t)

ProblemAll functions have constant timecomplexity.

w(t) = y(eet)

t

f (x)

x

w1(t)

9 / 19

Page 27: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of analog systems

Turing machines : T (x) = number of steps to compute on xGPAC : time contraction problem

Tentative definitionT (x , µ) = first time t so that |y1(t)− f (x)| 6 e−µ

y(0) = (x ,0, . . . ,0) y ′ = p(y)

t

f (x)

x

y1(t)

;

z(t) = y(et )

t

f (x)

x

z1(t)

ProblemAll functions have constant timecomplexity.

w(t) = y(eet)

t

f (x)

x

w1(t)

9 / 19

Page 28: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of analog systems

Turing machines : T (x) = number of steps to compute on xGPAC : time contraction problem

Tentative definitionT (x , µ) = first time t so that |y1(t)− f (x)| 6 e−µ

y(0) = (x ,0, . . . ,0) y ′ = p(y)

t

f (x)

x

y1(t) ;

z(t) = y(et )

t

f (x)

x

z1(t)

ProblemAll functions have constant timecomplexity.

w(t) = y(eet)

t

f (x)

x

w1(t)

9 / 19

Page 29: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of analog systems

Turing machines : T (x) = number of steps to compute on xGPAC : time contraction problem

Tentative definitionT (x , µ) = first time t so that |y1(t)− f (x)| 6 e−µ

y(0) = (x ,0, . . . ,0) y ′ = p(y)

t

f (x)

x

y1(t) ;

z(t) = y(et )

t

f (x)

x

z1(t)

ProblemAll functions have constant timecomplexity.

w(t) = y(eet)

t

f (x)

x

w1(t)

9 / 19

Page 30: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of analog systems

Turing machines : T (x) = number of steps to compute on xGPAC : time contraction problem→ open problem

Tentative definitionT (x , µ) = first time t so that |y1(t)− f (x)| 6 e−µ

y(0) = (x ,0, . . . ,0) y ′ = p(y)

t

f (x)

x

y1(t) ;

z(t) = y(et )

t

f (x)

x

z1(t)

ProblemAll functions have constant timecomplexity.

w(t) = y(eet)

t

f (x)

x

w1(t)

9 / 19

Page 31: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Time-space correlation of the GPAC

y(0) = q(x) y ′ = p(y)

t

f (x)

q(x)

y1(t) ;

z(t) = y(et )

t

f (x)

q̃(x)

z1(t)

ObservationTime scaling costs “space”.

;

Time complexity for the GPACmust involve time and space !

extra component : w(t) = et

t

w(t)

10 / 19

Page 32: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Time-space correlation of the GPAC

y(0) = q(x) y ′ = p(y)

t

f (x)

q(x)

y1(t) ;

z(t) = y(et )

t

f (x)

q̃(x)

z1(t)

ObservationTime scaling costs “space”.

;

Time complexity for the GPACmust involve time and space !

extra component : w(t) = et

t

w(t)

10 / 19

Page 33: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Time-space correlation of the GPAC

y(0) = q(x) y ′ = p(y)

t

f (x)

q(x)

y1(t) ;

z(t) = y(et )

t

f (x)

q̃(x)

z1(t)

ObservationTime scaling costs “space”.

;

Time complexity for the GPACmust involve time and space !

extra component : w(t) = et

t

w(t)

10 / 19

Page 34: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Complexity of solving polynomial ODEs

y(0) = x y ′(t) = p(y(t))

Theorem (Graça, Pouly) [TCS 2016]

If y(t) exists, one can compute p,q such that∣∣∣pq − y(t)

∣∣∣ 6 2−n in time

poly (size of x and p,n, `(t))

where `(t) =

∫ t

0max(1, ‖y(u)‖)deg(p)du ≈ length of the curve

x y(t) x y(t)

length of the curve = complexity = ressource11 / 19

Page 35: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of polynomial time

Definition : L ∈ ANALOG-PTIME⇔ ∃p polynomial, ∀ word w

y(0) = (ψ(w), |w |,0, . . . ,0) y ′ = p(y) ψ(w) =

|w |∑i=1

wi2−i

`(t) = length of y

1

−1

y1(t)

ψ(w)

12 / 19

Page 36: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of polynomial time

Definition : L ∈ ANALOG-PTIME⇔ ∃p polynomial, ∀ word w

y(0) = (ψ(w), |w |,0, . . . ,0) y ′ = p(y) ψ(w) =

|w |∑i=1

wi2−i

`(t) = length of y

1

−1

accept : w ∈ L

computing

y1(t)

ψ(w)

satisfies1 if y1(t) > 1 then w ∈ L

12 / 19

Page 37: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of polynomial time

Definition : L ∈ ANALOG-PTIME⇔ ∃p polynomial, ∀ word w

y(0) = (ψ(w), |w |,0, . . . ,0) y ′ = p(y) ψ(w) =

|w |∑i=1

wi2−i

`(t) = length of y

1

−1

accept : w ∈ L

reject : w /∈ L

computing

y1(t)

ψ(w)

satisfies2 if y1(t) 6 −1 then w /∈ L

12 / 19

Page 38: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of polynomial time

Definition : L ∈ ANALOG-PTIME⇔ ∃p polynomial, ∀ word w

y(0) = (ψ(w), |w |,0, . . . ,0) y ′ = p(y) ψ(w) =

|w |∑i=1

wi2−i

`(t) = length of y

1

−1

poly(|w |)

accept : w ∈ L

reject : w /∈ L

computing

forbiddeny1(t)ψ(w)

satisfies3 if `(t) > poly(|w |) then |y1(t)| > 1

12 / 19

Page 39: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of polynomial time

Definition : L ∈ ANALOG-PTIME⇔ ∃p polynomial, ∀ word w

y(0) = (ψ(w), |w |,0, . . . ,0) y ′ = p(y) ψ(w) =

|w |∑i=1

wi2−i

`(t) = length of y

1

−1

poly(|w |)

accept : w ∈ L

reject : w /∈ L

computing

forbidden

y1(t)

y1(t)

y1(t)ψ(w)

Theorem (JoC 2016 ; ICALP 2016)PTIME = ANALOG-PTIME

12 / 19

Page 40: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of real polynomial time

Definition : f : [a,b]→ R in ANALOG-PR ⇔ ∃p polynomial, ∀x ∈ [a,b]

y(0) = (x ,0, . . . ,0) y ′ = p(y)

satisfies :1 |y1(t)− f (x)| 6 2−`(t)

«greater length⇒ greater precision»2 `(t) > t

«length increases with time»

`(t)

f (x)

x

y1(t)

Theorem [JoC 2016 ; ICALP 2016]f : [a,b]→ R computable in polynomial time⇔ f ∈ ANALOG-PR.

13 / 19

Page 41: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of real polynomial time

Definition : f : [a,b]→ R in ANALOG-PR ⇔ ∃p polynomial, ∀x ∈ [a,b]

y(0) = (x ,0, . . . ,0) y ′ = p(y)

satisfies :1 |y1(t)− f (x)| 6 2−`(t)

«greater length⇒ greater precision»2 `(t) > t

«length increases with time»

`(t)

f (x)

x

y1(t)

Theorem [JoC 2016 ; ICALP 2016]f : [a,b]→ R computable in polynomial time⇔ f ∈ ANALOG-PR.

13 / 19

Page 42: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Characterization of real polynomial time

Definition : f : [a,b]→ R in ANALOG-PR ⇔ ∃p polynomial, ∀x ∈ [a,b]

y(0) = (x ,0, . . . ,0) y ′ = p(y)

satisfies :1 |y1(t)− f (x)| 6 2−`(t)

«greater length⇒ greater precision»2 `(t) > t

«length increases with time»

`(t)

f (x)

x

y1(t)

Theorem [JoC 2016 ; ICALP 2016]f : [a,b]→ R computable in polynomial time⇔ f ∈ ANALOG-PR.

13 / 19

Page 43: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Summary

ANALOG-PTIME ANALOG-PR

`(t)

1

−1poly(|w |)

w∈L

w /∈L

y1(t)

y1(t)

y1(t)ψ(w)

`(t)

f (x)

x

y1(t)

Theorem [JoC 2016 ; ICALP 2016]L ∈ PTIME of and only if L ∈ ANALOG-PTIME

f : [a,b]→ R computable in polynomial time⇔ f ∈ ANALOG-PR

Analog complexity theory based on lengthtime of Turing machine⇔ length of the GPACPurely continuous characterization of PTIME

14 / 19

Page 44: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Universal differential equations

Generable functions

xy1(x)

subclass of analytic functions

Computable functions

t

f (x)

x

y1(t)

any computable function

xy1(x)

15 / 19

Page 45: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Universal differential equations

Generable functions

xy1(x)

subclass of analytic functions

Computable functions

t

f (x)

x

y1(t)

any computable function

xy1(x)

15 / 19

Page 46: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Universal differential equation (Rubel)

xy1(x)

Theorem (Rubel)There exists a fixed polynomial p and k ∈ N such that for any conti-nuous functions f and ε, there exists a solution y to

p(t , y , y ′, . . . , y (k)) = 0

such that|y(t)− f (t)| 6 ε(t).

Problem : Rubel is «cheating».

16 / 19

Page 47: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Universal differential equation (Rubel)

xy1(x)

Theorem (Rubel)There exists a fixed polynomial p and k ∈ N such that for any conti-nuous functions f and ε, there exists a solution y to

p(t , y , y ′, . . . , y (k)) = 0

such that|y(t)− f (t)| 6 ε(t).

Problem : Rubel is «cheating».16 / 19

Page 48: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Rubel’s proof in one slide

Take f (t) = e−1

1−t2 for −1 < t < 1 and f (t) = 0 otherwise

(1− t2)2f′′

(t) + 2tf ′(t) = 0.

Can do the same with cf (at + b) (translation+scaling)Can glue together arbitrary many such piecesCan arrange so that

∫f is solution : almost piecewise linear

t

17 / 19

Page 49: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Rubel’s proof in one slide

Take f (t) = e−1

1−t2 for −1 < t < 1 and f (t) = 0 otherwise

(1− t2)2f′′

(t) + 2tf ′(t) = 0.

Can do the same with cf (at + b) (translation+scaling)

Can glue together arbitrary many such piecesCan arrange so that

∫f is solution : almost piecewise linear

t

17 / 19

Page 50: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Rubel’s proof in one slide

Take f (t) = e−1

1−t2 for −1 < t < 1 and f (t) = 0 otherwise

(1− t2)2f′′

(t) + 2tf ′(t) = 0.

Can do the same with cf (at + b) (translation+scaling)Can glue together arbitrary many such pieces

Can arrange so that∫

f is solution : almost piecewise linear

t

17 / 19

Page 51: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Rubel’s proof in one slide

Take f (t) = e−1

1−t2 for −1 < t < 1 and f (t) = 0 otherwise

(1− t2)2f′′

(t) + 2tf ′(t) = 0.

Can do the same with cf (at + b) (translation+scaling)Can glue together arbitrary many such piecesCan arrange so that

∫f is solution : almost piecewise linear

17 / 19

Page 52: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Universal differential equation (Rubel)

xy1(x)

TheoremThere exists a fixed polynomial p and k ∈ N such that for any conti-nuous functions f and ε, there exists α0, . . . , αk ∈ R such that

p(y , y ′, . . . , y (k)) = 0, y(0) = α0, y ′(0) = α1, . . . , y (k)(0) = αk

has a unique analytic solution and this solution satisfies such that

|y(t)− f (t)| 6 ε(t).

18 / 19

Page 53: Continuous models of computation: computability, complexity ...Church Thesis Computability discrete Turing machine logic boolean circuits recursive functions lambda calculus quantum

Future work

Reaction networks :chemicalenzymatic

y ′ = p(y)

y ′ = p(y) + e(t)

?

?

I Finer time complexity (linear)I NondeterminismI RobustnessI « space» complexityI Other modelsI Stochastic

19 / 19