I would like to know for a hypergraph $H=(V,\mathcal{E})$ if $H^*$ represents its dual then is $(H^*)^*= H$??
https://en.wikipedia.org/wiki/Hypergraph and Claude berge's books tells
$(H^*)^*= H$ but
shows that $(H^*)^*\ne H$ . Which one is correct?? Is repeated edges allowed in dual of a hypergraph???
Example
I am using the definition of hypergraph in Berge.
Consider the hypergraph $H=(V,\mathcal{E})$, where $V=\{v_1,v_2,v_3,v_4,v_5,v_6,v_7,v_8\}$ $\mathcal{E}= \{e_1,e_2,e_3,e_4\}=\big\{\{v_1,v_2,v_3\},\{v_2,v_3,v_4,v_7\},\{v_5,v_7,v_8\},\{v_6\}\big\}$.
$H^*=(V^*,\mathcal{E}^*)$ where $V^*=\{e_1,e_2,e_3,e_4\}$ and edge set $V_1,V_2,V_3,V_4,V_5,V_6,V_7,V_8$ where $V_1=\{ e_1\}$, $ V_2=\{ e_1, e_2 \},V_3=\{ e_1,e_2\},V_4=\{ e_2\},V_5=\{ e_4\},V_6=\{ e_3\},V_7=\{ e_2,e_4\},$ $V_8=\{ e_4\}.$