Abstract Rewriting System (ARS): Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "An Abstract Rewriting System (ARS) is a mathematical structure used to study the process and properties of rewriting systems. * <B>Context:</B> ** It can (typically) be defined as a set of objects along with a Binary Relation that describes how one object can be transformed into another within the system. ** It can range from simple systems with basic rewriting rules to complex systems that include labeled or indexed rules to enhance the expressiveness or...")
 
No edit summary
 
Line 6: Line 6:
** ...
** ...
* <B>Example(s):</B>
* <B>Example(s):</B>
** a [[String Rewriting System]] that uses abstract rewriting principles to manipulate strings of characters based on simple substitution rules.
** a [[String Rewriting System]], where objects are strings, and the relations are defined by the rewriting rules applicable to these strings.
** a [[Graph Rewriting System]] that illustrates how structures such as graphs can be transformed by applying local or global rewriting rules.
** a [[Graph Rewriting System]] that illustrates how structures such as graphs can be transformed by applying local or global rewriting rules.
** ...
** ...

Latest revision as of 18:30, 25 April 2024

An Abstract Rewriting System (ARS) is a mathematical structure used to study the process and properties of rewriting systems.



References

2017

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/abstract_rewriting_system Retrieved:2017-5-18.
    • In mathematical logic and theoretical computer science, an abstract rewriting system (also (abstract) reduction system or abstract rewrite system ; abbreviation ARS) is a formalism that captures the quintessential notion and properties of rewriting systems. In its simplest form, an ARS is simply a set (of "objects") together with a binary relation, traditionally denoted with [math]\displaystyle{ \rightarrow }[/math] ; this definition can be further refined if we index (label) subsets of the binary relation. Despite its simplicity, an ARS is sufficient to describe important properties of rewriting systems like normal forms, termination, and various notions of confluence.

      Historically, there have been several formalizations of rewriting in an abstract setting, each with its idiosyncrasies. This is due in part to the fact that some notions are equivalent, see below in this article. The formalization that is most commonly encountered in monographs and textbooks, and which is generally followed here, is due to Gérard Huet (1980). [1]

  1. Book and Otto, p. 9