Step * of Lemma concat-strict

[a:Base]. (a)↓ supposing (concat(a))↓
BY
(Auto THEN RepUR ``concat reduce`` -1 THEN RecUnfold `list_ind` (-1) THEN HasValueD (-1) THEN Trivial) }


Latex:


Latex:
\mforall{}[a:Base].  (a)\mdownarrow{}  supposing  (concat(a))\mdownarrow{}


By


Latex:
(Auto
  THEN  RepUR  ``concat  reduce``  -1
  THEN  RecUnfold  `list\_ind`  (-1)
  THEN  HasValueD  (-1)
  THEN  Trivial)




Home Index