Step * of Lemma member-count-repeats3

[T:Type]. ∀[eq:EqDecider(T)]. ∀[L:T List]. ∀[x:T]. ∀[n:ℕ+].
  ||filter(λy.(eq x);L)|| ∈ ℤ supposing (<x, n> ∈ count-repeats(L,eq))
BY
(Auto THEN RepeatFor (D -1)) }

1
1. Type
2. eq EqDecider(T)
3. List
4. T
5. : ℕ+
6. : ℕ
7. i < ||count-repeats(L,eq)||
8. <x, n> count-repeats(L,eq)[i] ∈ (T × ℕ+)
⊢ ||filter(λy.(eq x);L)|| ∈ ℤ


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[L:T  List].  \mforall{}[x:T].  \mforall{}[n:\mBbbN{}\msupplus{}].
    n  =  ||filter(\mlambda{}y.(eq  y  x);L)||  supposing  (<x,  n>  \mmember{}  count-repeats(L,eq))


By


Latex:
(Auto  THEN  RepeatFor  2  (D  -1))




Home Index