Step * of Lemma filter_append

[T:Type]. ∀[P:T ⟶ 𝔹]. ∀[l1,l2:T List].  (filter(P;l1 l2) filter(P;l1) filter(P;l2))
BY
(InductionOnList THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[P:T  {}\mrightarrow{}  \mBbbB{}].  \mforall{}[l1,l2:T  List].    (filter(P;l1  @  l2)  \msim{}  filter(P;l1)  @  filter(P;l2))


By


Latex:
(InductionOnList  THEN  Auto)




Home Index