Step
*
1
2
2
of Lemma
State-comb-exists
.....falsecase..... 
1. Info : Type
2. B : Type
3. A : Type
4. f : A ─→ B ─→ B
5. init : Id ─→ bag(B)
6. X : EClass(A)
7. es : EO+(Info)
8. e : E@i
9. ∀e':E. ((e' < e) 
⇒ (#(init loc(e')) > 0) 
⇒ (↓∃v:B. v ∈ State-comb(init;f;X)(e')))
10. #(init loc(e)) > 0@i
11. ↑first(e)
12. 0 < #(init loc(e)) supposing ↓∃x:B. x ↓∈ init loc(e)
13. x : B
14. x ↓∈ init loc(e)
15. #(X es e) > 0
16. 0 < #(X es e) supposing ↓∃x:A. x ↓∈ X es e
17. x1 : A
18. x1 ↓∈ X es e
19. ¬((X es e) = {} ∈ bag(A))
⊢ f x1 x ↓∈ lifting-2(f) (X es e) (Prior(State-comb(init;f;X))?init es e)
BY
{ (BagMemberD 0
   THEN D 0
   THEN Try (Fold `classrel` 0)
   THEN Try (Fold `classrel` (-2))
   THEN InstConcl [⌈x1⌉;⌈x⌉]⋅
   THEN Auto
   THEN MaUseClassRel 0
   THEN D 0
   THEN OrRight
   THEN Auto) }
Latex:
Latex:
.....falsecase..... 
1.  Info  :  Type
2.  B  :  Type
3.  A  :  Type
4.  f  :  A  {}\mrightarrow{}  B  {}\mrightarrow{}  B
5.  init  :  Id  {}\mrightarrow{}  bag(B)
6.  X  :  EClass(A)
7.  es  :  EO+(Info)
8.  e  :  E@i
9.  \mforall{}e':E.  ((e'  <  e)  {}\mRightarrow{}  (\#(init  loc(e'))  >  0)  {}\mRightarrow{}  (\mdownarrow{}\mexists{}v:B.  v  \mmember{}  State-comb(init;f;X)(e')))
10.  \#(init  loc(e))  >  0@i
11.  \muparrow{}first(e)
12.  0  <  \#(init  loc(e))  supposing  \mdownarrow{}\mexists{}x:B.  x  \mdownarrow{}\mmember{}  init  loc(e)
13.  x  :  B
14.  x  \mdownarrow{}\mmember{}  init  loc(e)
15.  \#(X  es  e)  >  0
16.  0  <  \#(X  es  e)  supposing  \mdownarrow{}\mexists{}x:A.  x  \mdownarrow{}\mmember{}  X  es  e
17.  x1  :  A
18.  x1  \mdownarrow{}\mmember{}  X  es  e
19.  \mneg{}((X  es  e)  =  \{\})
\mvdash{}  f  x1  x  \mdownarrow{}\mmember{}  lifting-2(f)  (X  es  e)  (Prior(State-comb(init;f;X))?init  es  e)
By
Latex:
(BagMemberD  0
  THEN  D  0
  THEN  Try  (Fold  `classrel`  0)
  THEN  Try  (Fold  `classrel`  (-2))
  THEN  InstConcl  [\mkleeneopen{}x1\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{}]\mcdot{}
  THEN  Auto
  THEN  MaUseClassRel  0
  THEN  D  0
  THEN  OrRight
  THEN  Auto)
Home
Index