dual of voltage doubler

You can build such a circuit, but it requires some active device. You can't do it with just diodes and capacitors. Here is one divide-by-eight that takes mains AC as input and outputs DC. It has about 85% efficiency at 4W. It could be improved in several ways, but as it is, it is quite simple:

enter image description here

R10 is the load. In this example, it draws about 4W with 220VAC input (The output voltage is about 32V). You can't draw much more without the efficiency dropping dramatically.

Here is how it works: when the input AC sine is positive, the PMOS is blocking and the eight capacitors in series are charged through the top diode D30 and all the shottkies (PMEG6030) in series (the other diodes are not conducting). So each capacitor ends up being charged at VIN/8. When the sine is negative, D30 stops conducting, but the PMOS conducts. This makes all MMDB3004 conducting and the eight capacitors becomes all paralleled. The charge is then transferred to the output capacitor C4.

This, in fact, works exactly like a charge pump. You can divide by what-you-want instead of eight, by adjusting the number of capacitors and diodes. Of course, efficiency will be affected if there are too many.

This circuit is working on half-wave (one half for charging, one half for discharging). It would be possible to make it work on full wave, but it would become much more complicated.

Also note that the choice of the components is critical. All the diodes, except the shottkies in series must withstand the mains voltage. The shottkies and the capacitors must withstand the maximum output voltage (input voltage divided by eight). The PMOS must withstand the mains voltage, and have relatively low RDSon, otherwise, efficiency drops a lot. R1 must be rated for mains voltage.

Finally, from a safety point of view, I wouldn't recommend this circuit, as there is no isolation. Also, the size of each component makes it not more compact than a small transformer. Probably not cheaper as well, given the number of components required (when dividing by a high ratio), and given the required mosfet (it would be possible to reverse the whole circuit and use a cheaper N-channel fet, though). All in all, this circuit certainly isn't the best choice, actually.