Step * of Lemma count-related-pairs

No Annotations
[T,S:Type]. ∀[K:T List]. ∀[L:S List]. ∀[R:T ⟶ S ⟶ 𝔹].
  (||filter(R t;L)|| t ∈ K) = Σ(||filter(λt.(R s);K)|| s ∈ L) ∈ ℤ)
BY
((Intros THEN (RWO "length-filter-lsum" THENA Auto)) THEN Reduce THEN Auto) }


Latex:


Latex:
No  Annotations
\mforall{}[T,S:Type].  \mforall{}[K:T  List].  \mforall{}[L:S  List].  \mforall{}[R:T  {}\mrightarrow{}  S  {}\mrightarrow{}  \mBbbB{}].
    (\mSigma{}(||filter(R  t;L)||  |  t  \mmember{}  K)  =  \mSigma{}(||filter(\mlambda{}t.(R  t  s);K)||  |  s  \mmember{}  L))


By


Latex:
((Intros  THEN  (RWO  "length-filter-lsum"  0  THENA  Auto))  THEN  Reduce  0  THEN  Auto)




Home Index