Nuprl Lemma : es-info-mk-msg

[f:Name ⟶ Type]. ∀[es:EO+(Message(f))]. ∀[e:E]. ∀[auth:𝔹]. ∀[hdr:Name]. ∀[v:f hdr].
  (mk-msg(auth;hdr;v) info(e) ∈ Message(f)) supposing 
     (msg-authentic(info(e)) auth and 
     (msg-body(info(e)) v ∈ (f hdr)) and 
     (header(e) hdr ∈ Name))


Proof




Definitions occuring in Statement :  mk-msg: mk-msg(auth;hdr;val) es-header: header(e) msg-body: msg-body(msg) msg-authentic: msg-authentic(m) Message: Message(f) es-info: info(e) event-ordering+: EO+(Info) es-E: E name: Name bool: 𝔹 uimplies: supposing a uall: [x:A]. B[x] apply: a function: x:A ⟶ B[x] universe: Type equal: t ∈ T
Definitions unfolded in proof :  uall: [x:A]. B[x] uimplies: supposing a member: t ∈ T subtype_rel: A ⊆B msg-type: msg-type(msg;f) es-header: header(e) prop: so_lambda: λ2x.t[x] so_apply: x[s] all: x:A. B[x] implies:  Q Message: Message(f) basicMessage: basicMessage(f) msg-authentic: msg-authentic(m) msg-body: msg-body(msg) msg-header: msg-header(m) pi1: fst(t) msg-msg: msg-msg(m) pi2: snd(t) sq_type: SQType(T) guard: {T} mk-msg: mk-msg(auth;hdr;val) make-basicMsg: make-basicMsg(hdr;val) name: Name

Latex:
\mforall{}[f:Name  {}\mrightarrow{}  Type].  \mforall{}[es:EO+(Message(f))].  \mforall{}[e:E].  \mforall{}[auth:\mBbbB{}].  \mforall{}[hdr:Name].  \mforall{}[v:f  hdr].
    (mk-msg(auth;hdr;v)  =  info(e))  supposing 
          (msg-authentic(info(e))  =  auth  and 
          (msg-body(info(e))  =  v)  and 
          (header(e)  =  hdr))



Date html generated: 2016_05_17-AM-08_58_29
Last ObjectModification: 2015_12_29-PM-02_53_02

Theory : messages


Home Index