At: P no dup send enabled 1 1 1 1 1
1. E: EventStruct
2. x: |E| List
3. y: |E| List
4.
i,j:
||x||.
is-send(E)(x[i]) 
is-send(E)(x[j]) 
(x[j] =msg=(E) x[i]) 
loc(E)(x[i]) = loc(E)(x[j]) 
i = j
5. x@0: |E|
6. is-send(E)(x@0)
7. y = (x @ [x@0])
8. i:
||y||
9. j:
||y||
10.
is-send(E)(y[j])
11. y[j] =msg=(E) y[i]
12. loc(E)(y[i]) = loc(E)(y[j])
13. ||y|| = ||x||+1
14. i = ||x||
is-send(E)([x@0][(||x||-||x||)])
By:
Subst' (||x||-||x|| = 0) 0
THEN
Reduce 0
Generated subgoals:None
About: