Step * of Lemma odd-l_sum

No Annotations
[T:Type]. ∀[L:T List]. ∀[f:{x:T| (x ∈ L)}  ⟶ ℤ].  uiff(↑isOdd(l_sum(map(f;L)));↑isOdd(||filter(λx.isOdd(f x);L)||))
BY
Intros }

1
1. [T] Type
2. [L] List
3. [f] {x:T| (x ∈ L)}  ⟶ ℤ
⊢ uiff(↑isOdd(l_sum(map(f;L)));↑isOdd(||filter(λx.isOdd(f x);L)||))


Latex:


Latex:
No  Annotations
\mforall{}[T:Type].  \mforall{}[L:T  List].  \mforall{}[f:\{x:T|  (x  \mmember{}  L)\}    {}\mrightarrow{}  \mBbbZ{}].
    uiff(\muparrow{}isOdd(l\_sum(map(f;L)));\muparrow{}isOdd(||filter(\mlambda{}x.isOdd(f  x);L)||))


By


Latex:
Intros




Home Index