Step * 1 of Lemma filter_cons_lemma


1. Top@i
2. Top@i
3. Top@i
⊢ filter(f;[h t]) if then [h filter(f;t)] else filter(f;t) fi 
BY
Try (RW (AddrC [1] (UnfoldC `filter` ANDTHENC ReduceC)) 0)⋅ }

1
1. Top@i
2. Top@i
3. Top@i
⊢ if h
then [h reduce(λa,v. if then [a v] else fi ;[];t)]
else reduce(λa,v. if then [a v] else fi ;[];t)
fi  if then [h filter(f;t)] else filter(f;t) fi 


Latex:


Latex:

1.  t  :  Top@i
2.  h  :  Top@i
3.  f  :  Top@i
\mvdash{}  filter(f;[h  /  t])  \msim{}  if  f  h  then  [h  /  filter(f;t)]  else  filter(f;t)  fi 


By


Latex:
Try  (RW  (AddrC  [1]  (UnfoldC  `filter`  ANDTHENC  ReduceC))  0)\mcdot{}




Home Index