modelling and verification
play

Modelling and Verification Lecture 4 Properties of strong - PowerPoint PPT Presentation

Strong Bisimilarity (Reprise) Weak Bisimilarity Case Study: Communication Protocol Congruence Problems Modelling and Verification Lecture 4 Properties of strong bisimilarity (reprise) Bisimulation games Weak bisimilarity and weak


  1. Strong Bisimilarity (Reprise) Weak Bisimilarity Case Study: Communication Protocol Congruence Problems Modelling and Verification Lecture 4 Properties of strong bisimilarity (reprise) Bisimulation games Weak bisimilarity and weak bisimulation games Properties of weak bisimilarity Example: a communication protocol and its modelling in CCS Concurrency workbench (CWB) Lecture 4 Modelling and Verification

  2. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Strong Bisimilarity a Let ( Proc , Act , { − →| a ∈ Act } ) be an LTS. Strong Bisimulation A binary relation R ⊆ Proc × Proc is a strong bisimulation iff whenever ( s , t ) ∈ R then for each a ∈ Act : a → s ′ then t → t ′ for some t ′ such that ( s ′ , t ′ ) ∈ R a if s − − → t ′ then s → s ′ for some s ′ such that ( s ′ , t ′ ) ∈ R . a a if t − − Strong Bisimilarity Two processes p 1 , p 2 ∈ Proc are strongly bisimilar ( p 1 ∼ p 2 ) if and only if there exists a strong bisimulation R such that ( p 1 , p 2 ) ∈ R . � ∼ = { R | R is a strong bisimulation } Lecture 4 Modelling and Verification

  3. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Basic Properties of Strong Bisimilarity Theorem ∼ is an equivalence relation (reflexive, symmetric and transitive) Theorem ∼ is the largest strong bisimulation Theorem s ∼ t if and only if for each a ∈ Act: a → s ′ then t → t ′ for some t ′ such that s ′ ∼ t ′ a if s − − → t ′ then s → s ′ for some s ′ such that s ′ ∼ t ′ . a a if t − − Lecture 4 Modelling and Verification

  4. � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary How to Show Nonbisimilarity? s t � � ������ � a a � � a � � s 1 t 1 t 2 � � ����� b � c � c � b � � s 2 s 3 t 3 t 4 To prove that s �∼ t : Enumerate all binary relations and show that none of them at the same time contains ( s , t ) and is a strong bisimulation. (Expensive: 2 | Proc | 2 relations.) Make certain observations which enable us to disqualify many bisimulation candidates in one step. Use the game characterization of strong bisimilarity. Lecture 4 Modelling and Verification

  5. � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary How to Show Nonbisimilarity? s t � � ������ � a a � � a � � s 1 t 1 t 2 � � ����� b � c � c � b � � s 2 s 3 t 3 t 4 To prove that s �∼ t : Enumerate all binary relations and show that none of them at the same time contains ( s , t ) and is a strong bisimulation. (Expensive: 2 | Proc | 2 relations.) Make certain observations which enable us to disqualify many bisimulation candidates in one step. Use the game characterization of strong bisimilarity. Lecture 4 Modelling and Verification

  6. � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary How to Show Nonbisimilarity? s t � � ������ � a a � � a � � s 1 t 1 t 2 � � ����� b � c � c � b � � s 2 s 3 t 3 t 4 To prove that s �∼ t : Enumerate all binary relations and show that none of them at the same time contains ( s , t ) and is a strong bisimulation. (Expensive: 2 | Proc | 2 relations.) Make certain observations which enable us to disqualify many bisimulation candidates in one step. Use the game characterization of strong bisimilarity. Lecture 4 Modelling and Verification

  7. � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary How to Show Nonbisimilarity? s t � � ������ � a a � � a � � s 1 t 1 t 2 � � ����� b � c � c � b � � s 2 s 3 t 3 t 4 To prove that s �∼ t : Enumerate all binary relations and show that none of them at the same time contains ( s , t ) and is a strong bisimulation. (Expensive: 2 | Proc | 2 relations.) Make certain observations which enable us to disqualify many bisimulation candidates in one step. Use the game characterization of strong bisimilarity. Lecture 4 Modelling and Verification

  8. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Strong Bisimulation Game a Let ( Proc , Act , { − →| a ∈ Act } ) be an LTS and s , t ∈ Proc . We define a two-player game of an ‘attacker’ and a ‘defender’ starting from s and t . The game is played in rounds, and configurations of the game are pairs of states from Proc × Proc . In every round exactly one configuration is called current. Initially the configuration ( s , t ) is the current one. Intuition The defender wants to show that s and t are strongly bisimilar while the attacker aims at proving the opposite. Lecture 4 Modelling and Verification

  9. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Strong Bisimulation Game a Let ( Proc , Act , { − →| a ∈ Act } ) be an LTS and s , t ∈ Proc . We define a two-player game of an ‘attacker’ and a ‘defender’ starting from s and t . The game is played in rounds, and configurations of the game are pairs of states from Proc × Proc . In every round exactly one configuration is called current. Initially the configuration ( s , t ) is the current one. Intuition The defender wants to show that s and t are strongly bisimilar while the attacker aims at proving the opposite. Lecture 4 Modelling and Verification

  10. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Rules of the Bisimulation Games Game Rules In each round the players change the current configuration as follows: 1 the attacker chooses one of the processes in the current a configuration and makes an − → -move for some a ∈ Act , and a 2 the defender must respond by making an − → -move in the other process under the same action a . The newly reached pair of processes becomes the current configuration. The game then continues by another round. Result of the Game If one player cannot move, the other player wins. If the game is infinite, the defender wins. Lecture 4 Modelling and Verification

  11. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Rules of the Bisimulation Games Game Rules In each round the players change the current configuration as follows: 1 the attacker chooses one of the processes in the current a configuration and makes an − → -move for some a ∈ Act , and a 2 the defender must respond by making an − → -move in the other process under the same action a . The newly reached pair of processes becomes the current configuration. The game then continues by another round. Result of the Game If one player cannot move, the other player wins. If the game is infinite, the defender wins. Lecture 4 Modelling and Verification

  12. � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary And Now Let’s Play! Board 1 s t � � � ������������ � � � � a a � a � � � � � b � s 2 s 1 t 1 b b Does s ∼ t hold? Lecture 4 Modelling and Verification

  13. � � � � � Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Let’s Play Some More! Board 2 s t � � � ��������� � � � � � � a a a � � � � � � � � � b b s 1 s 2 t 1 � � �������� � � b � b � � � � s 3 t 2 Does s ∼ t hold? Lecture 4 Modelling and Verification

  14. Definition Strong Bisimilarity (Reprise) Bisimulation Games Weak Bisimilarity Properties Case Study: Communication Protocol Buffer Example Congruence Problems Summary Game Characterization of Strong Bisimilarity Theorem States s and t are strongly bisimilar if and only if the defender has a universal winning strategy starting from the configuration ( s , t ). States s and t are not strongly bisimilar if and only if the attacker has a universal winning strategy starting from the configuration ( s , t ). Remark The bisimulation game can be used to prove both bisimilarity and nonbisimilarity of two processes. It very often provides elegant arguments for the negative case. Lecture 4 Modelling and Verification

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