Skip to content

Commit

Permalink
new backchain requires explicit bounds
Browse files Browse the repository at this point in the history
This is probably a bug that should be fixed
  • Loading branch information
chaudhuri committed Oct 14, 2016
1 parent 68771ed commit 8e89512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/process-calculi/ccs/ccs_bisim.thm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ unfold.
Link : apply bisim_transitive_ to Left3 Bisim.
Link : apply bisim_symmetric_ to Bisim1.
Link : apply bisim_transitive_ to Link1 Right3.
backchain CH.
backchain 1 CH.

intros Qstep.
Right : case Right. Right : apply Right1 to Qstep. clear Right Right1. rename Right2 to Pstep.
Expand All @@ -46,7 +46,7 @@ unfold.
Link : apply bisim_transitive_ to Left4 Link.
Link : apply bisim_symmetric_ to Link1.
Link : apply bisim_transitive_ to Link3 Right4.
backchain CH.
backchain 1 CH.

Theorem bisim_sound_snd : is_sound_snd bisim_t.
unfold. intros.
Expand Down

0 comments on commit 8e89512

Please sign in to comment.