rotation map

{{distinguish|Rotation (mathematics)}}

In mathematics, a rotation map is a function that represents an undirected edge-labeled graph, where each vertex enumerates its outgoing neighbors. Rotation maps were first introduced by Reingold, Vadhan and Wigderson (“Entropy waves, the zig-zag graph product, and new constant-degree expanders”, 2002) in order to conveniently define the zig-zag product and prove its properties.

Given a vertex v and an edge label i, the rotation map returns the i'th neighbor of v and the edge label that would lead back to v.

Definition

For a D-regular graph G, the rotation map \mathrm{Rot}_G : [N] \times [D] \rightarrow [N] \times [D] is defined as follows: \mathrm{Rot}_G (v,i)=(w,j) if the i th edge leaving v leads to w, and the j th edge leaving w leads to v.

Basic properties

From the definition we see that \mathrm{Rot}_G is a permutation, and moreover \mathrm{Rot}_G \circ \mathrm{Rot}_G is the identity map (\mathrm{Rot}_G is an involution).

Special cases and properties

  • A rotation map is consistently labeled if all the edges leaving each vertex are labeled in such a way that at each vertex, the labels of the incoming edges are all distinct. Every regular graph has some consistent labeling.
  • A consistent rotation map can be used to encode a coined discrete time quantum walk on a (regular) graph.
  • A rotation map is \pi-consistent if \forall v \ \mathrm{Rot}_G(v,i)=(v[i],\pi (i)). From the definition, a \pi-consistent rotation map is consistently labeled.

See also

References

{{Refbegin}}

  • {{Cite book| first1=O. | last1=Reingold

| first2=S. | last2=Vadhan

| first3=A. | last3=Widgerson

| title=Proceedings 41st Annual Symposium on Foundations of Computer Science

| chapter=Entropy waves, the zig-zag graph product, and new constant-degree expanders and extractors

| date=2000

| doi=10.1109/SFCS.2000.892006

| pages=3–13

| arxiv=math/0406038| isbn=978-0-7695-0850-4

| s2cid=420651

}}

  • {{Citation

| first=O

| last=Reingold

| title=Undirected connectivity in log-space

| journal=Journal of the ACM

| year=2008

| volume=55

| issue=4

| pages=1–24

| doi=10.1145/1391289.1391291

| s2cid=207168478

}}

  • {{Citation

| first1=O. | last1=Reingold

| first2=L. | last2=Trevisan

| first3=S. | last3=Vadhan

| title=Proceedings of the thirty-eighth annual ACM symposium on Theory of Computing

| chapter=Pseudorandom walks on regular digraphs and the RL vs. L problem

| date=2006

| doi=10.1145/1132516.1132583

| pages=457–466

| isbn=978-1595931344

| s2cid=17360260

}}

  • {{Citation

|first1=C. | last1=Alexander

|title=A Note on Consistent Rotation Maps of Graph Cartesian Products

|date=2021

|doi=10.13140/RG.2.2.19721.57446

}}

  • {{Citation

|first1=C. | last1=Alexander

|title=Consistent Rotation Maps Induce a Unitary Shift Operator in Discrete Time Quantum Walks

|date=2021

|doi=10.13140/RG.2.2.17614.59201}}

{{Refend}}

Category:Extensions and generalizations of graphs

Category:Graph operations