I have a question concerning the definition of Hypergraphs in category theory, which I adopted from "A category-theoretical approach to hypergraphs" by W.Dörfler and D.A.Waller: http://rd.springer.com/article/10.1007%2FBF01224952#page-1
So the definition is as follows:
A hypergraph consists of a triple $X=(V,E,f)$, where $V$ is a vertex-set, $E$ (disjoint from $V$) is the edge set, and $f:E\rightarrow PV-\{\emptyset\}$ is the function which assigns to each edge its (non-empty) set of vertices.
How would this arbitrary hypergraph be represented according to this definition? (please, see the link. cannot include the image due to lack of "reputation")
https://www.dropbox.com/s/98jp9aqakwd2sq1/HG1-eps-converted-to.pdf?dl=0
Also, is there any particular reason for which in category theory hypergraphs are not defined in the following manner: $H=(V,E)$, where $V$ is just enumeration of vertices and $E$ is the set of hyper edges with any cardinality?
For example, the hypergraph I proposed above would be: $V=\{1,2,3,4,5,6,7\}$ and$E=\{\{7\},\{1,2\},\{3,4\},\{3,6\},\{5,6\},\{4,6,7\},\{1,2,3,4\},\}$,
$V={{1,11,12},{2,3,10},{4,5,6}{1,8,9},{13,14,15},{16,17,18}}$
$E={{1,4,7},{2,5,17},{3,6,9}{8,11,14},{10,13,16},{12,15,18}}$
$f({a,b,c})={{p,q,r}|{a,b,c}\cap {p,q,r} =\neq \emptyset }
– Mari Gachi May 29 '15 at 06:41