Step
*
of Lemma
Memory-class-trans-refl
∀[Info,B,A:Type].
  ∀R:B ─→ B ─→ ℙ. ∀f:A ─→ B ─→ B. ∀init:Id ─→ bag(B). ∀X:EClass(A). ∀es:EO+(Info). ∀e1,e2:E. ∀v1,v2:B.
    (Refl(B;x,y.R[x;y])
    
⇒ Trans(B;x,y.R[x;y])
    
⇒ (∀a:A. ∀e:E.  (e1 ≤loc e  
⇒ (e <loc e2) 
⇒ a ∈ X(e) 
⇒ (∀s:B. (s ∈ Memory-class(f;init;X)(e) 
⇒ R[s;f a s]))))
    
⇒ single-valued-classrel(es;X;A)
    
⇒ single-valued-bag(init loc(e1);B)
    
⇒ v1 ∈ Memory-class(f;init;X)(e1)
    
⇒ v2 ∈ Memory-class(f;init;X)(e2)
    
⇒ e1 ≤loc e2 
    
⇒ R[v1;v2])
BY
{ ((UnivCD THENA Auto) THEN D (-1)) }
1
1. [Info] : Type
2. [B] : Type
3. [A] : Type
4. R : B ─→ B ─→ ℙ@i'
5. f : A ─→ B ─→ B@i
6. init : Id ─→ bag(B)@i
7. X : EClass(A)@i'
8. es : EO+(Info)@i'
9. e1 : E@i
10. e2 : E@i
11. v1 : B@i
12. v2 : B@i
13. Refl(B;x,y.R[x;y])@i
14. Trans(B;x,y.R[x;y])@i
15. ∀a:A. ∀e:E.  (e1 ≤loc e  
⇒ (e <loc e2) 
⇒ a ∈ X(e) 
⇒ (∀s:B. (s ∈ Memory-class(f;init;X)(e) 
⇒ R[s;f a s])))@i
16. single-valued-classrel(es;X;A)@i
17. single-valued-bag(init loc(e1);B)@i
18. v1 ∈ Memory-class(f;init;X)(e1)@i
19. v2 ∈ Memory-class(f;init;X)(e2)@i
20. (e1 <loc e2)@i
⊢ R[v1;v2]
2
1. [Info] : Type
2. [B] : Type
3. [A] : Type
4. R : B ─→ B ─→ ℙ@i'
5. f : A ─→ B ─→ B@i
6. init : Id ─→ bag(B)@i
7. X : EClass(A)@i'
8. es : EO+(Info)@i'
9. e1 : E@i
10. e2 : E@i
11. v1 : B@i
12. v2 : B@i
13. Refl(B;x,y.R[x;y])@i
14. Trans(B;x,y.R[x;y])@i
15. ∀a:A. ∀e:E.  (e1 ≤loc e  
⇒ (e <loc e2) 
⇒ a ∈ X(e) 
⇒ (∀s:B. (s ∈ Memory-class(f;init;X)(e) 
⇒ R[s;f a s])))@i
16. single-valued-classrel(es;X;A)@i
17. single-valued-bag(init loc(e1);B)@i
18. v1 ∈ Memory-class(f;init;X)(e1)@i
19. v2 ∈ Memory-class(f;init;X)(e2)@i
20. e1 = e2 ∈ E@i
⊢ R[v1;v2]
Latex:
Latex:
\mforall{}[Info,B,A:Type].
    \mforall{}R:B  {}\mrightarrow{}  B  {}\mrightarrow{}  \mBbbP{}.  \mforall{}f:A  {}\mrightarrow{}  B  {}\mrightarrow{}  B.  \mforall{}init:Id  {}\mrightarrow{}  bag(B).  \mforall{}X:EClass(A).  \mforall{}es:EO+(Info).  \mforall{}e1,e2:E.
    \mforall{}v1,v2:B.
        (Refl(B;x,y.R[x;y])
        {}\mRightarrow{}  Trans(B;x,y.R[x;y])
        {}\mRightarrow{}  (\mforall{}a:A.  \mforall{}e:E.
                    (e1  \mleq{}loc  e 
                    {}\mRightarrow{}  (e  <loc  e2)
                    {}\mRightarrow{}  a  \mmember{}  X(e)
                    {}\mRightarrow{}  (\mforall{}s:B.  (s  \mmember{}  Memory-class(f;init;X)(e)  {}\mRightarrow{}  R[s;f  a  s]))))
        {}\mRightarrow{}  single-valued-classrel(es;X;A)
        {}\mRightarrow{}  single-valued-bag(init  loc(e1);B)
        {}\mRightarrow{}  v1  \mmember{}  Memory-class(f;init;X)(e1)
        {}\mRightarrow{}  v2  \mmember{}  Memory-class(f;init;X)(e2)
        {}\mRightarrow{}  e1  \mleq{}loc  e2 
        {}\mRightarrow{}  R[v1;v2])
By
Latex:
((UnivCD  THENA  Auto)  THEN  D  (-1))
Home
Index