Simulation (computer science): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes
add reference
Line 32: Line 32:
* [[Coinduction]]
* [[Coinduction]]
* [[Operational semantics]]
* [[Operational semantics]]

== References ==
# {{Cite conference
| first = David
| last = Park
| year = 1981
| title = Concurrency and Automata on Infinite Sequences
| booktitle = Proceedings of the 5th GI-Conference, Karlsruhe
| series = [[Lecture Notes in Computer Science]]
| editor = Deussen, Peter
| pages = 167–183
| volume = 104
| publisher = [[Springer-Verlag]]
| id = ISBN 978-3-540-10576-3
| doi = 10.1007/BFb0017309
}}


{{DEFAULTSORT:Simulation Preorder}}
{{DEFAULTSORT:Simulation Preorder}}

Revision as of 13:32, 22 August 2011

In theoretical computer science a simulation preorder is a relation between state transition systems associating systems which behave in the same way in the sense that one system simulates the other.

Intuitively, a system simulates another system if it can match all of its moves.

The basic definition relates states within one transition system, but this is easily adapted to relate two separate transition systems by building a system consisting of the disjoint union of the corresponding components.

Formal definition

Given a labelled state transition system (S, Λ, →), a simulation relation is a binary relation R over S (i.e. R ⊆ S × S) such that for every pair of elements p, q ∈ S, if (p,q)∈ R then for all α ∈ Λ, and for all p' ∈ S,

implies that there is a q' ∈ S such that

and (p',q') ∈ R.

Equivalently, in terms of relational composition:

Given two states p and q in S, q simulates p, written p ≤ q if there is a simulation R such that (p, q) ∈ R. The relation ≤ is a preorder, and is usually called the simulation preorder. It is the largest simulation relation over a given transition system.

Two states p and q are said to be similar if p simulates q and q simulates p. Similarity is an equivalence relation, but it is coarser than bisimilarity.

Similarity of separate transition systems

When comparing two different transition systems (S', Λ', →') and (S' ', Λ' ', →' '), the basic notions of simulation and similarity can be used by forming the disjoint composition of the two machines, (S, Λ, →) with S = S' ∐ S' ', Λ = Λ' ∪ Λ' ' and → = →' ∪ →' ', where ∐ is the disjoint union operator between sets.

See also

References

  1. Park, David (1981). "Concurrency and Automata on Infinite Sequences". In Deussen, Peter (ed.). Proceedings of the 5th GI-Conference, Karlsruhe. Lecture Notes in Computer Science. Vol. 104. Springer-Verlag. pp. 167–183. doi:10.1007/BFb0017309. ISBN 978-3-540-10576-3. {{cite conference}}: Unknown parameter |booktitle= ignored (|book-title= suggested) (help)