Step * of Lemma filter-le

[T:Type]. ∀[P:T ⟶ 𝔹]. ∀[L:T List].  (||filter(P;L)|| ≤ ||L||)
BY
(((InductionOnList THEN Reduce 0) THEN Auto) THEN AutoSplit) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[P:T  {}\mrightarrow{}  \mBbbB{}].  \mforall{}[L:T  List].    (||filter(P;L)||  \mleq{}  ||L||)


By


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




Home Index