I'm unfamiliar with graph theory but was wondering if this has been thought about

An idea that occurred to me yesterday relates to the "*planar dimensionality of a graph*" which means the minimal number of dimensions necessary in which to project the graph such that no edges intersect with eachother. For example, the intrinsic dimensionality of a planar graph is $2$. A graph for which intersections only exist between one single node $n_i$ and any number of other nodes $n_j, j\ne i$, embedding this graph in 3 dimensional will remove any line intersections simply by the definition of a line emanating from a point (because the only place the line segments representing edges intersect is at the node itself and therefore they intersect nowhere else).

Once you can find the dimensionality of a graph as well as an appropriate embedding of the graph in those dimensions (using someforce based spring layout model) then things get interesting.

If the graph has intrinsic dimensionality $n$, by projecting the graph into dimensions $n+1$ and force laying out the graph in these dimensions you obtain a continuous space curve. The position of a node along dimension $n+1$ converges such that the euclidean distance between any two nodes in this $n+1$ space is exactly equal to their edges distance.

*Now we have found the most perfect intrinsic spatial embedding of a graph* because the distance between all the nodes in this space is exactly equal to the weight of their edges *AND* the space approximation created by the graph lattice is continuous.

We can start playing with the physics of this high dimensional graph manifold, for example, by fitting a field function to it in the context of neuroscience. 

Has this been thought about before?

More Akiva Lipshitz's questions See All
Similar questions and discussions