Step * of Lemma map_is_nil

[A,B:Type]. ∀[f:A ⟶ B]. ∀[l:A List].  uiff(map(f;l) [] ∈ (B List);l [] ∈ (A List))
BY
TACTIC:(InductionOnList THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[f:A  {}\mrightarrow{}  B].  \mforall{}[l:A  List].    uiff(map(f;l)  =  [];l  =  [])


By


Latex:
TACTIC:(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index