Step * of Lemma last_append_singleton

∀[T:Type]. ∀L:T List. ∀a:T.  (last(L @ [a]) ~ a)
BY
{ (Auto THEN (RWO "last_append" 0 THENA 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"  0  THENA  Auto))




Home Index