Step * of Lemma filter-cons

[P,x,L:Top].  (filter(P;[x L]) if then [x filter(P;L)] else filter(P;L) fi )
BY
(Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[P,x,L:Top].    (filter(P;[x  /  L])  \msim{}  if  P  x  then  [x  /  filter(P;L)]  else  filter(P;L)  fi  )


By


Latex:
(Reduce  0  THEN  Auto)




Home Index