Step * of Lemma from-upto-single

[n:ℤ]. ([n, 1) [n])
BY
(Auto
   THEN RecUnfold `from-upto` 0
   THEN AutoSplit
   THEN CallByValueReduce 0
   THEN Auto
   THEN RWO "from-upto-nil" 0
   THEN Auto) }


Latex:


Latex:
\mforall{}[n:\mBbbZ{}].  ([n,  n  +  1)  \msim{}  [n])


By


Latex:
(Auto
  THEN  RecUnfold  `from-upto`  0
  THEN  AutoSplit
  THEN  CallByValueReduce  0
  THEN  Auto
  THEN  RWO  "from-upto-nil"  0
  THEN  Auto)




Home Index