duality in logic games and categories
play

Duality in Logic, Games and Categories Paul-Andr Mellis Institut de - PowerPoint PPT Presentation

Duality in Logic, Games and Categories Paul-Andr Mellis Institut de Recherche en Informatique Fondamentale (IRIF) CNRS & Universit Paris Diderot Duality Theory Swiss Graduate Society for Logic and Philosophy of Science University of


  1. Duality in Logic, Games and Categories Paul-André Melliès Institut de Recherche en Informatique Fondamentale (IRIF) CNRS & Université Paris Diderot Duality Theory Swiss Graduate Society for Logic and Philosophy of Science University of Bern, 28 May 2018

  2. Logic Physics What are the symmetries of logic?

  3. What are the symmetries of logic ?

  4. What are the symmetries of logic ?

  5. What are the symmetries of logic ?

  6. A logical space-time t  t  t  t  t  t  Emerges in the semantics of low level languages

  7. The basic symmetry of logic The logical discourse is symmetric between Player and Opponent Claim: this symmetry is the foundation of logic So, what can we learn from this basic symmetry?

  8. De Morgan duality The duality relates the conjunction and the disjunction of classical logic: B ˚ ^ A ˚ p A _ B q ˚ � p A ^ B q ˚ B ˚ A ˚ _ �

  9. De Morgan duality in a constructive scenario Can we make sense of this involutive negation A ˚˚ A � in a constructive logic like intuitionistic logic? In particular, can we decompose the intuitionistic implication as A ˚ _ B A ñ B �

  10. Guideline: game semantics Every proof of formula A initiates a dialogue where Proponent tries to convince Opponent Opponent tries to refute Proponent An interactive approach to logic and programming languages

  11. The formal proof of the drinker’s formula Axiom A p x 0 q $ A p x 0 q Right Weakening A p x 0 q $ A p x 0 q , @ x . A p x q Right ñ $ A p x 0 q , A p x 0 q ñ @ x . A p x q Right D $ A p x 0 q , D y . t A p y q ñ @ x . A p x qu Right @ $ @ x . A p x q , D y . t A p y q ñ @ x . A p x qu Left Weakening A p y 0 q $ @ x . A p x q , D y . t A p y q ñ @ x . A p x qu Right ñ $ A p y 0 q ñ @ x . A p x q , D y . t A p y q ñ @ x . A p x qu Right D $ D y . t A p y q ñ @ x . A p x qu , D y . t A p y q ñ @ x . A p x qu Contraction $ D y . t A p y q ñ @ x . A p x qu

  12. Duality Proponent Opponent Program Environment plays the game plays the game � A A Negation permutes the rôles of Proponent and Opponent

  13. Duality Opponent Proponent Environment Program plays the game plays the game � A A Negation permutes the rôles of Opponent and Proponent

  14. � � Classical duality in a boolean algebra Negation defines a bijection negation B op B K negation between the boolean algebra B and its opposite boolean algebra B op .

  15. � � Intuitionistic negation in a Heyting algebra Every object K defines a Galois connection negation H op H K negation between the Heyting algebra H and its opposite algebra H op . a ď H K � b ðñ b ď H a ⊸ K ðñ a ⊸ K ď H op b

  16. � � Double negation translation Every object K defines a Galois connection negation H op H K negation between the Heyting algebra H and its opposite algebra H op . The negated elements of a Heyting algebra form a Boolean algebra.

  17. The functorial approach to proof invariants Cartesian closed categories

  18. Cartesian closed categories A cartesian category C is closed when there exists a functor C op ˆ C ñ ÝÑ C : and a natural bijection C p A ˆ B , C q C p B , A ñ C q ϕ A , B , C : �

  19. The free cartesian closed category The objects of the category free-ccc ( C ) are the formulas :: “ | A ˆ B | A ñ B | A , B X 1 where X is an object of the category C . The morphisms are the simply-typed λ -terms, modulo βη -conversion. In particular, the βη -normal forms provide a “basis” of the free ccc.

  20. The simply-typed λ -calculus Variable x : A $ x : A Γ , x : A $ P : B Abstraction Γ $ λ x . P : A ñ B Γ $ P : A ñ B ∆ $ Q : A Application Γ , ∆ $ PQ : B Γ $ P : B Weakening Γ , x : A $ P : B Γ , x : A , y : A $ P : B Contraction Γ , z : A $ P r x , y Ð z s : B Γ , x : A , y : B , ∆ $ P : C Exchange Γ , y : B , x : A , ∆ $ P : C

  21. The simply-typed λ -calculus [with products] Γ $ P : A Γ $ Q : B Pairing Γ $ x P , Q y : A ˆ B Γ $ P : A ˆ B Left projection Γ $ π 1 P : A Γ $ P : A ˆ B Right projection Γ $ π 2 P : B Unit Γ $ ˚ : 1

  22. Execution of λ -terms In order to compute a λ -term, one applies the β -rule p λ x . P q Q ÝÑ β P r x : “ Q s which substitutes the argument Q for every instance of the variable x in the body P of the function. One may also apply the η -rule: P ÝÑ η λ x . p Px q

  23. Proof invariants Every ccc D induces a proof invariant r´s modulo execution r´s free-ccc p C q D interpretation of atoms atoms C A purely syntactic and type-theoretic construction

  24. An apparent obstruction to duality Self-duality in cartesian closed categories

  25. � � Duality in a boolean algebra Negation defines a bijection negation B op B K negation between the boolean algebra B and its opposite boolean algebra B op .

  26. � � Duality in a category One would like to think that negation defines an equivalence negation C op C K negation between a cartesian closed category C and its opposite category C op .

  27. However, in a cartesian closed category... Suppose that the category C has an initial object 0 . Then, Every object A ˆ 0 is also initial. The reason is that C p A ˆ 0 , B q C p 0 , A ñ B q singleton � � for every object B of the category C .

  28. However, in a cartesian closed category... Suppose that the category C has an initial object 0 . Then, Every object A ˆ 0 is initial... and thus isomorphic to 0 . The reason is that C p A ˆ 0 , B q C p 0 , A ñ B q singleton � � for every object B of the category C .

  29. � � � � � However, in a cartesian closed category... Every morphism f : A ÝÑ 0 is an isomorphism. Given such a morphism f : A Ñ 0 , consider the morphism h : A Ñ A ˆ 0 making the diagram commute: A h f id A ˆ 0 π 1 π 2 A 0

  30. In a self-dual cartesian closed category... Hom p A , B q Hom p A ˆ 1 , B q � Hom p 1 , A ñ B q � Hom p � p A ñ B q , � 1 q � Hom p � p A ñ B q , 0 q � empty or singleton � Hence, every such self-dual category C is a preorder !

  31. The microcosm principle An idea coming from higher-dimensional algebra

  32. The microcosm principle SIMPLY SHUT UP !!! No contradiction (thus no formal logic) can emerge in a tyranny...

  33. A microcosm principle in algebra r Baez & Dolan 1997 s The definition of a monoid ˆ ÝÑ M M M requires the ability to define a cartesian product of sets ÞÑ A ˆ B A , B Structure at dimension 0 requires structure at dimension 1

  34. A microcosm principle in algebra r Baez & Dolan 1997 s The definition of a cartesian category ˆ ÝÑ C C C requires the ability to define a cartesian product of categories A B ÞÑ A ˆ B , Structure at dimension 1 requires structure at dimension 2

  35. A similar microcosm principle in logic The definition of a cartesian closed category C op ˆ ÝÑ C C requires the ability to define the opposite of a category A op ÞÑ A Hence, the “implication” at level 1 requires a “negation” at level 2

  36. An automorphism in Cat The 2-functor Cat op p 2 q ÝÑ op : Cat transports every natural transformation F C D θ G to a natural transformation in the opposite direction: F op C op D op θ op G op ÝÑ requires a braiding on V in the case of V -enriched categories

  37. Chiralities A bilateral account of categories

  38. From categories to chiralities This leads to a slightly bizarre idea: decorrelate the category C from its opposite category C op So, let us define a chirality as a pair of categories p A , B q such that C op A C B � � for some category C . Here means equivalence of category �

  39. Chirality More formally: Definition: A chirality is a pair of categories p A , B q equipped with an equivalence: p´q ˚ B op A equivalence ˚ p´q

  40. A 2-categorical justification Let Chir denote the 2-category with chiralities as objects ⊲ ⊲ chirality homomorphism as 1-dimensional cells ⊲ chirality transformations as 2-dimensional cells Proposition. The 2-category Chir is biequivalent to the 2-category Cat .

  41. Cartesian closed chiralities A 2-sided account of cartesian closed categories

  42. Cartesian chiralities Definition. A cartesian chirality is a chirality whose category A has finite products noted ⊲ a 1 ^ a 2 true ⊲ whose category B has finite sums noted b 1 _ b 2 false

  43. Cartesian closed chiralities Definition. A cartesian closed chirality is a cartesian chirality p A , ^ , true q p B , _ , false q equipped with a pseudo-action _ ˆ ÝÑ B A A : and a bijection A p a 1 , a ˚ A p a 1 ^ a 2 , a 3 q 2 _ a 3 q � natural in a 1 , a 2 and a 3 .

  44. Dictionary The pseudo-action _ ˆ ÝÑ : B A A reflects the implication C op ˆ ÝÑ implies : C C

  45. Dictionary The isomorphism of the pseudo-action p b 1 _ b 2 q _ a b 1 _ p b 2 _ a q � reflects the familiar isomorphism p x 1 and x 2 q implies y x 1 implies p x 2 implies y q � of cartesian closed categories.

  46. Dictionary continued The isomorphism A p a 2 , a ˚ A p a 1 ^ a 2 , a 3 q 1 _ a 3 q � reflects the familiar isomorphism A p x and y , z q A p y , x implies z q � of cartesian closed categories.

  47. Key observation The isomorphism a ˚ _ a 1 implies a 2 a 2 � 1 deserves the name of « classical decomposition of the implication » although we work here in a cartesian closed category...

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