parity games and resolution
play

Parity Games and Resolution Arnold Beckmann Department of Computer - PowerPoint PPT Presentation

Parity Games Weak Automatizability and Resultion Bounded Arithmetic Parity Games and Resolution Arnold Beckmann Department of Computer Science College of Science Swansea University, Wales, UK SDF-60, 10 July 2013 (Joint work with Pavel


  1. Parity Games Weak Automatizability and Resultion Bounded Arithmetic Parity Games and Resolution Arnold Beckmann Department of Computer Science College of Science Swansea University, Wales, UK SDF-60, 10 July 2013 (Joint work with Pavel Pudl´ ak and Neil Thapen) Arnold Beckmann Parity Games and Resolution

  2. Parity Games Weak Automatizability and Resultion Bounded Arithmetic Overview Parity Games Weak Automatizability and Resultion Bounded Arithmetic Arnold Beckmann Parity Games and Resolution

  3. Parity Games Simple Graph Games Weak Automatizability and Resultion Strategies Bounded Arithmetic Parity Games Arnold Beckmann Parity Games and Resolution

  4. Parity Games Simple Graph Games Weak Automatizability and Resultion Strategies Bounded Arithmetic Parity Games Infinite two-player games played on finite directed leafless graphs. Deciding winner in a parity game is significant ◮ in verification (ptime-equivalent to model checking problem for modal µ -calculus) ◮ in automata theory (ptime-equivalent to emptiness problem for alternating tree automata) ◮ from complexity-theoretic point of view (in NP ∩ coNP, not known to be in P) Any parity game can be transformed (in linear time) into equivalent simple graph game. Arnold Beckmann Parity Games and Resolution

  5. Parity Games Simple Graph Games Weak Automatizability and Resultion Strategies Bounded Arithmetic Simple Graph Games Played on a directed graph start 0 with vertices V = V A ∪ V B = { 0 , 1 , . . . , n − 1 } 1 3 owned by player A or B, with at least one outgoing edge for each vertex. 2 A play is an infinite sequence 0 = v 0 , v 1 , v 2 , . . . with v i → v i + 1 V A = { 0 , 2 } , V B = { 1 , 3 } chosen by the player owning v i . The winner of a play is the player owning the least vertex which is visited infinitely often in the play. Arnold Beckmann Parity Games and Resolution

  6. Parity Games Simple Graph Games Weak Automatizability and Resultion Strategies Bounded Arithmetic Strategies A (positional) strategy for A start 0 is a function σ : V A → V defining A’s moves. (Similar τ : V B → V for player B.) 1 3 A strategy is a winning strategy if player wins all plays when using their strategy. 2 Theorem (Memoryless Determinacy, Emerson’85) For any simple graph game, one player has a positional winning strategy. Corollary Given a simple graph game, deciding whether A has a winning strategy is in NP ∩ coNP . Arnold Beckmann Parity Games and Resolution

  7. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Weak Automatizability and Resolution Arnold Beckmann Parity Games and Resolution

  8. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Res ( k ) proof system k -DNF: disjunction of conjunctions of literals, each conjunction of size ≤ k . Each line in Res ( k ) -proof is k -DNF , written as list of disjuncts. Γ , A Γ , B axiom ∧ -intro a , ¬ a Γ , A ∧ B Γ , a 1 ∧ . . . ∧ a m Γ , ¬ a 1 , . . . , ¬ a m Γ weak cut Γ , ∆ Γ Res ( k ) refutation of set of disjunctions Γ is sequence of disjunctions ending with the empty disjunction, s.t. each line in proof is either in Γ , or follows from earlier disjunctions by a rule. Res ( 1 ) is called resolution , denoted Res . Arnold Beckmann Parity Games and Resolution

  9. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Weak Automatizability Propositional proof system P is automatizable if there is algorithm which, given a tautology, produces proof in time polynomial in size of its smallest proof. Alekhnovich and Razborov (2008): Resolution not automatizable under reasonable assumption in parameterised complexity theory. Weak automatizability: proofs of tautologies can be given in an arbitrary proof system, only time of finding proofs restricted to polynomial in size of smallest P proof. Equivalently: Definition P is weakly automatizable if exists polynomial time algorithm which, given formula φ and string 1 m , accepts if φ satisfiable, and rejects if φ has P refutation of size ≤ m . Arnold Beckmann Parity Games and Resolution

  10. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Results on weak automatizability Theorem (Atserias, Bonet, 2004) For the following list of proof systems, either all or none are weakly automatizable: Res , Res ( 2 ) , Res ( 3 ) , . . . Open Problem Is Res weakly automatizable? Arnold Beckmann Parity Games and Resolution

  11. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Result Theorem (B., Pudl´ ak, Thapen, 2013) If resolution is weakly automatizable, then parity games can be decided in polynomial time. Arnold Beckmann Parity Games and Resolution

  12. Parity Games Resolution Weak Automatizability and Resultion Weak Automatizability Bounded Arithmetic Result Outline of proof Formalise “ σ is winning strategy for A in G ” as Win A ( n , G , σ, . . . ) “ τ is winning strategy for B in G ” as Win B ( n , G , τ, . . . ) Construct, for some k , polynomial size (in n ) Res ( k ) refutations of Win A ( n , G , σ, . . . ) ∧ Win B ( n , G , τ, . . . ) Result follows by considering G �→ ( Win A ( | G | , G , σ, . . . ) , 1 p ( | G | ) ) where | G | denotes number of vertices in G , and p the polynomial bound in “construct” part of proof outline above. Arnold Beckmann Parity Games and Resolution

  13. Parity Games Bounded Arithmetic Weak Automatizability and Resultion Paris-Wilkie Translation Bounded Arithmetic Bounded Arithmetic Arnold Beckmann Parity Games and Resolution

  14. Parity Games Bounded Arithmetic Weak Automatizability and Resultion Paris-Wilkie Translation Bounded Arithmetic Language Language L : constant symbols 0 and 1, function and relation symbols. Only restriction: function symbol represent polynomially bounded functions . L + : Extend L by finitely many new relation symbols ¯ R —will be used to stand for edges in a graph, or strategies in a game, etc. Bounded Formulas: U 1 : ∀ x 1 ≤ s 1 ϕ ( x 1 , y ) U 2 : ∀ x 1 ≤ s 1 ∃ x 2 ≤ s 2 ϕ ( x 1 , x 2 , y ) . . . with quantifier-free ϕ Induction: U d -Ind : ϕ ( 0 ) ∧ ∀ x ( ϕ ( x ) → ϕ ( x + 1 )) → ∀ x ϕ ( x ) where ϕ ∈ U d BASIC = a set of true open L -formulas. Arnold Beckmann Parity Games and Resolution

  15. Parity Games Bounded Arithmetic Weak Automatizability and Resultion Paris-Wilkie Translation Bounded Arithmetic Paris-Wilkie Translation Given assignment α , translate ϕ into propositional formula � ϕ � α : L + formula ϕ propositional translation � ϕ � α R ( t ) propositional variable p � t � α  ⊤ if ϕ is true   ϕ in L   ⊥ o/w   ¬ ϕ ¬� ϕ � α ϕ ∨ ψ � ϕ � α ∨ � ψ � α ( ∀ x ≤ t ) ϕ ( x ) � i ≤� t � α � ϕ ( i ) � α Arnold Beckmann Parity Games and Resolution

  16. Parity Games Bounded Arithmetic Weak Automatizability and Resultion Paris-Wilkie Translation Bounded Arithmetic Main Technical Result Theorem (B., Pudl´ ak, Thapen 2013) Suppose φ 1 ( x ) , . . . , φ ℓ ( x ) are U 2 formulas, with x only free variable, such that U 2 - IND proves ∀ x ¬ ( φ 1 ( x ) ∧ · · · ∧ φ ℓ ( x )) . Then for some k ∈ N the family Φ n := � φ 1 ( x ) � [ x �→ n ] ∪ · · · ∪ � φ ℓ ( x ) � [ x �→ n ] has polynomial size Res ( k ) refutations. Arnold Beckmann Parity Games and Resolution

  17. Parity Games Bounded Arithmetic Weak Automatizability and Resultion Paris-Wilkie Translation Bounded Arithmetic Further details on proof Formalise simple graph game using second order relations V , V A , V B , E . Formalise strategies by relations E σ and E τ . Idea: Consider E σ ∩ E τ : no choice, exactly one play possible, winner cannot be both players. But: reachability in E σ ∩ E τ cannot be defined or formalised. Instead: Add further relations R σ min ( x , y , z ) , intended meaning is y can be reached from x in E σ by a path with minimum z similar R τ min . Consider R ∗ ( x , y ) = ∃ z ( R σ min ( x , y , z ) ∧ R τ min ( x , y , z )) . It turns out that this is good enough approximation to E σ ∩ E τ . Argument formalises in U 2 - IND . Arnold Beckmann Parity Games and Resolution

  18. Parity Games Weak Automatizability and Resultion Bounded Arithmetic Conclusion We have reduced the decision problem for parity games to the question whether resolution is weakly automatizable. Main technical part was to construct polynomial size refutations of a suitable formalisation of the statement that both players have positional winning strategies. Further results (not presented): Similar reductions of other games and proof systems (Mean payoff games and Simple Stochastic Games, and PK 1 .) Definition of game for which deciding whether a player has a positional winning strategy is equivalent to weak automatizability for resolution. Open Problem Can weak automatizability for resolution be reduced to the decision problem for parity games? Arnold Beckmann Parity Games and Resolution

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

Recommend


More recommend