Step
*
of Lemma
append_cancel
∀[A:Type]. ∀[as,bs,cs:A List].  bs = cs ∈ (A List) supposing (as @ bs) = (as @ cs) ∈ (A List)
BY
{ (InductionOnList THEN Reduce 0 THEN Auto) }
Latex:
Latex:
\mforall{}[A:Type].  \mforall{}[as,bs,cs:A  List].    bs  =  cs  supposing  (as  @  bs)  =  (as  @  cs)
By
Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)
Home
Index