Step * of Lemma null_append

[L1:Top List]. ∀[L2:Top].  (null(L1 L2) null(L1) ∧b null(L2))
BY
(InductionOnList THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[L1:Top  List].  \mforall{}[L2:Top].    (null(L1  @  L2)  \msim{}  null(L1)  \mwedge{}\msubb{}  null(L2))


By


Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index