Step * 1 of Lemma stdEO-causal


1. Type ⟶ Type
2. Continuous+(P.M[P])
3. S0 InitialSystem(P.M[P])
4. n2m : ℕ ⟶ pMsg(P.M[P])
5. l2m Id ⟶ pMsg(P.M[P])
6. env pEnvType(P.M[P])
7. e1 E
8. e2 E
9. (e1 < e2)
⊢ run-event-step(e1) < run-event-step(e2)
BY
(Assert eo_axioms(stdEO(n2m;l2m;env;S0)) BY
         (BLemma `event_ordering_axioms` THEN Auto)) }

1
1. Type ⟶ Type
2. Continuous+(P.M[P])
3. S0 InitialSystem(P.M[P])
4. n2m : ℕ ⟶ pMsg(P.M[P])
5. l2m Id ⟶ pMsg(P.M[P])
6. env pEnvType(P.M[P])
7. e1 E
8. e2 E
9. (e1 < e2)
10. eo_axioms(stdEO(n2m;l2m;env;S0))
⊢ run-event-step(e1) < run-event-step(e2)


Latex:


Latex:

1.  M  :  Type  {}\mrightarrow{}  Type
2.  Continuous+(P.M[P])
3.  S0  :  InitialSystem(P.M[P])
4.  n2m  :  \mBbbN{}  {}\mrightarrow{}  pMsg(P.M[P])
5.  l2m  :  Id  {}\mrightarrow{}  pMsg(P.M[P])
6.  env  :  pEnvType(P.M[P])
7.  e1  :  E
8.  e2  :  E
9.  (e1  <  e2)
\mvdash{}  run-event-step(e1)  <  run-event-step(e2)


By


Latex:
(Assert  eo\_axioms(stdEO(n2m;l2m;env;S0))  BY
              (BLemma  `event\_ordering\_axioms`  THEN  Auto))




Home Index