Step
*
1
2
1
1
2
of Lemma
ses-legal-thread-decrypt
1. s : SES@i'
2. ActionsDisjoint@i'
3. NoncesCiphersAndKeysDisjoint
4. ∀es:EO+(Info). ∀e:E(Decrypt).
     ∃e':E(Encrypt)
      ((e' < e)
      ∧ (plainText(e) = plainText(e') ∈ SecurityData)
      ∧ (cipherText(e) = cipherText(e') ∈ Atom1)
      ∧ MatchingKeys(key(e);key(e')))@i'
5. es : EO+(Info)@i'
6. A : Id@i
7. thr : {thr:Act List| ∀i:ℕ||thr|| - 1. (thr[i] <loc thr[i + 1])} @i
8. e : E@i
9. ∀i:ℕ||thr||. UsedAtoms(thr[i]) ⊆ [Private(A) / concat(map(λj.UseableAtoms(thr[j]);[0, i)))]@i
10. ↑e ∈b Decrypt
11. i : ℕ||thr||@i
12. e = thr[i] ∈ E@i
13. ∀a:Atom1. ((a ∈ UsedAtoms(thr[i])) 
⇒ (a ∈ [Private(A) / concat(map(λj.UseableAtoms(thr[j]);[0, i)))]))
14. cipherText(e) = Private(A) ∈ Atom1
15. e' : E(Encrypt)
16. (e' < e)
17. plainText(e) = plainText(e') ∈ SecurityData
18. cipherText(e) = cipherText(e') ∈ Atom1
19. MatchingKeys(key(e);key(e'))
20. ¬(cipherText(e') = Private(A) ∈ Atom1)
⊢ ∃a:Act. ((a <loc e) ∧ (∃i:ℕ||thr||. (a = thr[i] ∈ E)) ∧ (a has cipherText(e)))
BY
{ (D -1 THEN Auto)⋅ }
Latex:
Latex:
1.  s  :  SES@i'
2.  ActionsDisjoint@i'
3.  NoncesCiphersAndKeysDisjoint
4.  \mforall{}es:EO+(Info).  \mforall{}e:E(Decrypt).
          \mexists{}e':E(Encrypt)
            ((e'  <  e)
            \mwedge{}  (plainText(e)  =  plainText(e'))
            \mwedge{}  (cipherText(e)  =  cipherText(e'))
            \mwedge{}  MatchingKeys(key(e);key(e')))@i'
5.  es  :  EO+(Info)@i'
6.  A  :  Id@i
7.  thr  :  \{thr:Act  List|  \mforall{}i:\mBbbN{}||thr||  -  1.  (thr[i]  <loc  thr[i  +  1])\}  @i
8.  e  :  E@i
9.  \mforall{}i:\mBbbN{}||thr||.  UsedAtoms(thr[i])  \msubseteq{}  [Private(A)  /  concat(map(\mlambda{}j.UseableAtoms(thr[j]);[0,  i)))]@i
10.  \muparrow{}e  \mmember{}\msubb{}  Decrypt
11.  i  :  \mBbbN{}||thr||@i
12.  e  =  thr[i]@i
13.  \mforall{}a:Atom1
            ((a  \mmember{}  UsedAtoms(thr[i]))  {}\mRightarrow{}  (a  \mmember{}  [Private(A)  /  concat(map(\mlambda{}j.UseableAtoms(thr[j]);[0,  i)))]))
14.  cipherText(e)  =  Private(A)
15.  e'  :  E(Encrypt)
16.  (e'  <  e)
17.  plainText(e)  =  plainText(e')
18.  cipherText(e)  =  cipherText(e')
19.  MatchingKeys(key(e);key(e'))
20.  \mneg{}(cipherText(e')  =  Private(A))
\mvdash{}  \mexists{}a:Act.  ((a  <loc  e)  \mwedge{}  (\mexists{}i:\mBbbN{}||thr||.  (a  =  thr[i]))  \mwedge{}  (a  has  cipherText(e)))
By
Latex:
(D  -1  THEN  Auto)\mcdot{}
Home
Index