Step
*
of Lemma
seq-cons-len
∀[T:Type]. ∀[a:Top]. ∀[s:sequence(T)].  (||seq-cons(a;s)|| ~ ||s|| + 1)
BY
{ (Auto THEN D -1 THEN RepUR ``seq-cons seq-len`` 0 THEN Auto) }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[a:Top].  \mforall{}[s:sequence(T)].    (||seq-cons(a;s)||  \msim{}  ||s||  +  1)
By
Latex:
(Auto  THEN  D  -1  THEN  RepUR  ``seq-cons  seq-len``  0  THEN  Auto)
Home
Index