Step
*
of Lemma
local-simulation-eo_wf
∀[f:Name ─→ Type]. ∀[Info:Type]. ∀[es:EO+(Message(f))]. ∀[hdr:Name]. ∀[locs:bag(Id)].
  ∀[e:E]. (local-simulation-eo(es;e;hdr;locs) ∈ EO+(Info)) supposing hdr encodes Id × Info
BY
{ (InstLemma `local-simulation-inputs_wf` [] THEN RepeatFor 7 (ParallelLast')) }
1
1. f : Name ─→ Type
2. Info : Type
3. es : EO+(Message(f))
4. hdr : Name
5. locs : bag(Id)
6. hdr encodes Id × Info
7. [e] : E
8. local-simulation-inputs(es;e;hdr;locs) ∈ ({i:Id| i ↓∈ locs}  × Info) List
⊢ local-simulation-eo(es;e;hdr;locs) ∈ EO+(Info)
Latex:
Latex:
\mforall{}[f:Name  {}\mrightarrow{}  Type].  \mforall{}[Info:Type].  \mforall{}[es:EO+(Message(f))].  \mforall{}[hdr:Name].  \mforall{}[locs:bag(Id)].
    \mforall{}[e:E].  (local-simulation-eo(es;e;hdr;locs)  \mmember{}  EO+(Info))  supposing  hdr  encodes  Id  \mtimes{}  Info
By
Latex:
(InstLemma  `local-simulation-inputs\_wf`  []  THEN  RepeatFor  7  (ParallelLast'))
Home
Index