How do I show that a graph created by adding a single edge between antipodal vertices of a 3-dimensional cube is not hypercube embeddable?
Section 2.1 in this paper states that
A connected graph $G$ can be embedded into $Q_n$ (hyper cube of $n$ dimensions) if and only if it is possible to label the edges of $G$ with the integers $\{1,\dots, n\}$ such that
- Edges incident with a common node are of different labels;
- In each path of G there is some label that appears an odd number of times; and
- In each cycle of G no label appears an odd number of times.
Each such labelling gives rise to a (not necessarily unique) embedding in which the label of an edge is the dimension along which its endpoints differ.
Which condition does it fail to satisfy?