Step * of Lemma run-pred-step-less

[M:Type ⟶ Type]. ∀[r:pRunType(P.M[P])].
  ∀[x,y:runEvents(r)].  run-event-step(x) < run-event-step(y) supposing run-pred(r) 
  supposing ∀e:runEvents(r). fst(fst(run-info(r;e))) < run-event-step(e)
BY
(Auto THEN RepUR ``run-pred`` (-1) THEN -1 THEN Auto) }

1
1. Type ⟶ Type
2. pRunType(P.M[P])
3. ∀e:runEvents(r). fst(fst(run-info(r;e))) < run-event-step(e)
4. runEvents(r)
5. runEvents(r)
6. (fst(run-info(r;y))) ∈ (ℤ × Id)
⊢ run-event-step(x) < run-event-step(y)


Latex:


Latex:
\mforall{}[M:Type  {}\mrightarrow{}  Type].  \mforall{}[r:pRunType(P.M[P])].
    \mforall{}[x,y:runEvents(r)].    run-event-step(x)  <  run-event-step(y)  supposing  x  run-pred(r)  y 
    supposing  \mforall{}e:runEvents(r).  fst(fst(run-info(r;e)))  <  run-event-step(e)


By


Latex:
(Auto  THEN  RepUR  ``run-pred``  (-1)  THEN  D  -1  THEN  Auto)




Home Index