Step * 1 1 of Lemma order-messages_wf


1. allhdrs Name List
2. hdr:Name ─→ Type
3. locs Id List
4. hdrs Name List
5. mcmp hdr:Name ─→ comparison(f hdr)
6. (∀h∈allhdrs.valueall-type(f h))
7. (∀h∈hdrs.∀x,y:f h.  (((mcmp y) 0 ∈ ℤ (x y ∈ (f h))))
8. bag(Interface(to locs, with allhdrs))@i
9. single-valued-bag([mi∈b|¬bmsg-header(mi.msg) ∈b hdrs)];Interface)@i
10. Interface(to locs, with allhdrs)@i
11. x ↓∈ b@i
12. Interface(to locs, with allhdrs)@i
13. y ↓∈ b@i
14. (interface-cmp(mcmp;locs;allhdrs) y) 0 ∈ ℤ@i
15. (x.delay y.delay ∈ ℤ)
∧ (x.dst y.dst ∈ Id)
∧ msg-authentic(x.msg) msg-authentic(y.msg)
∧ (msg-header(x.msg) msg-header(y.msg) ∈ Name)
∧ ((mcmp msg-header(x.msg) msg-body(x.msg) msg-body(y.msg)) 0 ∈ ℤ)
16. (msg-header(x.msg) ∈ hdrs)
⊢ y ∈ Interface(to locs, with allhdrs)
BY
(SplitAndHyps
   THEN (RWO "l_all_iff" THENA Auto)
   THEN InstHyp [⌈msg-header(x.msg)⌉;⌈msg-body(x.msg)⌉;⌈msg-body(y.msg)⌉7⋅
   THEN Auto) }

1
1. allhdrs Name List
2. hdr:Name ─→ Type
3. locs Id List
4. hdrs Name List
5. mcmp hdr:Name ─→ comparison(f hdr)
6. (∀h∈allhdrs.valueall-type(f h))
7. ∀h:Name. ((h ∈ hdrs)  (∀x,y:f h.  (((mcmp y) 0 ∈ ℤ (x y ∈ (f h)))))
8. bag(Interface(to locs, with allhdrs))@i
9. single-valued-bag([mi∈b|¬bmsg-header(mi.msg) ∈b hdrs)];Interface)@i
10. Interface(to locs, with allhdrs)@i
11. x ↓∈ b@i
12. Interface(to locs, with allhdrs)@i
13. y ↓∈ b@i
14. (interface-cmp(mcmp;locs;allhdrs) y) 0 ∈ ℤ@i
15. x.delay y.delay ∈ ℤ
16. x.dst y.dst ∈ Id
17. msg-authentic(x.msg) msg-authentic(y.msg)
18. msg-header(x.msg) msg-header(y.msg) ∈ Name
19. (mcmp msg-header(x.msg) msg-body(x.msg) msg-body(y.msg)) 0 ∈ ℤ
20. (msg-header(x.msg) ∈ hdrs)
21. msg-body(x.msg) msg-body(y.msg) ∈ (f msg-header(x.msg))
⊢ y ∈ Interface(to locs, with allhdrs)


Latex:



Latex:

1.  allhdrs  :  Name  List
2.  f  :  hdr:Name  {}\mrightarrow{}  Type
3.  locs  :  Id  List
4.  hdrs  :  Name  List
5.  mcmp  :  hdr:Name  {}\mrightarrow{}  comparison(f  hdr)
6.  (\mforall{}h\mmember{}allhdrs.valueall-type(f  h))
7.  (\mforall{}h\mmember{}hdrs.\mforall{}x,y:f  h.    (((mcmp  h  x  y)  =  0)  {}\mRightarrow{}  (x  =  y)))
8.  b  :  bag(Interface(to  locs,  with  allhdrs))@i
9.  single-valued-bag([mi\mmember{}b|\mneg{}\msubb{}msg-header(mi.msg)  \mmember{}\msubb{}  hdrs)];Interface)@i
10.  x  :  Interface(to  locs,  with  allhdrs)@i
11.  x  \mdownarrow{}\mmember{}  b@i
12.  y  :  Interface(to  locs,  with  allhdrs)@i
13.  y  \mdownarrow{}\mmember{}  b@i
14.  (interface-cmp(mcmp;locs;allhdrs)  x  y)  =  0@i
15.  (x.delay  =  y.delay)
\mwedge{}  (x.dst  =  y.dst)
\mwedge{}  msg-authentic(x.msg)  =  msg-authentic(y.msg)
\mwedge{}  (msg-header(x.msg)  =  msg-header(y.msg))
\mwedge{}  ((mcmp  msg-header(x.msg)  msg-body(x.msg)  msg-body(y.msg))  =  0)
16.  (msg-header(x.msg)  \mmember{}  hdrs)
\mvdash{}  x  =  y


By


Latex:
(SplitAndHyps
  THEN  (RWO  "l\_all\_iff"  7  THENA  Auto)
  THEN  InstHyp  [\mkleeneopen{}msg-header(x.msg)\mkleeneclose{};\mkleeneopen{}msg-body(x.msg)\mkleeneclose{};\mkleeneopen{}msg-body(y.msg)\mkleeneclose{}]  7\mcdot{}
  THEN  Auto)




Home Index