That's almost EXACTLY what I was looking for.. ;-p
BUT - If I may espouse my ignorance a little further.. and continuing on my one-line one-equation policy..
I can now see that the number you choose to add to the accumulator, call it ZC is created like so :
We have a HASH function H(s,r) = g^s * h^r where g and h are two generators in the shnorr group of size q.. (get to that later)
^ is modular exponent
* is modular multiplication..
ZC = H(s,r)
Where s is the coin serial number, and r is a random number. ZC has to be prime, and you alter the random number until it is.
Now the accumulator adds all the ZC's produced by people to represent their coins.. the final value is AV.
Then to prove your membership you need only show that you know
AV = w^c BUT without publishing w and c..
You DO publish s?, which you used in your creation of the ZC, but not the random number r..
SO - we have w,c,r are unknown AND s,AV are known as well as all the ZC's published earlier.
I hope that's right.
This bit.. Can you show what you mean by the cut and choose rounds ?
What would the first few rounds look like.. ?
Can it be shown using my earlier post example with small numbers of f(f(4,5),7),6.. etc ?
As in
f(DELTA,6) = AV
if '6' was constructed with H(s,r) , this would need to be proved without publishing DELTA or 6.. ?
Thanks again for explaining so thoroughly.