Step * of Lemma list-eo-pred

L:Top List. ∀i:Id. ∀n:ℕ||L||.  (0 <  (pred(n) 1))
BY
(Intros THEN RecUnfold `es-pred` 0) }

1
1. Top List@i
2. Id@i
3. : ℕ||L||@i
4. 0 < n@i
⊢ let pred1(n) in
      if es-dom(list-eo(L;i)) then p
      if es-eq(list-eo(L;i)) then n
      else pred(p)
      fi  1


Latex:


Latex:
\mforall{}L:Top  List.  \mforall{}i:Id.  \mforall{}n:\mBbbN{}||L||.    (0  <  n  {}\mRightarrow{}  (pred(n)  \msim{}  n  -  1))


By


Latex:
(Intros  THEN  RecUnfold  `es-pred`  0)




Home Index