confluent term rewriting systems
play

Confluent Term Rewriting Systems Yoshihito Toyama RIEC, Tohoku - PowerPoint PPT Presentation

RTA05 April 19, 2005 Confluent Term Rewriting Systems Yoshihito Toyama RIEC, Tohoku University Yoshihito Toyama 1/62 c RTA05 April 19, 2005 A Quarter Century Ago .. Kokich Futatsugi and Yoshihito Toyama Term rewriting systems


  1. RTA’05 April 19, 2005 Confluent Term Rewriting Systems Yoshihito Toyama RIEC, Tohoku University � Yoshihito Toyama 1/62 c

  2. RTA’05 April 19, 2005 A Quarter Century Ago .. Kokich Futatsugi and Yoshihito Toyama Term rewriting systems and their applications: A survey J. IPS Japan 24 (2) (1983) 133-146, in Japanese . � Yoshihito Toyama 2/62 c

  3. RTA’05 April 19, 2005 Contents of Survey (1983) 1. Introduction 2. What is term rewriting system 3. Theory of term rewriting systems confluence, termination, Knuth-Bendix completion, strategies (by Toyama) 4. Applications of term rewriting systems algebraic specification, program transformation, equational program (by Futatsugi) 5. Conclusion � Yoshihito Toyama 3/62 c

  4. RTA’05 April 19, 2005 Confluence t 0 * * t t 1 2 * * t 3 Confluence implies at most one normal form for any term. Thus, confluent term rewriting systems give flexible computation and effective deduction for equational systems. � Yoshihito Toyama 4/62 c

  5. RTA’05 April 19, 2005 Classical Criteria for Confluence When the survey (1983) was planed, we knew only three confluence criteria: • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). • ◦ Left-linear non-overlapping TRS is confluent (Rosen 1973). • • ◦ Left-linear parallel-closed TRS is confluent (Huet 1980). • � Yoshihito Toyama 5/62 c

  6. RTA’05 April 19, 2005 Classical Criteria for Confluence When the survey (1983) was planed, we knew only three confluence criteria: • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). TRS is terminating if every reduction terminates. � Yoshihito Toyama 6/62 c

  7. RTA’05 April 19, 2005 Confluence Criterion for Terminating TRS • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). * * Thus confluence of terminating TRSs is decidable. � Yoshihito Toyama 7/62 c

  8. RTA’05 April 19, 2005 Classical Criteria for Confluence When the survey (1983) was planed, we knew only three confluence criteria: • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). • ◦ Left-linear non-overlapping TRS is confluent (Rosen 1973). • • ◦ Left-linear parallel-closed TRS is confluent (Huet 1980). • � Yoshihito Toyama 8/62 c

  9. RTA’05 April 19, 2005 Classical Criteria for Confluence When the survey (1983) was planed, we knew only three confluence criteria: • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). ◦ Left-linear non-overlapping TRS is confluent (Rosen 1973). • • Term is linear if no variable occurs more than once. TRS is left-linear if the left-hand side is linear for every rewrite rule. TRS is non-overlapping if it has no critical pairs. � Yoshihito Toyama 9/62 c

  10. RTA’05 April 19, 2005 Confluence Criteria (30 years ago) Left-Linear Non-Left-Linear Knuth-Bendix (1970) Terminating Non-Overlapping Rosen (1973) Non- Terminating � Yoshihito Toyama 10/62 c

  11. RTA’05 April 19, 2005 Classical Criteria for Confluence When the survey (1983) was planed, we knew only three confluence criteria: • ◦ Terminating TRS is confluent iff all critical pairs in it are joinable • (Knuth and Bendix 1970). ◦ Left-linear non-overlapping TRS is confluent (Rosen 1973). • • • ◦ Left-linear parallel-closed TRS is confluent (Huet 1980). • Huet criterion for left-linear TRS was extended by Toyama (1981, 1988), van Oostrom (1995), Gramlich (1996), Oyamaguchi and Ohta (1997, 2003), Okui (1998), et al. � Yoshihito Toyama 11/62 c

  12. RTA’05 April 19, 2005 Confluence Criterion (Huet 1980) • ◦ Left-linear TRS is confluent if every critical pair satisfies • Parallel reduction is defined by � Yoshihito Toyama 12/62 c

  13. RTA’05 April 19, 2005 Confluence Criterion (Toyama 1988) • ◦ Left-linear TRS is confluent if every critical pair satisfies • * Parallel reduction is defined by � Yoshihito Toyama 13/62 c

  14. RTA’05 April 19, 2005 Confluence Criterion (van Oostrom 1995) • ◦ Left-linear TRS is confluent if every critical pair satisfies • * Development reduction is defined by � Yoshihito Toyama 14/62 c

  15. RTA’05 April 19, 2005 Confluence Criteria Left-Linear Non-Left-Linear Knuth-Bendix (1970) Terminating Non-Overlapping Huet Rosen (1980) (1973) Non- Toyama (1988) Terminating van Oostrom et. al. (1995) � Yoshihito Toyama 15/62 c

  16. RTA’05 April 19, 2005 Criteria for Non-Left-Linear Non-Terminating TRS? Non-overlapping does not imply confluence for non-left-linear non- terminating TRSs.  f ( x, x ) → a   f ( x, g ( x )) → b R c → g ( c )   (Huet 1980) f(c, c) f(c, g(c)) b a � Yoshihito Toyama 16/62 c

  17. RTA’05 April 19, 2005 Criteria for Non-Left-Linear Non-Terminating TRS? Questions: • ◦ Is a left-linear non-overlapping TRS + { D ( x, x ) → E } • confluence? (Staples 1975) • ◦ Is a left-linear non-overlapping TRS + parallel-if confluence? •  if ( true , x, y ) → x   parallel-if if ( false , x, y ) → y (O’Donnell 1977) if ( z, x, x ) → x   Note that we cannot apply all the confluence criteria which have been mentioned to this problem. � Yoshihito Toyama 17/62 c

  18. RTA’05 April 19, 2005 Combinatory Reduction Systems (Klop 1980) Answers: � Yoshihito Toyama 18/62 c

  19. RTA’05 April 19, 2005 Negative Result by Klop CL + { Dxx → E } is not confluent. � Sxyz → ( xz )( yz ) CL Kxy → y � Yoshihito Toyama 19/62 c

  20. RTA’05 April 19, 2005 Negative Result by Klop  A → CA   Cz → Dz ( Cz ) R Dzz → E   A CA DA(CA) D(CA)(CA) E C(CA) * CE DE(CE) DE(DE(CE)) � Yoshihito Toyama 20/62 c

  21. RTA’05 April 19, 2005 Positive Result by Klop CL + { Dxx → E } is not confluent. But CL + { D ( x, x ) → E } is confluent (Klop 1980). This is the first non-trivial example of confluent non-left-linear non-terminating TRS. Question: What is the essential difference between them? Answer: Modularity (Toyama 1987) � Yoshihito Toyama 21/62 c

  22. RTA’05 April 19, 2005 Direct Sum of TRSs Let R 1 on F 1 and R 2 on F 2 be two TRSs with F 1 ∩ F 2 = φ . Then the direct sum R 1 ⊕ R 2 is defined as the new TRS R 1 ∪ R 2 on F 1 ∪ F 2 . Mixed Term F F 2 1 � Yoshihito Toyama 22/62 c

  23. RTA’05 April 19, 2005 Modularity of Confluence (Toyama 1987) R 1 and R 2 are confluent ⇐ ⇒ R 1 ⊕ R 2 is confluent. Example: Let R on F be a left-linear non-overlapping TRS, and let F ∩ { if , true , false } = φ . Then R + parallel-if is confluent.  if ( true , x, y ) → x   parallel-if if ( false , x, y ) → y if ( z, x, x ) → x   Note that R is confluent from Rosen criterion, and parallel-if is confluent from Knuth-Bendix criterion. � Yoshihito Toyama 23/62 c

  24. RTA’05 April 19, 2005 Modularity of Confluence Left-Linear Non-Left-Linear Knuth-Bendix (1970) R Terminating 2 Non-Overlapping Non- Terminating R 1 R + R 2 1 � Yoshihito Toyama 24/62 c

  25. RTA’05 April 19, 2005 Modularity of Confluence I presented my result in a small workshop at Kyoto, 1983. � Yoshihito Toyama 25/62 c

  26. RTA’05 April 19, 2005 Modularity of Confluence Barendregt participated in the same workshop. He asked ... � Yoshihito Toyama 26/62 c

  27. RTA’05 April 19, 2005 Contradiction to Klop’s Example? CL + { Dxx → E } is not confluent (Klop 1980). � Sxyz → ( xz )( yz ) CL Kxy → y CL and { Dxx → E } are confluent respectively, and { S, K } ∩ { D } = φ . From the modularity CL + { Dxx → E } should be confluent. Does it contradict Klop’s example? � Yoshihito Toyama 27/62 c

  28. RTA’05 April 19, 2005 Contradiction to Klop’s Example? CL + { Dxx → E } is not confluent (Klop 1980). � Sxyz → ( xz )( yz ) CL Kxy → y CL and { Dxx → E } are confluent respectively, and { S, K } ∩ { D } = φ . From the modularity CL + { Dxx → E } should be confluent. Does it contradict Klop’s example? This is not the case. � Yoshihito Toyama 28/62 c

  29. RTA’05 April 19, 2005 Contradiction to Klop’s Example? CL + { ( D • x ) • x → E } is not confluent (Klop 1980). � (( S • x ) • y ) • z → ( x • z ) • ( y • z ) CL ( K • x ) • y → y CL + { Dxx → E } is not direct sum since { S, K, •} ∩ { D, •} = {•} . � Yoshihito Toyama 29/62 c

  30. RTA’05 April 19, 2005 Modularity of Termination I submitted my result to J. ACM and received the referee reports in 1984, in which one referee asked “Can the author prove by his analysis of of the layer structure of R 1 ⊕ R 2 - terms also the following: R 1 and R 2 are terminating ⇐ ⇒ R 1 ⊕ R 2 is terminating? Maybe this fact, which would also be whorthwhile to have, can be obatained with relatively little extra effort.” My answer for the question was completely YES, because ... � Yoshihito Toyama 30/62 c

  31. RTA’05 April 19, 2005 Modularity of Termination I had already proved the fact: R 1 and R 2 are terminating ⇐ ⇒ R 1 ⊕ R 2 is terminating. � Yoshihito Toyama 31/62 c

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