Nuprl Lemma : run-lt-step-less

[M:Type ⟶ Type]. ∀[r:pRunType(P.M[P])].
  ∀[x,y:runEvents(r)].  run-event-step(x) < run-event-step(y) supposing run-lt(r) 
  supposing ∀e:runEvents(r). fst(fst(run-info(r;e))) < run-event-step(e)


Proof




Definitions occuring in Statement :  run-lt: run-lt(r) run-event-step: run-event-step(e) runEvents: runEvents(r) run-info: run-info(r;e) pRunType: pRunType(T.M[T]) less_than: a < b uimplies: supposing a uall: [x:A]. B[x] infix_ap: y so_apply: x[s] pi1: fst(t) all: x:A. B[x] function: x:A ⟶ B[x] universe: Type
Definitions unfolded in proof :  uall: [x:A]. B[x] member: t ∈ T uimplies: supposing a run-lt: run-lt(r) rel_plus: R+ infix_ap: y exists: x:A. B[x] all: x:A. B[x] implies:  Q so_lambda: λ2x.t[x] so_apply: x[s] iff: ⇐⇒ Q and: P ∧ Q prop: subtype_rel: A ⊆B nat: le: A ≤ B less_than': less_than'(a;b) false: False not: ¬A nat_plus: + or: P ∨ Q cand: c∧ B decidable: Dec(P) less_than: a < b squash: T satisfiable_int_formula: satisfiable_int_formula(fmla) top: Top pi1: fst(t) guard: {T} subtract: m true: True

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-lt(r)  y 
    supposing  \mforall{}e:runEvents(r).  fst(fst(run-info(r;e)))  <  run-event-step(e)



Date html generated: 2016_05_17-AM-10_50_19
Last ObjectModification: 2016_01_18-AM-00_12_48

Theory : process-model


Home Index