Step
*
1
of Lemma
spread_cons_lemma
1. f : Top@i
2. y : Top@i
3. x : Top@i
⊢ let a,b = [x / y] 
  in f[a;b] ~ f[x;y]
BY
{ Try (RW (AddrC [1] (UnfoldC `cons` ANDTHENC ReduceC)) 0)⋅ }
1
1. f : Top@i
2. y : Top@i
3. x : Top@i
⊢ f[x;y] ~ f[x;y]
Latex:
Latex:
1.  f  :  Top@i
2.  y  :  Top@i
3.  x  :  Top@i
\mvdash{}  let  a,b  =  [x  /  y] 
    in  f[a;b]  \msim{}  f[x;y]
By
Latex:
Try  (RW  (AddrC  [1]  (UnfoldC  `cons`  ANDTHENC  ReduceC))  0)\mcdot{}
Home
Index