Step * of Lemma select_l_index

[T:Type]. ∀[dT:EqDecider(T)]. ∀[L:T List]. ∀[x:T].  L[index(L;x)] x ∈ supposing (x ∈ L)
BY
Auto }

1
1. Type
2. dT EqDecider(T)
3. List
4. T
5. (x ∈ L)
⊢ L[index(L;x)] x ∈ T


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[dT:EqDecider(T)].  \mforall{}[L:T  List].  \mforall{}[x:T].    L[index(L;x)]  =  x  supposing  (x  \mmember{}  L)


By


Latex:
Auto




Home Index