Step * of Lemma filter-contains

[T:Type]. ∀as:T List. ∀P:T ⟶ 𝔹.  filter(P;as) ⊆ as
BY
((Unfold `l_contains` THEN Auto) THEN All (RWO "l_all_iff") THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}as:T  List.  \mforall{}P:T  {}\mrightarrow{}  \mBbbB{}.    filter(P;as)  \msubseteq{}  as


By


Latex:
((Unfold  `l\_contains`  0  THEN  Auto)  THEN  All  (RWO  "l\_all\_iff")  THEN  Auto)




Home Index