It is commonly known that directed graphs are defined as a double $G_d:=(V,E)$ such that $E \subseteq V^2$, and that undirected graphs $G_u:=(V,E)$ such that $E \subseteq \left\{ \{a,b\}\Big\vert a \in V \land b\in V \right\}$.
Why? Why does one not just define, say, an undirected graph to be a directed graph wherein each edge merely happens to have a symmetric counterpart? Alternatively, why not say directed graphs are but undirected graphs so that one could write $v \in e \in E$ to say a vertex lies on an edge?
Currently very frustrated with the lack of standardisation of Graph Theory at the moment.