Dykstra's projection algorithm

From formulasearchengine
Revision as of 03:56, 26 October 2013 by en>ChrisGualtieri (Algorithm: General Fixes using AWB)
Jump to navigation Jump to search

In computer science, specifically in the field of formal verification, well-structured transition systems (WSTSs) are a general class of infinite state systems for which many verification problems are decidable, owing to the existence of a kind of order between the states of the system which is compatible with the transitions of the system. WSTS decidability results can be applied to Petri nets, lossy channel systems, and more.

Formal definition

Recall that a well-quasi-ordering on a set X is a quasi-ordering (i.e., a reflexive, transitive binary relation) such that any infinite sequence of elements x0,x1,x2,, from X contains an increasing pair xixj with i<j. The set X is said to be well-quasi-ordered, or shortly wqo.

For our purposes, a transition system is a structure 𝒮=S,,, where S is any set (its elements are called states), and S×S (its elements are called transitions). In general a transition system may have additional structure like initial states, labels on transitions, accepting states, etc, but they do not concern us here.

A well-structured transition system consists of a transition system S,,, such that

References

Template:Comp-sci-theory-stub