Step * 1 of Lemma pRun_wf


1. Type ─→ Type
2. Continuous+(P.M[P])
3. nat2msg : ℕ ─→ pMsg(P.M[P])
4. loc2msg Id ─→ pMsg(P.M[P])
5. S0 System(P.M[P])
6. env pEnvType(P.M[P])
7. : ℕ
⊢ pRun(S0;env;nat2msg;loc2msg) t ∈ ℤ × Id × Id × pMsg(P.M[P])? × System(P.M[P])
BY
(CompNatInd (-1) THEN RecUnfold `pRun` THEN Reduce THEN AutoSplit)⋅ }

1
1. Type ─→ Type
2. Continuous+(P.M[P])
3. nat2msg : ℕ ─→ pMsg(P.M[P])
4. loc2msg Id ─→ pMsg(P.M[P])
5. S0 System(P.M[P])
6. env pEnvType(P.M[P])
7. {1...}
8. ∀t:ℕt. (pRun(S0;env;nat2msg;loc2msg) t ∈ ℤ × Id × Id × pMsg(P.M[P])? × System(P.M[P]))
⊢ let n,m,nm env pRun(S0;env;nat2msg;loc2msg) in 
  do-chosen-command(nat2msg;loc2msg;t;snd((pRun(S0;env;nat2msg;loc2msg) (t 1)));n;m;nm) ∈ ℤ × Id × Id × pMsg(P.M[P])?
  × System(P.M[P])


Latex:



Latex:

1.  M  :  Type  {}\mrightarrow{}  Type
2.  Continuous+(P.M[P])
3.  nat2msg  :  \mBbbN{}  {}\mrightarrow{}  pMsg(P.M[P])
4.  loc2msg  :  Id  {}\mrightarrow{}  pMsg(P.M[P])
5.  S0  :  System(P.M[P])
6.  env  :  pEnvType(P.M[P])
7.  t  :  \mBbbN{}
\mvdash{}  pRun(S0;env;nat2msg;loc2msg)  t  \mmember{}  \mBbbZ{}  \mtimes{}  Id  \mtimes{}  Id  \mtimes{}  pMsg(P.M[P])?  \mtimes{}  System(P.M[P])


By


Latex:
(CompNatInd  (-1)  THEN  RecUnfold  `pRun`  0  THEN  Reduce  0  THEN  AutoSplit)\mcdot{}




Home Index