Step * of Lemma l_index_hd

[T:Type]. ∀[dT:EqDecider(T)]. ∀[L:T List].  index(L;hd(L)) supposing ¬↑null(L)
BY
((UnivCD THENA Auto)
   THEN DVar `L'
   THEN All Reduce
   THEN Try (Complete (Auto))
   THEN RepUR ``l_index eqof`` 0
   THEN Unfold `mu` 0) }

1
1. Type
2. dT EqDecider(T)
3. T
4. List
5. ¬False
⊢ mu-ge(λi.(dT [u v][i]);0) 0


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[dT:EqDecider(T)].  \mforall{}[L:T  List].    index(L;hd(L))  \msim{}  0  supposing  \mneg{}\muparrow{}null(L)


By


Latex:
((UnivCD  THENA  Auto)
  THEN  DVar  `L'
  THEN  All  Reduce
  THEN  Try  (Complete  (Auto))
  THEN  RepUR  ``l\_index  eqof``  0
  THEN  Unfold  `mu`  0)




Home Index