local states in string diagrams
play

Local states in string diagrams Paul-Andr Mellis CNRS & - PowerPoint PPT Presentation

Local states in string diagrams Paul-Andr Mellis CNRS & Universit Paris Diderot RTA-TLCA 2014 14 17 July 2014 Vienna Summer Logic Algebraic effects A seminal idea by Power and Plotkin Algebraic presentations of


  1. Local states in string diagrams Paul-André Melliès CNRS & Université Paris Diderot RTA-TLCA 2014 14 −→ 17 July 2014 Vienna Summer Logic

  2. Algebraic effects A seminal idea by Power and Plotkin

  3. � � Algebraic presentations of effects We want to reason about programs with effects like states, exceptions... Computational monads: pimpurep ppurep A B = A T ( B ) Equational theories: A n −→ A : operations and equations

  4. � � � The state monad A program accessing one register with a set of values Val = { true , false } impure A B is interpreted as a function pure Val × A Val × B thus as a function pure Val ⇒ ( Val × B ) A Hence, the state monad T : A �→ Val ⇒ ( Val × A )

  5. � � � � � Algebras of a monad A set A equipped with a function −→ alg : TA A making the two diagrams below commute: T ( alg ) TTA TA TA η A alg µ alg alg � A id � A TA A

  6. Algebraic effects Key idea : Effects are performed by algebraic operations on types The algebraic theory is presented by a family of n -ary operations A × · · · × A −→ : A operation � ������� �� ������� � n together with a family of well-chosen equations.

  7. States Similarly, memory calls are performed by a binary operation A × A −→ A : lookup and two unary operations : A −→ A : A −→ A update � true � update � false � The three equations of the theory are: � � term update � true � ( term ) , update � false � ( term ) = lookup update � val 1 � ◦ update � val 2 � = update � val 2 � � � update � val � ◦ lookup term ( true ) , term ( false ) update � val � ( term ( val )) =

  8. � � Creation lookup – update A × A update � true , false � lookup id � A A � � term = update � true � ( term ) , update � false � ( term ) lookup

  9. Creation lookup – update Here, the map : A −→ A × A update � true , false � is the pair � � update � true � , update � false � also noted � � val �→ update � val �

  10. Creation lookup-update x true = root x root false x

  11. � � Interaction update – update A update � val 2 � update � val 1 � update � val 2 � � A A update � val 1 � ◦ update � val 2 � = update � val 2 �

  12. Interaction update-update val val x root = x val root 

  13. � � � Interaction update – lookup lookup A × A A update � val � A val update � val � � A A � � update � val � ◦ lookup term ( true ) , term ( false ) update � val � ◦ term ( val ) =

  14. Interaction update – lookup x x true root true root = y x false root false root = y y

  15. Key theorem [ Plotkin & Power 2002 ] the category of mnemoids is equivalent to the category of algebras of the state monad This provides an algebraic presentation of the state monad

  16. A proof based on rewriting [LICS 2010] A clean bridge between rewriting and semantics

  17. From algebraic theories to monads Fact. Every algebraic theory T induces a monad T : Set −→ Set which transports every set A to its free model TA defined as � � terms with variables in A modulo the equations of T T A =

  18. Finitary monads Definition. A monad T : Set −→ Set is called finitary when it preserves filtered colimits. Important fact. There is an equivalence of categories the category the category of of � algebraic theories finitary monads

  19. � � � � Finitary monads Alternative definition. A monad T : Set −→ Set is finitary when the diagram Set T ◦ i T id FinSet Set i exhibits the functor T as a left Kan extension of T ◦ i along i .

  20. Finitary monads Hence, a finitary monad T : Set −→ Set is entirely described by its restriction to finite sets � � [ n ] = x 0 , . . . , x n − 1 .

  21. A proof by rewriting in two steps Step 1. establish that the state monad T : A �→ Val ⇒ ( Val × A ) : Set −→ Set is a finitary monad. Step 2. show that it computes the free mnemoid on finite sets � � [ n ] x 0 , . . . , x n − 1 =

  22. Canonical form theorem [LICS 2010] Every term with n variables is equivalent to a term of the form � � val �→ update � f ( val ) � x g ( val ) lookup which interprets the function n � ������������ �� ������������ � Val −→ Val + · · · + Val �→ val inj � g ( val ) � f ( val )

  23. Canonical form theorem [LICS 2010] x val p root x wal q

  24. Proof by rewriting Step 1. use the creation rule to rewrite � � create term −→ val �→ update � val � term lookup Step 2. use the interaction rules to rewrite ∗ update � val � term −→ update � wal � x p for some value wal and some variable x p . Step 3. conclude...

  25. Proof by rewriting Corollary. The state monad T : Set −→ Set coincides with the free mnemoid monad when restricted to finite sets. Important consequence: One recovers in this way the original theorem by Plotkin & Power.

  26. � � � Remark: the equation below is redundant lookup × lookup A × A × A × A A × A [ π 11 ,π 22 ] lookup lookup � A A × A � � val 1 �→ lookup [ val 2 �→ term ( val 1 , val 2 ) ] lookup � � = val �→ term ( val , val ) lookup

  27. The local state monad A more sophisticated example by Plotkin and Power

  28. Presheaf models Key idea: interpret a type A as a family of sets A 0 A 1 · · · A n · · · indexed by natural numbers, where each set A n contains the programs of type A which have access to n variables.

  29. Presheaf models This defines a covariant presheaf A n : Inj −→ Set on the category Inj of natural numbers and injections. Every injection f : p −→ q induces a function A f : A p −→ A q obtained by renaming every register i ∈ [ p ] by the register f ( i ) ∈ [ q ] .

  30. Local stores [Plotkin & Power 2002] The slightly intimidating monad � � p ∈ Inj � S p × A p × Inj ( n , p ) S n �→ ⇒ L A : n on the presheaf category [ Inj , Set ] where the contravariant presheaf S p Val p = describes the states available at degree p .

  31. Our methodology here Show that the monad is finitary in some sense. ⊲ Establish a similar canonical form theorem for local states. ⊲ Fine, but what is the appropriate notion of finitary monad here ?

  32. Graded arities A graded arity is defined as a finite sum of representables [ p 0 , · · · , p n ] � 0 � + · · · + � 0 � + · · · + � n � + · · · + � n � = � ����������� �� ����������� � � ����������� �� ����������� � p 0 times p n times where each representable presheaf � n � Inj −→ Set : is defined as � n � p �→ Inj ( n , p ) =

  33. Graded arities This defines a full and faithful functor Σ Inj op Inj op −→ which generalizes the full and faithful functor FinSet −→ Set encountered in the case of finitary monads.

  34. � � � � Graded monads Definition. A monad T : [ Inj , Set ] −→ [ Inj , Set ] is graded when the diagram [ Inj , Set ] T ◦ i T id Σ Inj op [ Inj , Set ] i exhibits the functor T as a left Kan extension of T ◦ i along i .

  35. Main result of the paper Theorem. The local state monad � � p ∈ Inj � S p × A p × Inj ( n , p ) S n L A : n �→ ⇒ is a graded monad on the presheaf category [ Inj , Set ] .

  36. Main result of the paper In particular, the local state monad L : [ Inj , Set ] −→ [ Inj , Set ] is entirely described by its restriction i L Σ Inj op L ◦ i −→ −→ : [ Inj , Set ] [ Inj , Set ] to the subcategory Σ Inj op of graded arities.

  37. An algebraic presentation of local states Update, lookup, fresh, permute, discharge

  38. The Lawvere theory of a graded monad The Lawvere theory associated to a graded monad Θ T T : [ Inj , Set ] −→ [ Inj , Set ] has graded arities as objects [ p 0 , · · · , p m ] and morphisms defined as Θ T ( [ p 0 , · · · , p m ] , [ q 0 , · · · , q n ] ) = [ Inj , Set ] ( [ p 0 , · · · , p m ] , T [ q 0 , · · · , q n ] )

  39. The Lawvere theory of the local state monad The Lawvere theory מ‌ associated to the local state monad L : [ Inj , Set ] −→ [ Inj , Set ] has graded arities as objects [ p 0 , · · · , p m ] and morphisms defined as מ‌ ([ p 0 , · · · , p m ] , [ q 0 , · · · , q n ] ) = [ Inj , Set ] ( [ p 0 , · · · , p m ] , L [ q 0 , · · · , q n ] )

  40. Key observation The local state monad −→ L : [ Inj , Set ] [ Inj , Set ] is the composite L F ◦ B = of two graded monads F , B : [ Inj , Set ] −→ [ Inj , Set ] related by a distributivity law B ◦ F ⇒ F ◦ B . λ : A phenomenon already noticed by Staton [2010]

  41. The two component monads The first monad S n ⇒ ( S n × A n ) F A n �→ : is the global state monad applied on each fiber n while B = ℓ ∗ ◦ ∃ ℓ : [ Inj , Set ] −→ [ Inj , Set ] is the change-of-basis monad associated to a functor ℓ : Inj −→ Res .

Recommend


More recommend