Discovering the roots: Uniform closure results for algebraic classes - - PowerPoint PPT Presentation

discovering the roots uniform closure results for
SMART_READER_LITE
LIVE PREVIEW

Discovering the roots: Uniform closure results for algebraic classes - - PowerPoint PPT Presentation

To appear at STOC 2018 Pranjal Dutta (CMI) Nitin Saxena (IIT Kanpur) Amit Sinhababu (IIT Kanpur) WACT18, Universit Paris Diderot Discovering the roots: Uniform closure results for algebraic classes under factoring 1. Introduction 2.


slide-1
SLIDE 1

Discovering the roots: Uniform closure results for algebraic classes under factoring

To appear at STOC 2018

Pranjal Dutta (CMI) Nitin Saxena (IIT Kanpur) Amit Sinhababu (IIT Kanpur)

WACT’18, Université Paris Diderot

slide-2
SLIDE 2

Table of contents

  • 1. Introduction
  • 2. Factoring Reduces to Root Approximation
  • 3. Simultaneous Root Approximation (allRootsNI)
  • 4. Some closure results
  • 5. Open Problems

1

slide-3
SLIDE 3

Introduction

slide-4
SLIDE 4
  • For given input f ∈ F[x1, . . . , xn], goal is to relate “complexity” of

its factors and possibly output it.

  • How is the input given (model of computation)? What is the

notion of “complexity” we are talking about?

  • We will be talking about different algebraic models of

computation throughout. One of the most important is the “circuit” model.

2

slide-5
SLIDE 5
  • For given input f ∈ F[x1, . . . , xn], goal is to relate “complexity” of

its factors and possibly output it.

  • How is the input given (model of computation)? What is the

notion of “complexity” we are talking about?

  • We will be talking about different algebraic models of

computation throughout. One of the most important is the “circuit” model.

2

slide-6
SLIDE 6
  • For given input f ∈ F[x1, . . . , xn], goal is to relate “complexity” of

its factors and possibly output it.

  • How is the input given (model of computation)? What is the

notion of “complexity” we are talking about?

  • We will be talking about different algebraic models of

computation throughout. One of the most important is the “circuit” model.

2

slide-7
SLIDE 7

Arithmetic Circuits

· · · x2 x1 1 xn + + + · · · ×

(1 + x1) . . . (1 + xn)

  • size= # of nodes + # of edges = 5n

2

  • # of monomials = 2n

3

slide-8
SLIDE 8

Arithmetic Circuits

· · · x2 x1 1 xn + + + · · · ×

(1 + x1) . . . (1 + xn)

  • size= # of nodes + # of edges = 5n + 2
  • # of monomials = 2n

3

slide-9
SLIDE 9

Arithmetic Circuits

· · · x2 x1 1 xn + + + · · · ×

(1 + x1) . . . (1 + xn)

  • size= # of nodes + # of edges = 5n + 2
  • # of monomials = 2n

3

slide-10
SLIDE 10

Notation

  • Notation : x = (x1, . . . , xn), [n] = {1, . . . , n}
  • deg f

total degree of f Example: f x2y x3y2 xy 4 Here deg f 5

  • size f denotes the minimum size of circuit computing f
  • f

d denotes degree of f upto d i.e.

f

d

f mod x d

1

4

slide-11
SLIDE 11

Notation

  • Notation : x = (x1, . . . , xn), [n] = {1, . . . , n}
  • deg(f) := total degree of f

Example: f = x2y + x3y2 + xy + 4 Here deg(f) = 5

  • size f denotes the minimum size of circuit computing f
  • f

d denotes degree of f upto d i.e.

f

d

f mod x d

1

4

slide-12
SLIDE 12

Notation

  • Notation : x = (x1, . . . , xn), [n] = {1, . . . , n}
  • deg(f) := total degree of f

Example: f = x2y + x3y2 + xy + 4 Here deg(f) = 5

  • size(f) denotes the minimum size of circuit computing f
  • f

d denotes degree of f upto d i.e.

f

d

f mod x d

1

4

slide-13
SLIDE 13

Notation

  • Notation : x = (x1, . . . , xn), [n] = {1, . . . , n}
  • deg(f) := total degree of f

Example: f = x2y + x3y2 + xy + 4 Here deg(f) = 5

  • size(f) denotes the minimum size of circuit computing f
  • f≤d denotes degree of f upto d i.e.

f≤d = f mod ⟨x⟩d+1

4

slide-14
SLIDE 14

Factorization in Circuit Models

Question: Given f ∈ F[x] of size(f) ≤ s, deg(f) = d, what can we say about the size of its factors?

  • (Kaltofen’87, Bürgisser’00, KSS’14, Oliveira’16) Any factor has

poly s d -size circuit

  • There is a randomized poly s d -time algorithm that can output

irreducible factor In other words, VP is uniformly closed under factoring!

5

slide-15
SLIDE 15

Factorization in Circuit Models

Question: Given f ∈ F[x] of size(f) ≤ s, deg(f) = d, what can we say about the size of its factors?

  • (Kaltofen’87, Bürgisser’00, KSS’14, Oliveira’16) Any factor has

poly(s, d)-size circuit

  • There is a randomized poly s d -time algorithm that can output

irreducible factor In other words, VP is uniformly closed under factoring!

5

slide-16
SLIDE 16

Factorization in Circuit Models

Question: Given f ∈ F[x] of size(f) ≤ s, deg(f) = d, what can we say about the size of its factors?

  • (Kaltofen’87, Bürgisser’00, KSS’14, Oliveira’16) Any factor has

poly(s, d)-size circuit

  • There is a randomized poly(s, d)-time algorithm that can output

irreducible factor In other words, VP is uniformly closed under factoring!

5

slide-17
SLIDE 17

Factorization in Circuit Models

Question: Given f ∈ F[x] of size(f) ≤ s, deg(f) = d, what can we say about the size of its factors?

  • (Kaltofen’87, Bürgisser’00, KSS’14, Oliveira’16) Any factor has

poly(s, d)-size circuit

  • There is a randomized poly(s, d)-time algorithm that can output

irreducible factor In other words, VP is uniformly closed under factoring!

5

slide-18
SLIDE 18

Exponential degree circuit

  • It is natural to ask whether we can allow degree to be 2O(s) and

claim whether the size of its factors are still poly(s).

  • It is known that “all” factors of polynomial of size s can’t have

small circuit.

  • Consider

fn x2n 1

2n j 1

x

j

where denotes 2n-th root of unity.

  • (LS’78) fn has O n size circuit but there are factors which has

size

2n 2 n .

6

slide-19
SLIDE 19

Exponential degree circuit

  • It is natural to ask whether we can allow degree to be 2O(s) and

claim whether the size of its factors are still poly(s).

  • It is known that “all” factors of polynomial of size s can’t have

small circuit.

  • Consider

fn x2n 1

2n j 1

x

j

where denotes 2n-th root of unity.

  • (LS’78) fn has O n size circuit but there are factors which has

size

2n 2 n .

6

slide-20
SLIDE 20

Exponential degree circuit

  • It is natural to ask whether we can allow degree to be 2O(s) and

