Step * of Lemma last_append_singleton_sq

[T:Type]. ∀L:T List. ∀a:T.  (last(L [a]) a)
BY
(Auto THEN RWO "last_append_singleton" THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}L:T  List.  \mforall{}a:T.    (last(L  @  [a])  \msim{}  a)


By


Latex:
(Auto  THEN  RWO  "last\_append\_singleton"  0  THEN  Auto)




Home Index