Step * of Lemma general_length_nth_tl

[r:ℕ]. ∀[L:Top List].  (||nth_tl(r;L)|| if r <||L|| then ||L|| else fi  ∈ ℤ)
BY
xxx(InductionOnNat THEN RecUnfold `nth_tl` THEN Reduce 0)xxx }

1
1. : ℤ
⊢ ∀[L:Top List]. (||L|| if 0 <||L|| then ||L|| else fi  ∈ ℤ)

2
1. : ℤ
2. 0 < r
3. ∀[L:Top List]. (||nth_tl(r 1;L)|| if 1 <||L|| then ||L|| else fi  ∈ ℤ)
⊢ ∀[L:Top List]. (||if r ≤then else nth_tl(r 1;tl(L)) fi || if r <||L|| then ||L|| else fi  ∈ ℤ)


Latex:


Latex:
\mforall{}[r:\mBbbN{}].  \mforall{}[L:Top  List].    (||nth\_tl(r;L)||  =  if  r  <z  ||L||  then  ||L||  -  r  else  0  fi  )


By


Latex:
xxx(InductionOnNat  THEN  RecUnfold  `nth\_tl`  0  THEN  Reduce  0)xxx




Home Index