claim whether the size of its factors are still poly(s).

  • It is known that “all” factors of polynomial of size s can’t have

small circuit.

  • Consider

fn = x2n − 1 =

2n

j=1

(x − ζj) where ζ denotes 2n-th root of unity.

  • (LS’78) fn has O n size circuit but there are factors which has

size

2n 2 n .

6

slide-21
SLIDE 21

Exponential degree circuit

  • It is natural to ask whether we can allow degree to be 2O(s) and

claim whether the size of its factors are still poly(s).

  • It is known that “all” factors of polynomial of size s can’t have

small circuit.

  • Consider

fn = x2n − 1 =

2n

j=1

(x − ζj) where ζ denotes 2n-th root of unity.

  • (LS’78) fn has O(n) size circuit but there are factors which has

size ≥ Ω( 2n/2

√n ).

6

slide-22
SLIDE 22
  • The previous example is only about exponential degree factor
  • Let g

i S

x

i where S

2n with S nO 1

  • Trivially g has poly n size circuit!

7

slide-23
SLIDE 23
  • The previous example is only about exponential degree factor
  • Let g = ∏

i∈S

(x − ζi) where S ⊂ [2n] with |S| = nO(1)

  • Trivially g has poly n size circuit!

7

slide-24
SLIDE 24
  • The previous example is only about exponential degree factor
  • Let g = ∏

i∈S

(x − ζi) where S ⊂ [2n] with |S| = nO(1)

  • Trivially g has poly(n) size circuit!

7

slide-25
SLIDE 25

Factor Conjecture

Factor Conjecture If f has s size circuit and g f with deg g d, then g has poly s d size circuit.

  • (Kaltofen’87) If f

ge , size f s, deg g d; then size g poly s d . This is true over character 0 or field of large characteristic.

  • What can we say about factors of f

ge1

1 ge2 2 where size f

s, deg g1 , deg g2 d?

8

slide-26
SLIDE 26

Factor Conjecture

Factor Conjecture If f has s size circuit and g | f with deg(g) = d, then g has poly(s, d) size circuit.

  • (Kaltofen’87) If f

ge , size f s, deg g d; then size g poly s d . This is true over character 0 or field of large characteristic.

  • What can we say about factors of f

ge1

1 ge2 2 where size f

s, deg g1 , deg g2 d?

8

slide-27
SLIDE 27

Factor Conjecture

Factor Conjecture If f has s size circuit and g | f with deg(g) = d, then g has poly(s, d) size circuit.

  • (Kaltofen’87) If f = ge , size(f) = s, deg(g) = d; then

size(g) ≤ poly(s, d). This is true over character 0 or field of large characteristic.

  • What can we say about factors of f

ge1

1 ge2 2 where size f

s, deg g1 , deg g2 d?

8

slide-28
SLIDE 28

Factor Conjecture

Factor Conjecture If f has s size circuit and g | f with deg(g) = d, then g has poly(s, d) size circuit.

  • (Kaltofen’87) If f = ge , size(f) = s, deg(g) = d; then

size(g) ≤ poly(s, d). This is true over character 0 or field of large characteristic.

  • What can we say about factors of f = ge1

1 ge2 2 where size(f) = s,

deg(g1), deg(g2) ≤ d?

8

slide-29
SLIDE 29

Relating Squarefree part to Complexity

  • For f

i fei i , define radical to be

rad f

i

fi

  • Assumption:

