Step
*
1
of Lemma
State-comb-fun-eq
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
9. ∀l:Id. (1 ≤ #(init l))
10. ∀l:Id. single-valued-bag(init l;B)
11. single-valued-classrel(es;X;A)
12. ↑e ∈b X
13. ↑first(e)
⊢ State-comb(init;f;X)(e) = (f X(e) sv-bag-only(init loc(e))) ∈ B
BY
{ (RepUR ``State-comb classfun rec-combined-class-opt-1`` 0 THEN RecUnfold `rec-comb` 0⋅ THEN Reduce 0 THEN AutoSplit) }
1
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
9. ∀l:Id. (1 ≤ #(init l))
10. ∀l:Id. single-valued-bag(init l;B)
11. single-valued-classrel(es;X;A)
12. ↑e ∈b X
13. ↑first(e)
14. (X es e) = {} ∈ bag(A)
⊢ sv-bag-only(Prior(rec-comb(λn.[X][n];λi,w,s. if bag-null(w 0) then s else lifting-2(f) (w 0) s fi init))?init es e)
= (f sv-bag-only(X es e) sv-bag-only(init loc(e)))
∈ B
2
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
9. ¬((X es e) = {} ∈ bag(A))
10. ∀l:Id. (1 ≤ #(init l))
11. ∀l:Id. single-valued-bag(init l;B)
12. single-valued-classrel(es;X;A)
13. ↑e ∈b X
14. ↑first(e)
⊢ sv-bag-only(lifting-2(f) (X es e) 
              (Prior(rec-comb(λn.[X][n];λi,w,s. if bag-null(w 0) then s else lifting-2(f) (w 0) s fi init))?init es e))
= (f sv-bag-only(X es e) sv-bag-only(init loc(e)))
∈ B
Latex:
Latex:
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
9.  \mforall{}l:Id.  (1  \mleq{}  \#(init  l))
10.  \mforall{}l:Id.  single-valued-bag(init  l;B)
11.  single-valued-classrel(es;X;A)
12.  \muparrow{}e  \mmember{}\msubb{}  X
13.  \muparrow{}first(e)
\mvdash{}  State-comb(init;f;X)(e)  =  (f  X(e)  sv-bag-only(init  loc(e)))
By
Latex:
(RepUR  ``State-comb  classfun  rec-combined-class-opt-1``  0
  THEN  RecUnfold  `rec-comb`  0\mcdot{}
  THEN  Reduce  0
  THEN  AutoSplit)
Home
Index