Step * of Lemma reject_cons_tl

[T:Type]. ∀[a:T]. ∀[as:T List]. ∀[i:ℤ].
  ([a as]\[i] [a as\[i 1]] ∈ (T List)) supposing ((i ≤ ||as||) and 0 < i)
BY
Auto }

1
1. Type
2. T
3. as List
4. : ℤ
5. 0 < i
6. i ≤ ||as||
⊢ [a as]\[i] [a as\[i 1]] ∈ (T List)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[a:T].  \mforall{}[as:T  List].  \mforall{}[i:\mBbbZ{}].
    ([a  /  as]\mbackslash{}[i]  =  [a  /  as\mbackslash{}[i  -  1]])  supposing  ((i  \mleq{}  ||as||)  and  0  <  i)


By


Latex:
Auto




Home Index