Step * of Lemma select_cons_hd

∀[T:Type]. ∀[a:T]. ∀[as:T List]. ∀[i:ℤ].  [a / as][i] = a ∈ T supposing i ≤ 0
BY
{ (Auto THEN RWO "select-cons-hd" 0 THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[a:T].  \mforall{}[as:T  List].  \mforall{}[i:\mBbbZ{}].    [a  /  as][i]  =  a  supposing  i  \mleq{}  0


By


Latex:
(Auto  THEN  RWO  "select-cons-hd"  0  THEN  Auto)




Home Index