Step * of Lemma bigger-int-property2

[L:ℤ List]. ∀[n:ℤ].  (n ≤ bigger-int(n;L))
BY
((InductionOnLast THEN Auto) THEN RepUR ``bigger-int`` THEN Auto) }

1
1. : ℤ List
2. ¬↑null(L)
3. ||L|| ≥ 
4. ∀[n:ℤ]. (n ≤ bigger-int(n;firstn(||L|| 1;L)))
5. : ℤ
⊢ n ≤ accumulate (with value and list item y):
       eval in
       eval in
         if x ≤then else fi 
      over list:
        firstn(||L|| 1;L) [last(L)]
      with starting value:
       n)


Latex:


Latex:
\mforall{}[L:\mBbbZ{}  List].  \mforall{}[n:\mBbbZ{}].    (n  \mleq{}  bigger-int(n;L))


By


Latex:
((InductionOnLast  THEN  Auto)  THEN  RepUR  ``bigger-int``  0  THEN  Auto)




Home Index