Nuprl Lemma : member-useable-atoms

s:SES
  (ActionsDisjoint
   (∀es:EO+(Info). ∀e:E. ∀a:Atom1.
        ((a ∈ UseableAtoms(e))
        ⇐⇒ ((↑e ∈b Rcv) ∧ (a ∈ sdata-atoms(Rcv(e))))
            ∨ ((↑e ∈b Decrypt) ∧ (a ∈ sdata-atoms(plainText(e))))
            ∨ ((↑e ∈b New) ∧ (a New(e) ∈ Atom1))
            ∨ ((↑e ∈b Sign) ∧ (a signature(e) ∈ Atom1))
            ∨ ((↑e ∈b Encrypt) ∧ (a cipherText(e) ∈ Atom1)))))


Proof




Definitions occuring in Statement :  ses-useable-atoms: UseableAtoms(e) ses-disjoint: ActionsDisjoint ses-decrypted: plainText(e) ses-decrypt: Decrypt ses-crypt: cipherText(e) ses-encrypt: Encrypt ses-sig: signature(e) ses-sign: Sign ses-rcv: Rcv ses-new: New ses-info: Info security-event-structure: SES sdata-atoms: sdata-atoms(d) eclass-val: X(e) in-eclass: e ∈b X event-ordering+: EO+(Info) es-E: E l_member: (x ∈ l) atom: Atom$n assert: b all: x:A. B[x] iff: ⇐⇒ Q implies:  Q or: P ∨ Q and: P ∧ Q equal: t ∈ T
Definitions unfolded in proof :  all: x:A. B[x] implies:  Q ses-useable-atoms: UseableAtoms(e) ses-disjoint: ActionsDisjoint member: t ∈ T exists: x:A. B[x] and: P ∧ Q cand: c∧ B uall: [x:A]. B[x] subtype_rel: A ⊆B so_lambda: λ2y.t[x; y] so_apply: x[s1;s2] uimplies: supposing a top: Top bool: 𝔹 unit: Unit it: btrue: tt uiff: uiff(P;Q) ifthenelse: if then else fi  assert: b iff: ⇐⇒ Q or: P ∨ Q true: True prop: rev_implies:  Q satisfiable_int_formula: satisfiable_int_formula(fmla) false: False not: ¬A es-E-interface: E(X) bfalse: ff sq_type: SQType(T) guard: {T} bnot: ¬bb

Latex:
\mforall{}s:SES
    (ActionsDisjoint
    {}\mRightarrow{}  (\mforall{}es:EO+(Info).  \mforall{}e:E.  \mforall{}a:Atom1.
                ((a  \mmember{}  UseableAtoms(e))
                \mLeftarrow{}{}\mRightarrow{}  ((\muparrow{}e  \mmember{}\msubb{}  Rcv)  \mwedge{}  (a  \mmember{}  sdata-atoms(Rcv(e))))
                        \mvee{}  ((\muparrow{}e  \mmember{}\msubb{}  Decrypt)  \mwedge{}  (a  \mmember{}  sdata-atoms(plainText(e))))
                        \mvee{}  ((\muparrow{}e  \mmember{}\msubb{}  New)  \mwedge{}  (a  =  New(e)))
                        \mvee{}  ((\muparrow{}e  \mmember{}\msubb{}  Sign)  \mwedge{}  (a  =  signature(e)))
                        \mvee{}  ((\muparrow{}e  \mmember{}\msubb{}  Encrypt)  \mwedge{}  (a  =  cipherText(e))))))



Date html generated: 2016_05_17-PM-00_31_38
Last ObjectModification: 2016_01_18-AM-07_43_03

Theory : event-logic-applications


Home Index