Step
*
2
1
1
of Lemma
State-classrel
1. Info : Type
2. B : Type
3. A : Type
4. f : A ─→ B ─→ B
5. init : Id ─→ bag(B)
6. X : EClass(A)@i'
7. es : EO+(Info)@i'
8. e : E@i
9. v : B
10. a : A@i
11. b : B@i
12. a ∈ X(e)@i
13. b ∈ Memory-class(f;init;X)(e)@i
14. v = (f a b) ∈ B@i
15. (X es e) = {} ∈ bag(A)
⊢ v ↓∈ Memory-class(f;init;X) es e
BY
{ (RepUR ``classrel`` -4 THEN (HypSubst' (-1) (-4) THENA Auto) THEN BagMemberD (-4)) }
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)@i'
7.  es  :  EO+(Info)@i'
8.  e  :  E@i
9.  v  :  B
10.  a  :  A@i
11.  b  :  B@i
12.  a  \mmember{}  X(e)@i
13.  b  \mmember{}  Memory-class(f;init;X)(e)@i
14.  v  =  (f  a  b)@i
15.  (X  es  e)  =  \{\}
\mvdash{}  v  \mdownarrow{}\mmember{}  Memory-class(f;init;X)  es  e
By
Latex:
(RepUR  ``classrel``  -4  THEN  (HypSubst'  (-1)  (-4)  THENA  Auto)  THEN  BagMemberD  (-4))
Home
Index