is algebraically closed and characteristic=0 Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly s deg(rad f .

  • The degree of square-free part is polynomially bounded

size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-30
SLIDE 30

Relating Squarefree part to Complexity

  • For f = ∏i fei

i , define radical to be

rad(f) = ∏

i

fi

  • Assumption:

is algebraically closed and characteristic=0 Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly s deg(rad f .

  • The degree of square-free part is polynomially bounded

size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-31
SLIDE 31

Relating Squarefree part to Complexity

  • For f = ∏i fei

i , define radical to be

rad(f) = ∏

i

fi

  • Assumption: F is algebraically closed and characteristic=0

Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly s deg(rad f .

  • The degree of square-free part is polynomially bounded

size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-32
SLIDE 32

Relating Squarefree part to Complexity

  • For f = ∏i fei

i , define radical to be

rad(f) = ∏

i

fi

  • Assumption: F is algebraically closed and characteristic=0

Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly(s, deg(rad(f)).

  • The degree of square-free part is polynomially bounded

size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-33
SLIDE 33

Relating Squarefree part to Complexity

  • For f = ∏i fei

i , define radical to be

rad(f) = ∏

i

fi

  • Assumption: F is algebraically closed and characteristic=0

Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly(s, deg(rad(f)).

  • The degree of square-free part is polynomially bounded =

⇒ size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-34
SLIDE 34

Relating Squarefree part to Complexity

  • For f = ∏i fei

i , define radical to be

rad(f) = ∏

i

fi

  • Assumption: F is algebraically closed and characteristic=0

Theorem 1 Any factor g of a polynomial f computed by a circuit of size s has size poly(s, deg(rad(f)).

  • The degree of square-free part is polynomially bounded =

⇒ size “any” factor is!(and factor conjecture is true in this case!)

  • This subsumes both the results of Kaltofen

9

slide-35
SLIDE 35

Factoring Reduces to Root Approximation

slide-36
SLIDE 36

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f x g 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f x

  • 0. Assume f x
  • 0. Idea is

the following:

  • 1. guess a good starting point x0
  • 2. calculate xn

1

xn

f xn f xn

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-37
SLIDE 37

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f(x, g) = 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f x

  • 0. Assume f x
  • 0. Idea is

the following:

  • 1. guess a good starting point x0
  • 2. calculate xn

1

xn

f xn f xn

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-38
SLIDE 38

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f(x, g) = 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f(x) = 0. Assume f′(x) ̸= 0. Idea is the following:

  • 1. guess a good starting point x0
  • 2. calculate xn

1

xn

f xn f xn

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-39
SLIDE 39

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f(x, g) = 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f(x) = 0. Assume f′(x) ̸= 0. Idea is the following:

  • 1. guess a good starting point x0
  • 2. calculate xn

1

xn

f xn f xn

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-40
SLIDE 40

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f(x, g) = 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f(x) = 0. Assume f′(x) ̸= 0. Idea is the following:

  • 1. guess a good starting point x0
  • 2. calculate xn+1 = xn − f(xn)

f′(xn)

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-41
SLIDE 41

Finding linear factor

  • Suppose f(x, y) = (y − g(x)) · u(x, y) where y − g ∤ u. Can we find

g? This is root finding as f(x, g) = 0.

  • (Newton Iteration) Suppose we want to find “good enough“

approximation of x such that f(x) = 0. Assume f′(x) ̸= 0. Idea is the following:

  • 1. guess a good starting point x0
  • 2. calculate xn+1 = xn − f(xn)

f′(xn)

  • Can we do similar thing to find g? If yes, what is the notion of

approximation ? What is the starting point?

10

slide-42
SLIDE 42

Finding linear factor Continued

  • Initial starting point y0 = µ where µ := g(0)
  • Define yt

1

yt

f x yt f x yt . Can we say that yt is an approximation

  • f g?
  • If f x yt is invertible, then one can show that

yt g mod x 2t yt

1

g mod x 2t

1

  • f x yt is invertible

f x yt

x

f 0

  • If f 0

0 and f 0

  • 0. Then, one can find g by

calculating ylog d

1 where deg g

d.

11

slide-43
SLIDE 43

Finding linear factor Continued

  • Initial starting point y0 = µ where µ := g(0)
  • Define yt+1 = yt − f(x,yt)

f′(x,yt). Can we say that yt is an approximation

  • f g?
  • If f x yt is invertible, then one can show that

yt g mod x 2t yt

1

g mod x 2t

1

  • f x yt is invertible

f x yt

x

f 0

  • If f 0

0 and f 0

  • 0. Then, one can find g by

calculating ylog d

1 where deg g

d.

11

slide-44
SLIDE 44

Finding linear factor Continued

  • Initial starting point y0 = µ where µ := g(0)
  • Define yt+1 = yt − f(x,yt)

f′(x,yt). Can we say that yt is an approximation

  • f g?
  • If f′(x, yt) is invertible, then one can show that

yt ≡ g mod ⟨x⟩2t = ⇒ yt+1 ≡ g mod ⟨x⟩2t+1

  • f x yt is invertible

f x yt

x

f 0

  • If f 0

0 and f 0

  • 0. Then, one can find g by

calculating ylog d

1 where deg g

d.

11

slide-45
SLIDE 45

Finding linear factor Continued

  • Initial starting point y0 = µ where µ := g(0)
  • Define yt+1 = yt − f(x,yt)

f′(x,yt). Can we say that yt is an approximation

  • f g?
  • If f′(x, yt) is invertible, then one can show that

yt ≡ g mod ⟨x⟩2t = ⇒ yt+1 ≡ g mod ⟨x⟩2t+1

  • f′(x, yt) is invertible ⇐

⇒ f′(x, yt)

  • x=0

̸= 0 ⇐ ⇒ f′(0, µ) ̸= 0

  • If f 0

0 and f 0

  • 0. Then, one can find g by

calculating ylog d

1 where deg g

d.

11

slide-46
SLIDE 46

Finding linear factor Continued

  • Initial starting point y0 = µ where µ := g(0)
  • Define yt+1 = yt − f(x,yt)

f′(x,yt). Can we say that yt is an approximation

  • f g?
  • If f′(x, yt) is invertible, then one can show that

yt ≡ g mod ⟨x⟩2t = ⇒ yt+1 ≡ g mod ⟨x⟩2t+1

  • f′(x, yt) is invertible ⇐

⇒ f′(x, yt)

  • x=0

̸= 0 ⇐ ⇒ f′(0, µ) ̸= 0

  • If f(0, µ) = 0 and f′(0, µ) ̸= 0. Then, one can find g by

calculating ylog d+1 where deg(g) = d.

11

slide-47
SLIDE 47
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick

n such that g1

g2

  • 2. f x

y y g1 x y g2 x

  • 3. when we put x

0 we will get y g1 y g2

  • 4. apply Newton Iteration (NI)
  • What if f

y g e u ? We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-48
SLIDE 48
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f x

y y g1 x y g2 x

  • 3. when we put x

0 we will get y g1 y g2

  • 4. apply Newton Iteration (NI)
  • What if f

y g e u ? We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-49
SLIDE 49
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x

0 we will get y g1 y g2

  • 4. apply Newton Iteration (NI)
  • What if f

y g e u ? We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-50
SLIDE 50
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x = 0 we will get (y − g1(α)) (y − g2(α))
  • 4. apply Newton Iteration (NI)
  • What if f

y g e u ? We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-51
SLIDE 51
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x = 0 we will get (y − g1(α)) (y − g2(α))
  • 4. apply Newton Iteration (NI)
  • What if f

y g e u ? We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-52
SLIDE 52
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x = 0 we will get (y − g1(α)) (y − g2(α))
  • 4. apply Newton Iteration (NI)
  • What if f = (y − g)e · u ?

We can differentiate e 1 times and apply NI on f e

1 .

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-53
SLIDE 53
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x = 0 we will get (y − g1(α)) (y − g2(α))
  • 4. apply Newton Iteration (NI)
  • What if f = (y − g)e · u ? We can differentiate e − 1 times and

apply NI on f(e−1).

  • What about f x y

yk ck

1 x yk 1

c0 x u where k 1?

12

slide-54
SLIDE 54
  • What if f = (y − g1)(y − g2) but g1(0) = g2(0)?
  • 1. Pick α ∈ Fn such that g1(α) ̸= g2(α)
  • 2. f(x + α, y) = (y − g1(x + α)) (y − g2(x + α))
  • 3. when we put x = 0 we will get (y − g1(α)) (y − g2(α))
  • 4. apply Newton Iteration (NI)
  • What if f = (y − g)e · u ? We can differentiate e − 1 times and

apply NI on f(e−1).

  • What about f(x, y) =

( yk + ck−1(x)yk−1 + . . . + c0(x) ) · u where k > 1?

12

slide-55
SLIDE 55

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f x z

z2 x3 u x z z x3 2 z x3 2 u

  • One can assume that z2

x3 u as otherwise we can differentiate appropriately many times and work with the new polynomial

  • f x

1 z z2 x 1 3 u x 1 z z x 1 3 2 z x 1 3 2 u x 1 z

  • g

x 1 3 2 1

3 2x

3 2

2 x2

3 2

3 x3

  • So g is a root of f x

1 z x z as f x 1 g

  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-56
SLIDE 56

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2

x3 u as otherwise we can differentiate appropriately many times and work with the new polynomial

  • f x

1 z z2 x 1 3 u x 1 z z x 1 3 2 z x 1 3 2 u x 1 z

  • g

x 1 3 2 1

3 2x

3 2

2 x2

3 2

3 x3

  • So g is a root of f x

1 z x z as f x 1 g

  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-57
SLIDE 57

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2 − x3 ∤ u as otherwise we can

differentiate appropriately many times and work with the new polynomial

  • f x

1 z z2 x 1 3 u x 1 z z x 1 3 2 z x 1 3 2 u x 1 z

  • g

x 1 3 2 1

3 2x

3 2

2 x2

3 2

3 x3

  • So g is a root of f x

1 z x z as f x 1 g

  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-58
SLIDE 58

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2 − x3 ∤ u as otherwise we can

differentiate appropriately many times and work with the new polynomial

  • f(x + 1, z) = (z2 − (x + 1)3) · u(x + 1, z) =

( z − (x + 1)3/2) ( z + (x + 1)3/2) · u(x + 1, z)

  • g

x 1 3 2 1

3 2x

3 2

2 x2

3 2

3 x3

  • So g is a root of f x

1 z x z as f x 1 g

  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-59
SLIDE 59

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2 − x3 ∤ u as otherwise we can

differentiate appropriately many times and work with the new polynomial

  • f(x + 1, z) = (z2 − (x + 1)3) · u(x + 1, z) =

( z − (x + 1)3/2) ( z + (x + 1)3/2) · u(x + 1, z)

  • g := (x + 1)3/2 = 1 + 3

2x + (

3 2

2)x2 + (

3 2

3)x3 + . . .

  • So g is a root of f x

1 z x z as f x 1 g

  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-60
SLIDE 60

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2 − x3 ∤ u as otherwise we can

differentiate appropriately many times and work with the new polynomial

  • f(x + 1, z) = (z2 − (x + 1)3) · u(x + 1, z) =

( z − (x + 1)3/2) ( z + (x + 1)3/2) · u(x + 1, z)

  • g := (x + 1)3/2 = 1 + 3

2x + (

3 2

2)x2 + (

3 2

3)x3 + . . .

  • So g is a root of f(x + 1, z) ∈ F[[x]][z] as f(x + 1, g) = 0
  • Note that z2

x 1 3 z g

3

z g

3 mod x4

13

slide-61
SLIDE 61

Non linear factor

We would like to relate non-linear factors to linear factors so that we can apply NI.

  • Consider f(x, z) = (z2 − x3) · u(x, z) = (z − x3/2)(z + x3/2) · u
  • One can assume that z2 − x3 ∤ u as otherwise we can

differentiate appropriately many times and work with the new polynomial

  • f(x + 1, z) = (z2 − (x + 1)3) · u(x + 1, z) =

( z − (x + 1)3/2) ( z + (x + 1)3/2) · u(x + 1, z)

  • g := (x + 1)3/2 = 1 + 3

2x + (

3 2

2)x2 + (

3 2

3)x3 + . . .

  • So g is a root of f(x + 1, z) ∈ F[[x]][z] as f(x + 1, g) = 0
  • Note that z2 − (x + 1)3 = (z − g≤3)(z + g≤3) mod x4

13

slide-62
SLIDE 62

Power Series Split Theorem

Power Series Split Theorem (DSS’18) xi xi

iy i, where i i r

, deg(rad(f d0, f x k

i d0

y gi

i

where k gi x

  • f x1

1y

xn

ny makes f monic in y

  • For irreducible h, one can show that

h x c

deg h i 1

y gi

14

slide-63
SLIDE 63

Power Series Split Theorem

Power Series Split Theorem (DSS’18) τ : xi → xi + αiy + βi, where αi, βi ∈r F, deg(rad(f)) = d0, f(τx) = k · ∏

i∈[d0]

(y − gi)γi where k ∈ F×, gi ∈ F[[x]]

  • f x1

1y

xn

ny makes f monic in y

  • For irreducible h, one can show that

h x c

deg h i 1

y gi

14

slide-64
SLIDE 64

Power Series Split Theorem

Power Series Split Theorem (DSS’18) τ : xi → xi + αiy + βi, where αi, βi ∈r F, deg(rad(f)) = d0, f(τx) = k · ∏

i∈[d0]

(y − gi)γi where k ∈ F×, gi ∈ F[[x]]

  • f(x1 + α1y, . . . , xn + αny) makes f monic in y
  • For irreducible h, one can show that

h x c

deg h i 1

y gi

14

slide-65
SLIDE 65

Power Series Split Theorem

Power Series Split Theorem (DSS’18) τ : xi → xi + αiy + βi, where αi, βi ∈r F, deg(rad(f)) = d0, f(τx) = k · ∏

i∈[d0]

(y − gi)γi where k ∈ F×, gi ∈ F[[x]]

  • f(x1 + α1y, . . . , xn + αny) makes f monic in y
  • For irreducible h, one can show that

h(τx) = c ·

deg(h)

i=1

(y − gi)

14

slide-66
SLIDE 66

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h
  • f. Apply
  • n f
  • f

x k y gi ei

  • x

y is UFD h x c y gi bi for bi ei

  • If deg h

dh deg h x dh

  • Hence h

x h x mod x dh

1

  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-67
SLIDE 67

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f

x k y gi ei

  • x

y is UFD h x c y gi bi for bi ei

  • If deg h

dh deg h x dh

  • Hence h

x h x mod x dh

1

  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-68
SLIDE 68

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • x

y is UFD h x c y gi bi for bi ei

  • If deg h

dh deg h x dh

  • Hence h

x h x mod x dh

1

  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-69
SLIDE 69

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • F[[x]][y] is UFD =

⇒ h(τx) = c · ∏(y − gi)bi for bi ≤ ei

  • If deg h

dh deg h x dh

  • Hence h

x h x mod x dh

1

  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-70
SLIDE 70

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • F[[x]][y] is UFD =

⇒ h(τx) = c · ∏(y − gi)bi for bi ≤ ei

  • If deg(h) = dh =

⇒ deg(h(τx)) = dh

  • Hence h

x h x mod x dh

1

  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-71
SLIDE 71

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • F[[x]][y] is UFD =

⇒ h(τx) = c · ∏(y − gi)bi for bi ≤ ei

  • If deg(h) = dh =

⇒ deg(h(τx)) = dh

  • Hence h(τx) = h(τx) mod ⟨x⟩dh+1
  • h

x c y g

dh i bi mod x dh 1

  • Apply

1 on h

x to get back h x .

15

slide-72
SLIDE 72

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • F[[x]][y] is UFD =

⇒ h(τx) = c · ∏(y − gi)bi for bi ≤ ei

  • If deg(h) = dh =

⇒ deg(h(τx)) = dh

  • Hence h(τx) = h(τx) mod ⟨x⟩dh+1
  • h(τx) = c · ∏(y − g≤dh

i

)bi mod ⟨x⟩dh+1

  • Apply

1 on h

x to get back h x .

15

slide-73
SLIDE 73

Factoring reduces to Root Approximation

Notation : g≤k ≡ g mod ⟨x⟩k+1.

  • Suppose h | f. Apply τ on f
  • f(τx) = k · ∏(y − gi)ei
  • F[[x]][y] is UFD =

⇒ h(τx) = c · ∏(y − gi)bi for bi ≤ ei

  • If deg(h) = dh =

⇒ deg(h(τx)) = dh

  • Hence h(τx) = h(τx) mod ⟨x⟩dh+1
  • h(τx) = c · ∏(y − g≤dh

i

)bi mod ⟨x⟩dh+1

  • Apply τ−1 on h(τx) to get back h(x).

15

slide-74
SLIDE 74

Simultaneous Root Approximation (allRootsNI)

slide-75
SLIDE 75

Are we done?

  • We know factoring reduces to root approximation.
  • We know standard newton iteration would give us

approximation.

  • Are we done?
  • If f

y g e u, to find g, we have to differentiate e 1-times (wrt y). What is the size of f e

1 ?

16

slide-76
SLIDE 76

Are we done?

  • We know factoring reduces to root approximation.
  • We know standard newton iteration would give us

approximation.

  • Are we done?
  • If f

y g e u, to find g, we have to differentiate e 1-times (wrt y). What is the size of f e

1 ?

16

slide-77
SLIDE 77

Are we done?

  • We know factoring reduces to root approximation.
  • We know standard newton iteration would give us

approximation.

  • Are we done?
  • If f

y g e u, to find g, we have to differentiate e 1-times (wrt y). What is the size of f e

1 ?

16

slide-78
SLIDE 78

Are we done?

  • We know factoring reduces to root approximation.
  • We know standard newton iteration would give us

approximation.

  • Are we done?
  • If f = (y − g)e · u, to find g, we have to differentiate e − 1-times

(wrt y). What is the size of f(e−1)?

16

slide-79
SLIDE 79

Derivative Computation f computed by size s circuit = ⇒

∂kf ∂yk can be computed by O(k2s)

size circuit Proof Idea. Compute inductively from bottom to top calculating upto k-th derivative i.e. at some node calculating u in the actual circuit, we keep track of u u 1 u k instead!

17

slide-80
SLIDE 80

Derivative Computation f computed by size s circuit = ⇒

∂kf ∂yk can be computed by O(k2s)

size circuit Proof Idea. Compute inductively from bottom to top calculating upto k-th derivative i.e. at some node calculating u in the actual circuit, we keep track of (u, u(1), . . . , u(k)) instead!

17

slide-81
SLIDE 81

+ w u v w(i) = u(i) + v(i)

18

slide-82
SLIDE 82

× w u v w(i) =

i

µ=0

( i µ ) u(i−µ)v(µ)

18

slide-83
SLIDE 83

Can we do better for derivative computing?

Observation: size(f′) = O(s) where size(f) = s

  • Can one show log dependency on k in the size of the derivative

circuit?

  • If

kf

yk can be computed by poly log k s

permanent can be computed by a polynomial size circuit

19

slide-84
SLIDE 84

Can we do better for derivative computing?

Observation: size(f′) = O(s) where size(f) = s

  • Can one show log dependency on k in the size of the derivative

circuit?

  • If

kf

yk can be computed by poly log k s

permanent can be computed by a polynomial size circuit

19

slide-85
SLIDE 85

Can we do better for derivative computing?

Observation: size(f′) = O(s) where size(f) = s

  • Can one show log dependency on k in the size of the derivative

circuit?

  • If ∂kf

∂yk can be computed by poly(log k, s) =

⇒ permanent can be computed by a polynomial size circuit

19

slide-86
SLIDE 86

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f

y g e u, then if we define yt

1

yt e f yt f yt and yt g mod x 2t Then yt

1

g mod x 2t

1

  • Does this help? No!

20

slide-87
SLIDE 87

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f = (y − g)e · u, then if we define

yt

1

yt e f yt f yt and yt g mod x 2t Then yt

1

g mod x 2t

1

  • Does this help? No!

20

slide-88
SLIDE 88

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f = (y − g)e · u, then if we define

yt+1 = yt − e f(yt) f′(yt) and yt ≡ g mod ⟨x⟩2t Then yt

1

g mod x 2t

1

  • Does this help? No!

20

slide-89
SLIDE 89

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f = (y − g)e · u, then if we define

yt+1 = yt − e f(yt) f′(yt) and yt ≡ g mod ⟨x⟩2t Then yt+1 = g mod ⟨x⟩2t+1

  • Does this help? No!

20

slide-90
SLIDE 90

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f = (y − g)e · u, then if we define

yt+1 = yt − e f(yt) f′(yt) and yt ≡ g mod ⟨x⟩2t Then yt+1 = g mod ⟨x⟩2t+1

  • Does this help?

No!

20

slide-91
SLIDE 91

Modified Newton Iteration : Does this help?

  • Can we avoid exponential many derivatives?
  • One can show that f = (y − g)e · u, then if we define

yt+1 = yt − e f(yt) f′(yt) and yt ≡ g mod ⟨x⟩2t Then yt+1 = g mod ⟨x⟩2t+1

  • Does this help? No!

20

slide-92
SLIDE 92
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h

f and y g h x for some g x

  • One has to calculate g
  • dh. Calculate ylog dh

1 by the modified

iteration yt

1

yt e f yt f yt

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-93
SLIDE 93
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h | f and y − g | h(τx) for some g ∈ F[[x]]
  • One has to calculate g
  • dh. Calculate ylog dh

1 by the modified

iteration yt

1

yt e f yt f yt

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-94
SLIDE 94
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h | f and y − g | h(τx) for some g ∈ F[[x]]
  • One has to calculate g≤dh.

Calculate ylog dh

1 by the modified

iteration yt

1

yt e f yt f yt

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-95
SLIDE 95
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h | f and y − g | h(τx) for some g ∈ F[[x]]
  • One has to calculate g≤dh. Calculate ylog dh+1 by the modified

iteration yt+1 = yt − e f(yt) f′(yt)

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-96
SLIDE 96
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h | f and y − g | h(τx) for some g ∈ F[[x]]
  • One has to calculate g≤dh. Calculate ylog dh+1 by the modified

iteration yt+1 = yt − e f(yt) f′(yt)

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-97
SLIDE 97
  • Recall to recover a factor, it is enough to calculate

approximation upto its degree

  • Suppose h | f and y − g | h(τx) for some g ∈ F[[x]]
  • One has to calculate g≤dh. Calculate ylog dh+1 by the modified

iteration yt+1 = yt − e f(yt) f′(yt)

  • Compute the whole thing as a circuit with “division” gate allowed
  • Push the division gate and the top and try to remove division at

the end

21

slide-98
SLIDE 98
  • How to eliminate only one division gate at the top?

A B

  • We will be spared with A

B and we have to calculate A B mod x dh 1 where B is not invertible.

  • We don’t know how to calculate this!

22

slide-99
SLIDE 99
  • How to eliminate only one division gate at the top?

÷ A B

  • We will be spared with A

B and we have to calculate A B mod x dh 1 where B is not invertible.

  • We don’t know how to calculate this!

22

slide-100
SLIDE 100
  • How to eliminate only one division gate at the top?

÷ A B

  • We will be spared with A

B and we have to calculate A B mod ⟨x⟩dh+1 where B is not invertible.

  • We don’t know how to calculate this!

22

slide-101
SLIDE 101
  • How to eliminate only one division gate at the top?

÷ A B

  • We will be spared with A

B and we have to calculate A B mod ⟨x⟩dh+1 where B is not invertible.

  • We don’t know how to calculate this!

22

slide-102
SLIDE 102

Strassen’s Division Elimination

  • Can we find A

B mod ⟨x⟩d+1 if B is invertible?

where size(A), size(B) ≤ s

  • A

B mod x d 1 has size O sdO 1

23

slide-103
SLIDE 103

Strassen’s Division Elimination

  • Can we find A

B mod ⟨x⟩d+1 if B is invertible?

where size(A), size(B) ≤ s

  • A

B mod ⟨x⟩d+1 has size O(sdO(1))

23

slide-104
SLIDE 104

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f

i fai i and d0

deg(rad(f

  • Theorem 1 says that any g of f has poly s d0 size circuit
  • it is enough to show that each fi has poly s d0 size circuit :
  • 1. ai

exp s

  • 2. g

f g fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-105
SLIDE 105

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly s d0 size circuit
  • it is enough to show that each fi has poly s d0 size circuit :
  • 1. ai

exp s

  • 2. g

f g fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-106
SLIDE 106

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly s d0 size circuit :
  • 1. ai

exp s

  • 2. g

f g fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-107
SLIDE 107

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly(s, d0) size circuit :
  • 1. ai

exp s

  • 2. g

f g fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-108
SLIDE 108

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly(s, d0) size circuit :
  • 1. ai ≤ exp(s)
  • 2. g

f g fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-109
SLIDE 109

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly(s, d0) size circuit :
  • 1. ai ≤ exp(s)
  • 2. g | f =

⇒ g = ∏ fbi

i

  • 3. fi has poly s d0 size and bi

exp s , then by repeated squaring argument, each fbi

i has poly s d0 size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-110
SLIDE 110

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly(s, d0) size circuit :
  • 1. ai ≤ exp(s)
  • 2. g | f =

⇒ g = ∏ fbi

i

  • 3. fi has poly(s, d0) size and bi ≤ exp(s), then by repeated squaring

argument, each fbi

i has poly(s, d0) size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-111
SLIDE 111

Bounding size of irreducible polynomials are enough

  • Suppose we have size s circuit f = ∏i fai

i and d0 = deg(rad(f))

  • Theorem 1 says that any g of f has poly(s, d0) size circuit
  • it is enough to show that each fi has poly(s, d0) size circuit :
  • 1. ai ≤ exp(s)
  • 2. g | f =

⇒ g = ∏ fbi

i

  • 3. fi has poly(s, d0) size and bi ≤ exp(s), then by repeated squaring

argument, each fbi

i has poly(s, d0) size circuit

  • 4. there can be at most d0 many factors fi’s!

24

slide-112
SLIDE 112

Logarithmic Derivative

  • From Split theorem, we have seen that each irreducible

fi = ∏j(y − gj)

  • As deg fi

d0, it is enough to bound size of g

d0 j

  • g

d0 j

has poly s d0 -size circuit fi y g

d0 j

mod x d0

1

has poly s d0 -size circuit as deg is bounded by d0

25

slide-113
SLIDE 113

Logarithmic Derivative

  • From Split theorem, we have seen that each irreducible

fi = ∏j(y − gj)

  • As deg(fi) ≤ d0, it is enough to bound size of g≤d0

j

  • g

d0 j

has poly s d0 -size circuit fi y g

d0 j

mod x d0

1

has poly s d0 -size circuit as deg is bounded by d0

25

slide-114
SLIDE 114

Logarithmic Derivative

  • From Split theorem, we have seen that each irreducible

fi = ∏j(y − gj)

  • As deg(fi) ≤ d0, it is enough to bound size of g≤d0

j

  • g≤d0

j

has poly(s, d0)-size circuit = ⇒ fi ≡ ∏(y − g≤d0

j

) mod ⟨x⟩d0+1 has poly(s, d0)-size circuit as deg is bounded by d0

25

slide-115
SLIDE 115
  • Apply τ on f. We will call this f from now on
  • We have f

c

i d0

y gi

ei with gi 0 i

  • f

f i d0

ei y gi

  • 1

y gi 1 y g

k 1 i

g

k i

y

i 2 mod x k

1

  • Rearranging we have

i d0

ei y

i 2

g

k i

f f

i d0

ei y g

k 1 i

mod x k

1

26

slide-116
SLIDE 116
  • Apply τ on f. We will call this f from now on
  • We have f = c · ∏

i∈[d0]

(y − gi)ei with gi(0) := µi

  • f

f i d0

ei y gi

  • 1

y gi 1 y g

k 1 i

g

k i

y

i 2 mod x k

1

  • Rearranging we have

i d0

ei y

i 2

g

k i

f f

i d0

ei y g

k 1 i

mod x k

1

26

slide-117
SLIDE 117
  • Apply τ on f. We will call this f from now on
  • We have f = c · ∏

i∈[d0]

(y − gi)ei with gi(0) := µi

  • f′

f = ∑ i∈[d0]

ei y − gi

  • 1

y gi 1 y g

k 1 i

g

k i

y

i 2 mod x k

1

  • Rearranging we have

i d0

ei y

i 2

g

k i

f f

i d0

ei y g

k 1 i

mod x k

1

26

slide-118
SLIDE 118
  • Apply τ on f. We will call this f from now on
  • We have f = c · ∏

i∈[d0]

(y − gi)ei with gi(0) := µi

  • f′

f = ∑ i∈[d0]

ei y − gi

  • 1

y−gi ≡ 1 y−g≤k−1

i

+

g=k

i

(y−µi)2 mod ⟨x⟩k+1

  • Rearranging we have

i d0

ei y

i 2

g

k i

f f

i d0

ei y g

k 1 i

mod x k

1

26

slide-119
SLIDE 119
  • Apply τ on f. We will call this f from now on
  • We have f = c · ∏

i∈[d0]

(y − gi)ei with gi(0) := µi

  • f′

f = ∑ i∈[d0]

ei y − gi

  • 1

y−gi ≡ 1 y−g≤k−1

i

+

g=k

i

(y−µi)2 mod ⟨x⟩k+1

  • Rearranging we have

i∈[d0]

ei (y − µi)2 · g=k

i

≡ f′ f − ∑

i∈[d0]

ei y − g≤k−1

i

mod ⟨x⟩k+1

26

slide-120
SLIDE 120
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-121
SLIDE 121
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-122
SLIDE 122
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-123
SLIDE 123
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-124
SLIDE 124
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-125
SLIDE 125
  • Put different y = c1, . . . , cd0 and try to solve for g=k

i

  • Does this work?

Answer : No!

  • This is because we can not do mod at each step as this incurs

multiplicative k-blow up at step k

  • Can we do without taking mod at each step?

Answer : Yes! We can!

27

slide-126
SLIDE 126

Self-correcting Behavior

  • Suppose we have gi k

1’s such that gi k 1

g

k 1 i

mod x k

  • Try to solve for

i d0

ei y

i 2

zi k f f

i d0

ei y gi k

1

  • Above equation when taken mod, zi k

g

k i

is a solution! Is there any relation between solution zi k and g

k i

?

  • It can be shown that gi k

1

zi k g

k i

mod x k

1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-127
SLIDE 127

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for

i d0

ei y

i 2

zi k f f

i d0

ei y gi k

1

  • Above equation when taken mod, zi k

g

k i

is a solution! Is there any relation between solution zi k and g

k i

?

  • It can be shown that gi k

1

zi k g

k i

mod x k

1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-128
SLIDE 128

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi k

g

k i

is a solution! Is there any relation between solution zi k and g

k i

?

  • It can be shown that gi k

1

zi k g

k i

mod x k

1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-129
SLIDE 129

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi,k = g=k

i

is a solution! Is there any relation between solution zi k and g

k i

?

  • It can be shown that gi k

1

zi k g

k i

mod x k

1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-130
SLIDE 130

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi,k = g=k

i

is a solution! Is there any relation between solution zi,k and g=k

i

?

  • It can be shown that gi k

1

zi k g

k i

mod x k

1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-131
SLIDE 131

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi,k = g=k

i

is a solution! Is there any relation between solution zi,k and g=k

i

?

  • It can be shown that ˜

gi,k−1 + zi,k ≡ g≤k

i

mod ⟨x⟩k+1

  • Define gi k

1

zi k gi k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-132
SLIDE 132

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi,k = g=k

i

is a solution! Is there any relation between solution zi,k and g=k

i

?

  • It can be shown that ˜

gi,k−1 + zi,k ≡ g≤k

i

mod ⟨x⟩k+1

  • Define ˜

gi,k−1 + zi,k := ˜ gi,k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-133
SLIDE 133

Self-correcting Behavior

  • Suppose we have ˜

gi,k−1’s such that ˜ gi,k−1 ≡ g≤k−1

i

mod ⟨x⟩k

  • Try to solve for ∑

i∈[d0]

ei (y − µi)2 · zi,k ≡ f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1

  • Above equation when taken mod, zi,k = g=k

i

is a solution! Is there any relation between solution zi,k and g=k

i

?

  • It can be shown that ˜

gi,k−1 + zi,k ≡ g≤k

i

mod ⟨x⟩k+1

  • Define ˜

gi,k−1 + zi,k := ˜ gi,k

  • So the idea is solve each step without the mod and take the

cumulative sum

28

slide-134
SLIDE 134

Size Bound

  • We choose y = c1, . . . , cd0 and solve zi,k’s. How does a solution

look like in terms of ˜ gi,k−1?

  • z1 k looks like

z1 k

j d0 j

f f

i d0

ei y gi k

1 y cj

  • Like the previous one, compute zi k’s and hence gi k’s as circuit

with division gates allowed

  • One can show that it has poly s d0 size circuit with division

29

slide-135
SLIDE 135

Size Bound

  • We choose y = c1, . . . , cd0 and solve zi,k’s. How does a solution

look like in terms of ˜ gi,k−1?

  • z1,k looks like

z1,k = ∑

j∈[d0]

βj  f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1  

  • y=cj
  • Like the previous one, compute zi k’s and hence gi k’s as circuit

with division gates allowed

  • One can show that it has poly s d0 size circuit with division

29

slide-136
SLIDE 136

Size Bound

  • We choose y = c1, . . . , cd0 and solve zi,k’s. How does a solution

look like in terms of ˜ gi,k−1?

  • z1,k looks like

z1,k = ∑

j∈[d0]

βj  f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1  

  • y=cj
  • Like the previous one, compute zi,k’s and hence ˜

gi,k’s as circuit with division gates allowed

  • One can show that it has poly s d0 size circuit with division

29

slide-137
SLIDE 137

Size Bound

  • We choose y = c1, . . . , cd0 and solve zi,k’s. How does a solution

look like in terms of ˜ gi,k−1?

  • z1,k looks like

z1,k = ∑

j∈[d0]

βj  f′ f − ∑

i∈[d0]

ei y − ˜ gi,k−1  

  • y=cj
  • Like the previous one, compute zi,k’s and hence ˜

gi,k’s as circuit with division gates allowed

  • One can show that it has poly(s, d0) size circuit with division

29

slide-138
SLIDE 138
  • Push the division gate at the top
  • In this case, we can show that after d0 steps, the resulting

division circuit has invertible denominator. A B

  • This is because f evaluated at cj’s are invertible

30

slide-139
SLIDE 139
  • Push the division gate at the top
  • In this case, we can show that after d0 steps, the resulting

division circuit has invertible denominator. ÷ A B

  • This is because f evaluated at cj’s are invertible

30

slide-140
SLIDE 140
  • Push the division gate at the top
  • In this case, we can show that after d0 steps, the resulting

division circuit has invertible denominator. ÷ A B

  • This is because f evaluated at cj’s are invertible

30

slide-141
SLIDE 141
  • In contrast, in the previous case we had f(yt) as denominator

which would be non-invertible

  • So one can eliminate division. Ultimately each gi upto

approximation d0. So, elimination at the end only blows up the size by multiplicative d2

  • 0. Altogether, each g

d0 i

has poly s d0 circuit

  • Hence any irreducible factor (hence any factor) has

poly s d0 -size circuit

31

slide-142
SLIDE 142
  • In contrast, in the previous case we had f(yt) as denominator

which would be non-invertible

  • So one can eliminate division. Ultimately each gi upto

approximation d0. So, elimination at the end only blows up the size by multiplicative d2

  • 0. Altogether, each g≤d0

i

has poly(s, d0) circuit

  • Hence any irreducible factor (hence any factor) has

poly s d0 -size circuit

31

slide-143
SLIDE 143
  • In contrast, in the previous case we had f(yt) as denominator

which would be non-invertible

  • So one can eliminate division. Ultimately each gi upto

approximation d0. So, elimination at the end only blows up the size by multiplicative d2

  • 0. Altogether, each g≤d0

i

has poly(s, d0) circuit

  • Hence any irreducible factor (hence any factor) has

poly(s, d0)-size circuit

31

slide-144
SLIDE 144

Some closure results

slide-145
SLIDE 145

Arithmetic Formula

1 x1 1 x2 1 xn

+ +

· · · · · ·

+ × (1 + x1) . . . (1 + xn)

  • Tree
  • Leaves containing variables or constants

32

slide-146
SLIDE 146

Arithmetic Formula

1 x1 1 x2 1 xn

+ +

· · · · · ·

+ × (1 + x1) . . . (1 + xn)

  • Tree
  • Leaves containing variables or constants

32

slide-147
SLIDE 147

Factoring in other models

  • Does a polynomial f of degree d which can be computed by a

formula of size s have factors of poly(s, d)-formula size?

  • Yet not known! In particular, VF is not known to be closed under

factoring!

  • VF contains family of polynomials of n-variate polynomials

computed by nO 1 -sized formulas (similarly for VBP, the corresponding class for ABP’s)

  • (Oliveira’15) Constant degree f x of size s computed by a

formula or circuit resp. has factors of size poly s in the respective model

33

slide-148
SLIDE 148

Factoring in other models

  • Does a polynomial f of degree d which can be computed by a

formula of size s have factors of poly(s, d)-formula size?

  • Yet not known! In particular, VF is not known to be closed under

factoring!

  • VF contains family of polynomials of n-variate polynomials

computed by nO 1 -sized formulas (similarly for VBP, the corresponding class for ABP’s)

  • (Oliveira’15) Constant degree f x of size s computed by a

formula or circuit resp. has factors of size poly s in the respective model

33

slide-149
SLIDE 149

Factoring in other models

  • Does a polynomial f of degree d which can be computed by a

formula of size s have factors of poly(s, d)-formula size?

  • Yet not known! In particular, VF is not known to be closed under

factoring!

  • VF contains family of polynomials of n-variate polynomials

computed by nO(1)-sized formulas (similarly for VBP, the corresponding class for ABP’s)

  • (Oliveira’15) Constant degree f x of size s computed by a

formula or circuit resp. has factors of size poly s in the respective model

33

slide-150
SLIDE 150

Factoring in other models

  • Does a polynomial f of degree d which can be computed by a

formula of size s have factors of poly(s, d)-formula size?

  • Yet not known! In particular, VF is not known to be closed under

factoring!

  • VF contains family of polynomials of n-variate polynomials

computed by nO(1)-sized formulas (similarly for VBP, the corresponding class for ABP’s)

  • (Oliveira’15) Constant degree f(x) of size s computed by a

formula or circuit resp. has factors of size poly(s) in the respective model

33

slide-151
SLIDE 151

Factoring in other models

  • Does a polynomial f of degree d which can be computed by a

formula of size s have factors of poly(s, d)-formula size?

  • Yet not known! In particular, VF is not known to be closed under

factoring!

  • VF contains family of polynomials of n-variate polynomials

computed by nO(1)-sized formulas (similarly for VBP, the corresponding class for ABP’s)

  • (Oliveira’15) Constant degree f(x) of size s computed by a

formula or circuit resp. has factors of size poly(s) in the respective model

33

slide-152
SLIDE 152

Closure Results

Quasi-poly sized algebraic classes {fn}n ∈ VF(nlog n) (resp. VBP(nlog n)) such that n-variate fn can be computed by an algebraic formula (resp. ABP) of size nO(log n) and has degree poly(n). Theorem 2 VF nlog n (resp. VBP nlog n)) is closed under factoring. Moreover,there exists a randomized poly nlog n -time algorithm that: for a given nO log n sized formula (resp. ABP) f of poly n -degree, outputs nO log n sized formula (resp. ABP) of a nontrivial factor of f (if one exists).

34

slide-153
SLIDE 153

Closure Results

Quasi-poly sized algebraic classes {fn}n ∈ VF(nlog n) (resp. VBP(nlog n)) such that n-variate fn can be computed by an algebraic formula (resp. ABP) of size nO(log n) and has degree poly(n). Theorem 2 VF(nlog n) (resp. VBP(nlog n)) is closed under factoring. Moreover,there exists a randomized poly nlog n -time algorithm that: for a given nO log n sized formula (resp. ABP) f of poly n -degree, outputs nO log n sized formula (resp. ABP) of a nontrivial factor of f (if one exists).

34

slide-154
SLIDE 154

Closure Results

Quasi-poly sized algebraic classes {fn}n ∈ VF(nlog n) (resp. VBP(nlog n)) such that n-variate fn can be computed by an algebraic formula (resp. ABP) of size nO(log n) and has degree poly(n). Theorem 2 VF(nlog n) (resp. VBP(nlog n)) is closed under factoring. Moreover,there exists a randomized poly(nlog n)-time algorithm that: for a given nO(log n) sized formula (resp. ABP) f of poly(n)-degree, outputs nO(log n) sized formula (resp. ABP) of a nontrivial factor of f (if one exists).

34

slide-155
SLIDE 155

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose y

g e f x

  • One can show that if f of degree d has s size formula, then

kf

yk

has poly s d size formula

  • differentiate e

1 times and use NI

  • g

d will have size nO log n formula

  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-156
SLIDE 156

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose (y − g)e || f(τx)
  • One can show that if f of degree d has s size formula, then

kf

yk

has poly s d size formula

  • differentiate e

1 times and use NI

  • g

d will have size nO log n formula

  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-157
SLIDE 157

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose (y − g)e || f(τx)
  • One can show that if f of degree d has s size formula, then ∂kf

∂yk

has poly(s, d) size formula

  • differentiate e

1 times and use NI

  • g

d will have size nO log n formula

  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-158
SLIDE 158

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose (y − g)e || f(τx)
  • One can show that if f of degree d has s size formula, then ∂kf

∂yk

has poly(s, d) size formula

  • differentiate e − 1 times and use NI
  • g

d will have size nO log n formula

  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-159
SLIDE 159

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose (y − g)e || f(τx)
  • One can show that if f of degree d has s size formula, then ∂kf

∂yk

has poly(s, d) size formula

  • differentiate e − 1 times and use NI
  • g≤d will have size nO(log n) formula
  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-160
SLIDE 160

Bounding size of factor of formula

Goal: Given f of formula size nlog n and degree nO(1), show upper bound on size of its factors

  • Suppose (y − g)e || f(τx)
  • One can show that if f of degree d has s size formula, then ∂kf

∂yk

has poly(s, d) size formula

  • differentiate e − 1 times and use NI
  • g≤d will have size nO(log n) formula
  • Algorithm is non-trivial, uses idea by kaltofen

35

slide-161
SLIDE 161

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP nlog n if we allow s n and t n to be nO log n . We showed that: Theorem 2 continued VNP nlog n is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-162
SLIDE 162

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring? We define VNP nlog n if we allow s n and t n to be nO log n . We showed that: Theorem 2 continued VNP nlog n is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-163
SLIDE 163

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP(nlog n) if we allow s(n) and t(n) to be nO(log n). We showed that: Theorem 2 continued VNP nlog n is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-164
SLIDE 164

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP(nlog n) if we allow s(n) and t(n) to be nO(log n). We showed that: Theorem 2 continued VNP(nlog n) is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-165
SLIDE 165

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP(nlog n) if we allow s(n) and t(n) to be nO(log n). We showed that: Theorem 2 continued VNP(nlog n) is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-166
SLIDE 166

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP(nlog n) if we allow s(n) and t(n) to be nO(log n). We showed that: Theorem 2 continued VNP(nlog n) is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and Solomon. NI technique can also be used to derive the result as well!

36

slide-167
SLIDE 167

Closure of VNP

Definition of VNP A family {fn}n is in VNP if there exist polynomials s(n), t(n) and a family {gn}n in VP such that for every n, fn(x) = ∑w∈{0,1}t(n) gn(x, w1, . . . , wt(n)) where size(gn) ≤ s(n). What about closure property of VNP under factoring?We define VNP(nlog n) if we allow s(n) and t(n) to be nO(log n). We showed that: Theorem 2 continued VNP(nlog n) is closed under factoring It was conjectured that VNP is closed under factoring (Bürgisser). This has been very recently shown to be true by Chou, Kumar and

  • Solomon. NI technique can also be used to derive the result as well!

36

slide-168
SLIDE 168

Open Problems

slide-169
SLIDE 169

Open Problems

  • Prove/Disprove Factor Conjecture
  • Can we eliminate division for A

B mod x d when B is

non-invertible? ( one can show that this implies Factor Conjecture (DSS’18))

  • Prove or disprove that VF (resp. VBP) is closed under factoring

THANK YOU!

37

slide-170
SLIDE 170

Open Problems

  • Prove/Disprove Factor Conjecture
  • Can we eliminate division for A

B mod ⟨x⟩d when B is

non-invertible? ( one can show that this implies Factor Conjecture (DSS’18))

  • Prove or disprove that VF (resp. VBP) is closed under factoring

THANK YOU!

37

slide-171
SLIDE 171

Open Problems

  • Prove/Disprove Factor Conjecture
  • Can we eliminate division for A

B mod ⟨x⟩d when B is

non-invertible? ( one can show that this implies Factor Conjecture (DSS’18))

  • Prove or disprove that VF (resp. VBP) is closed under factoring

THANK YOU!

37

slide-172
SLIDE 172

Open Problems

  • Prove/Disprove Factor Conjecture
  • Can we eliminate division for A

B mod ⟨x⟩d when B is

non-invertible? ( one can show that this implies Factor Conjecture (DSS’18))

  • Prove or disprove that VF (resp. VBP) is closed under factoring

THANK YOU!

37