SlideShare a Scribd company logo
1 of 1
Let 𝑑 𝑢, 𝑣 denote the distance between two vertices u and v on a graph G and let 𝑑𝑖𝑎𝑚(𝑔) denote the diameter of
such a graph 𝐺. A connected graph 𝐺 has a radio labeling 𝑓 if for all distinct pairs of vertices 𝑢 and 𝑣 of 𝐺,
𝒅 𝒖, 𝒗 + |𝒇 𝒖 − 𝒇 𝒗 ≥ 𝒅𝒊𝒂𝒎 𝒈 + 𝟏.
Using algebraic and combinatorial techniques, bounds for the radio number of 𝑃𝑛 □ 𝑃𝑛 can be established. By
analyzing the fundamental characteristics of abstract grids, tools may be developed to state important
findings about the radio number of grids and, ultimately, completely determine the radio number of the grids.
A graph 𝐺 is comprised of two main elements: 𝑽, a set of vertices, and 𝑬, a set of edges. Each edge is also defined
by an unordered pair of vertices that the edge connects. For example, in the path graph 𝑃5belows, the vertices are
defined from left-to-right as 𝑣1 through 𝑣5, and edge 𝑒2 connects vertices 𝑣2 and 𝑣3.
The distance 𝑑(𝑣𝑖, 𝑣𝑗) between two vertices 𝑣𝑖 and 𝑣𝑗 is the least number of edges connecting 𝑣𝑖 and 𝑣𝑗. In 𝑃5
above, the shortest path between 𝑣2 and 𝑣5 consists of 3 edges, namely 𝑒2, 𝑒3, and 𝑒4. Thus, 𝑑 𝑣2, 𝑣5 = 5.
The diameter of a graph is the maximum distance between any two vertices of a graph. 𝑑𝑖𝑎𝑚 𝑃5 = 4 because if
we take the distances between all pairs of, then we see that the greatest distance of 4 lies between 𝑣1 and 𝑣5.
A labeling of a graph is an assignment of labels to vertices. Vertex labels are typically assigned integer values and
all labels in this paper can be assumed to be represented by integers. Furthermore, a labeling of a graph can be
defined by a function or mapping that assigns labels algorithmically. A radio labeling is defined as an assignment
of vertex labels such that all distinct pairs of vertices of a graph satisfy the radio condition (see abstract).
The span of a labeling is the difference between the highest and lowest labels.
The radio number of a graph 𝐺, 𝒓𝒏(𝑮), is then the minimum possible span across all radio labelings of 𝐺. In other
words, if all radio labelings of a graph are considered, the radio number is the lowest span that we can find for that
graph under any of those radio labelings.
• Define a naïve labeling 𝒇 accordingly: 𝑓 𝑥𝑖 = 𝑓 𝑥𝑖−1 + 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥𝑖, 𝑥𝑖−1).
• Define a 1st-order pair of vertices as any consecutively labeled vertices. We can think of an
nth-order pair of vertices as any pair of vertices 𝑥𝑖 and 𝑥𝑖+𝑛 for all 𝑖 ≥ 0.
• The term “bump” refers to the increase in span of a labeling associated with the
occurrence of some deviation from a purely distance-maximizing labeling scheme.
• An even grid can be subdivided into four quadrants, defined as 𝑄1, 𝑄2, 𝑄3, and 𝑄4 as
illustrated below. 𝑄1 and 𝑄3 are diagonally opposite quadrants. adjacent quadrants are
quadrants having the characteristic of not being diagonally opposite to one another – e.g., 𝑄1
and 𝑄2.
PROPOSITION 1 (diagonal triple ∝): Let 𝐺 be an even grid and 𝑥𝑖 a vertex labeled in any
quadrant of grid G. Say 𝑥𝑖 and 𝑥𝑖+1 are vertices in a diagonally opposite quadrant. Then for
any naïve labeling 𝑓 of 𝐺 and any radio labeling 𝑓∗
of 𝐺,
𝒇∗
𝒙𝒊+𝟏 − 𝒇∗
𝒙𝒊−𝟏 ≥ 𝒇 𝒙𝒊+𝟏 − 𝒇 𝒙𝒊−𝟏 + 𝟏,
for any 3 consecutively labeled vertices 𝑥𝑖−1, 𝑥𝑖, and𝑥𝑖+1.
LEMMA 1 (∝ independent triples): In an even grid 𝐺, given a distance-maximizing labeling
𝑐0 and any labeling 𝑐∗ that label vertices of 𝐺 in the same order,
𝒔𝒑𝒂𝒏 𝒄∗
≥ 𝒔𝒑𝒂𝒏 𝒄 𝟎 + ∝,
where ∝ is the number of diagonal triples that occur in the complete labeling of 𝐺 under 𝑐∗
.
LEMMA 2 (𝛽 adjacent flips): Given a distance-maximizing labeling 𝑐0 and a radio labeling
𝑐 of an even grid 𝐺,
𝒔𝒑𝒂𝒏 𝒄 ≥ 𝒔𝒑𝒂𝒏 𝒄 𝟎 + 𝟐 ∙ 𝜷,
where 𝛽 is the number of adjacent flips that occur in the complete labeling of 𝐺 under 𝑐∗
.
LEMMA 3 (∝ independent diagonal triples and 𝛽 adjacent flips): Let 𝐺 be an even grid
with distance-maximizing labeling 𝑐 and any other labeling 𝑐∗
. If 𝑐∗
contains ∝
independent diagonal triples and 𝛽 adjacent flips,
𝒔𝒑𝒂𝒏 𝒄∗
≥ 𝒔𝒑𝒂𝒏 𝒄 +∝ +𝟐 ∙ 𝜷.
In order to establish the upper bound for 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛 , we must:
• Specify the labeling order for vertices
• Label ordered vertices with minimum values that satisfy the radio condition
• Compute the span of this labeling  upper bound of 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛
The span is computed by rearranging the radio condition and summing distances:
𝒇 𝒙𝒊+𝟏 ≤ 𝒅𝒊𝒂𝒎 𝑮 + 𝟏 − 𝒅(𝒙𝒊, 𝒙𝒊+𝟏) + 𝒇(𝒙𝒊)
We determine the minimal value for the last vertex labeled satisfying the radio condition…
…apply this to odd grids without loss of generality:
𝑓 𝑥(2𝑘+1)2 ≤ 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥(2𝑘+1)2−1,𝑥(2𝑘+1)2) + 𝑓(𝑥(2𝑘+1)2−1)
𝑓 𝑥(2𝑘+1)2−1 ≤ 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥(2𝑘+1)2−2,𝑥(2𝑘+1)2−1) + 𝑓(𝑥(2𝑘+1)2−2)
⋮
𝑓 𝑥1 ≥ 0
𝑠𝑝𝑎𝑛 𝑓 = 𝑓 𝑥(2𝑘+1)2 ≤
𝑗=1
𝑘
2𝑘 + 1 + 2𝑘(8𝑗 − 1)
THEOREM 1: 𝒓𝒏 𝑷 𝟐𝒌+𝟏 □ 𝑷 𝟐𝒌+𝟏 ≤ 𝟖𝒌 𝟑
+ 𝟖𝒌 𝟐
+ 𝒌
The lower bound for 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛 is established by maximizing distances.
Again, rearranging the radio condition and summing across all vertex pairs gives:
𝑓(𝑥𝑖+1) ≥ (𝑛2
− 1)(2𝑛 − 1)
𝑖=1
𝑛2−1
𝑑(𝑥𝑖+1, 𝑥𝑖)
• Let 𝝈 denote the row index and 𝝉 the column index of a vertex. Then,
• 𝒊=𝟏
𝒏 𝟐−𝟏
𝒅 𝒙𝒊+𝟏, 𝒙𝒊 = 𝝈 𝟏 − 𝝈 𝟐 + 𝝉 𝟏 − 𝝉 𝟐 + 𝝈 𝟐 − 𝝈 𝟑 + 𝝉 𝟐 − 𝝉 𝟑 + ⋯
⋯ + 𝝈 𝒏 𝟐−𝟏 − 𝝈 𝒏 𝟐 + 𝝉 𝒏 𝟐−𝟏 − 𝝉 𝒏 𝟐
• If we want to maximize distances, we must label vertices such that the highest row and column
indices are added in the sum, while the lowest are subtracted.
The first and last vertices labeled only contribute 2 indices each to the sum and
we choose arrangements of vertices that maximize the sum to minimize the span…
THEOREM 2.1: THEOREM 2.2:
𝒓𝒏 𝑷 𝟐𝒌+𝟏 □ 𝑷 𝟐𝒌+𝟏 ≥ 𝟖𝒌 𝟑
+ 𝟖𝒌 𝟐
− 𝟏 𝒓𝒏 𝑷 𝟐𝒌 □ 𝑷 𝟐𝒌 ≥ 𝟖𝒌 𝟑
− 𝟒𝒌 𝟐
− 𝟒𝒌 + 𝟐
[1] Calles, Eduardo and Gomez, Henry, via personal communication and electronic files from C. Wyels
[2] G. Chartrand and Erwin, David and Zhang, Ping and Harary, Frank. Radio labelings of graphs, Bull Inst.
Combin. Appl., 33 (2001), pp. 77-85.
[3] G. Chartrand, D. Erwin, and P. Zhang. A graph labeling problem suggested by FM channel restrictions, Bull
Inst. Combin. Appl., 43 (2005), pp. 43-57.
[4] Liu, Daphne Der-Fen and Zhu, Xuding. Multi-level distance labelings for paths and cycles, Siam J. Discrete
Math., 19 (1993) pp. 610-621.
Allow me to offer my humble gratitude to my wonderful advisor and professor DR.
CYNTHIA WYELS. In addition, I would also like to thank DR. IVONA GRZEGORCZYK,
as well as CSUCI MATHEMATICS for providing such a positive learning environment!
RADIO LABELING SQUARE GRIDS
Dev Ananda Advisor : Dr. Cynthia Wyels Master’s Thesis Project
Path graphs represent the best model for radio labeling square grids because grids are just constructions of paths.
Below are radio labelings of path graph 𝑃4. The first is a radio labeling 𝒇 of 𝑃4.The second is a minimal or
optimal radio labeling 𝒇∗
of 𝑃4 under which the span of the given labeling is as low as possible under the radio
condition for all pairs of vertices.
A grid graph is the Cartesian product of two path graphs, and square grids are composed of
two identical paths. Odd grid 𝑷 𝟑 □ 𝑷 𝟑 is depicted below as a set of vertices and edges, and
subsequently, as a set of vertices in an array of boxes. The connected set of boxes represent
vertices, and two vertices are considered adjacent if they share an edge. An optimal radio
labeling 𝒇 𝒐𝒑𝒕𝒊𝒎𝒂𝒍 of the grid is shown using the box representation with label values associated
the corresponding vertex. Here we see that 𝑟𝑛 𝑷 𝟑 □ 𝑷 𝟑 = 𝟏𝟕.
Label Order4 7 2
9 5
6 3 8
3x3 ordering
14 23 7
25 1
20 11 3
4 16 21
6 18 13
10
19
5
15
24
2
12
17
22
8
9
5x5 ordering
k+1,1
k,1
k+1,k+1
1,2k+11,k
2k+1,2k+12k+1,1 2k+1,k 2k+1,k+1
1,1
• The first vertex labeled is 𝒌 + 𝟏, 𝒌 + 𝟏
• Cyclic labeling proceeds in the order: top
right, top left, bottom left, bottom right
• The distance between each pair of vertices in
the same cycle = 𝟐𝒌 + 𝟏
• The distance between pairs of vertices in
consecutive (different) cycles = 𝟐𝒌
Substituting inequalities while incorporating the distances that our labeling
order above mandates yields the following general span inequality:
1
Q1
Q3Q4
Q2
𝒙𝒊
𝒙𝒊+𝟏𝒙𝒊−𝟏
an abstract grid subdivided
into quadrants 𝑸𝟏 → 𝑸𝟒
quadrants of 𝑷 𝟔 □ 𝑷 𝟔
with a diagonal triple
ACKNOWLEDGEMENTS
ABSTRACT
RADIO LABELING PATHS & GRIDS
RELEVANT DEFINITIONS
NEW FINDINGS, THE BUMP, & CLOSING THE GAP
REFERENCES
CONSTRUCTING THE UPPER BOUND
CONSTRUCTING THE LOWER BOUND
Considerations for advantageous ways of analyzing grids, with regards to the radio number,
allows us to refine bounds and establish conditions in which upper and lower bounds meet.
MOTIVATIONS: THE CHANNEL ASSIGNMENT PROBLEM
Radio labeling, in graph theory, is motivated by a problem originating from the FCC's regulation of
FM radio stations. The FCC categorizes radio stations into classes. Stations are then assigned channels
based on certain factors, including antenna height and signal power. The distances between stations also
affect what channel is assigned to a radio station of a given station class. Radio stations assigned the same
must be some minimum distance apart in order to satisfy FFC regulations. Stations that are in closer
proximity to one another must be channels that are farther apart, after considering station class. This is
called the CHANNEL ASSIGNMENT PROBLEM. Graph theory abstracts this problem from radio
transmitter and tower organizational grids, and its solution is the RADIO NUMBER.

More Related Content

What's hot

#4 exam helper knowledge booster (for government job) 4th new edition
#4 exam helper   knowledge booster (for government job) 4th new edition#4 exam helper   knowledge booster (for government job) 4th new edition
#4 exam helper knowledge booster (for government job) 4th new edition
Exam Affairs!
 
Fundamentals of aerodynamics chapter 6
Fundamentals of aerodynamics chapter 6Fundamentals of aerodynamics chapter 6
Fundamentals of aerodynamics chapter 6
forgotteniman
 

What's hot (18)

#4 exam helper knowledge booster (for government job) 4th new edition
#4 exam helper   knowledge booster (for government job) 4th new edition#4 exam helper   knowledge booster (for government job) 4th new edition
#4 exam helper knowledge booster (for government job) 4th new edition
 
Line integeral
Line integeralLine integeral
Line integeral
 
Multiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleMultiple sagement trapezoidal rule
Multiple sagement trapezoidal rule
 
Vector calculus
Vector calculusVector calculus
Vector calculus
 
weddle's rule
weddle's ruleweddle's rule
weddle's rule
 
Application of Gauss,Green and Stokes Theorem
Application of Gauss,Green and Stokes TheoremApplication of Gauss,Green and Stokes Theorem
Application of Gauss,Green and Stokes Theorem
 
Quartile
QuartileQuartile
Quartile
 
Power point vector
Power point vectorPower point vector
Power point vector
 
Cylindrical and spherical coordinates shalini
Cylindrical and spherical coordinates shaliniCylindrical and spherical coordinates shalini
Cylindrical and spherical coordinates shalini
 
Polar co
Polar coPolar co
Polar co
 
Coordinate systems (and transformations) and vector calculus
Coordinate systems (and transformations) and vector calculus Coordinate systems (and transformations) and vector calculus
Coordinate systems (and transformations) and vector calculus
 
Application of vector integration
Application of vector integration Application of vector integration
Application of vector integration
 
Learning object 1
Learning object 1Learning object 1
Learning object 1
 
Fundamentals of aerodynamics chapter 6
Fundamentals of aerodynamics chapter 6Fundamentals of aerodynamics chapter 6
Fundamentals of aerodynamics chapter 6
 
Chapter 1
Chapter 1 Chapter 1
Chapter 1
 
Aerodynamics of 3 d lifting surfaces through vortex lattice methods
Aerodynamics of 3 d lifting surfaces through vortex lattice methodsAerodynamics of 3 d lifting surfaces through vortex lattice methods
Aerodynamics of 3 d lifting surfaces through vortex lattice methods
 
Study and Analysis of Multidimensional Hilbert Space Filling Curve and Its Ap...
Study and Analysis of Multidimensional Hilbert Space Filling Curve and Its Ap...Study and Analysis of Multidimensional Hilbert Space Filling Curve and Its Ap...
Study and Analysis of Multidimensional Hilbert Space Filling Curve and Its Ap...
 
Hamilton Path & Dijkstra's Algorithm
Hamilton Path & Dijkstra's AlgorithmHamilton Path & Dijkstra's Algorithm
Hamilton Path & Dijkstra's Algorithm
 

Viewers also liked (11)

Carniton plus presentation -laying hens-
Carniton plus presentation -laying hens-Carniton plus presentation -laying hens-
Carniton plus presentation -laying hens-
 
Trab. em slides info power point 31 05 2015 (1)
Trab. em slides info power point 31 05 2015 (1)Trab. em slides info power point 31 05 2015 (1)
Trab. em slides info power point 31 05 2015 (1)
 
Examen uno
Examen unoExamen uno
Examen uno
 
Last vegas
Last vegasLast vegas
Last vegas
 
Chcaddoutsourcing
ChcaddoutsourcingChcaddoutsourcing
Chcaddoutsourcing
 
rosearrudagcc2014
rosearrudagcc2014rosearrudagcc2014
rosearrudagcc2014
 
8ª olimpiada mexicana de informática
8ª olimpiada mexicana de informática8ª olimpiada mexicana de informática
8ª olimpiada mexicana de informática
 
版面編輯課程
版面編輯課程版面編輯課程
版面編輯課程
 
Life science global trade implementation case study
Life science global trade implementation case studyLife science global trade implementation case study
Life science global trade implementation case study
 
المحركات الخطوية والتحكم بها
المحركات الخطوية والتحكم بهاالمحركات الخطوية والتحكم بها
المحركات الخطوية والتحكم بها
 
Programa 5 s
Programa 5 sPrograma 5 s
Programa 5 s
 

Similar to SAGEposterAnanda2014

Bounded Approaches in Radio Labeling Square Grids -- Dev Ananda
Bounded Approaches in Radio Labeling Square Grids -- Dev AnandaBounded Approaches in Radio Labeling Square Grids -- Dev Ananda
Bounded Approaches in Radio Labeling Square Grids -- Dev Ananda
Dev Ananda
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetry
graphhoc
 

Similar to SAGEposterAnanda2014 (20)

Graceful labelings
Graceful labelingsGraceful labelings
Graceful labelings
 
Entropy based measures for graphs
Entropy based measures for graphsEntropy based measures for graphs
Entropy based measures for graphs
 
EMT_2A_cylindrical coordinates.pptx
EMT_2A_cylindrical coordinates.pptxEMT_2A_cylindrical coordinates.pptx
EMT_2A_cylindrical coordinates.pptx
 
Graph clustering
Graph clusteringGraph clustering
Graph clustering
 
Bounded Approaches in Radio Labeling Square Grids -- Dev Ananda
Bounded Approaches in Radio Labeling Square Grids -- Dev AnandaBounded Approaches in Radio Labeling Square Grids -- Dev Ananda
Bounded Approaches in Radio Labeling Square Grids -- Dev Ananda
 
Trilateration Calculation Program for Location Tracking System
Trilateration Calculation Program for Location Tracking SystemTrilateration Calculation Program for Location Tracking System
Trilateration Calculation Program for Location Tracking System
 
Transmission lines
Transmission linesTransmission lines
Transmission lines
 
Siegel
SiegelSiegel
Siegel
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
 
Graph 1
Graph 1Graph 1
Graph 1
 
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
 
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRYON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
ON ALGORITHMIC PROBLEMS CONCERNING GRAPHS OF HIGHER DEGREE OF SYMMETRY
 
What is the radiation pattern?
What is the radiation pattern?What is the radiation pattern?
What is the radiation pattern?
 
On algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetryOn algorithmic problems concerning graphs of higher degree of symmetry
On algorithmic problems concerning graphs of higher degree of symmetry
 
Network Theory
Network TheoryNetwork Theory
Network Theory
 
Gdistance vignette
Gdistance vignetteGdistance vignette
Gdistance vignette
 
EC6602-Antenna fundamentals
EC6602-Antenna fundamentals EC6602-Antenna fundamentals
EC6602-Antenna fundamentals
 
Unit V - ppt.pptx
Unit V - ppt.pptxUnit V - ppt.pptx
Unit V - ppt.pptx
 
Optimisation random graph presentation
Optimisation random graph presentationOptimisation random graph presentation
Optimisation random graph presentation
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 

SAGEposterAnanda2014

  • 1. Let 𝑑 𝑢, 𝑣 denote the distance between two vertices u and v on a graph G and let 𝑑𝑖𝑎𝑚(𝑔) denote the diameter of such a graph 𝐺. A connected graph 𝐺 has a radio labeling 𝑓 if for all distinct pairs of vertices 𝑢 and 𝑣 of 𝐺, 𝒅 𝒖, 𝒗 + |𝒇 𝒖 − 𝒇 𝒗 ≥ 𝒅𝒊𝒂𝒎 𝒈 + 𝟏. Using algebraic and combinatorial techniques, bounds for the radio number of 𝑃𝑛 □ 𝑃𝑛 can be established. By analyzing the fundamental characteristics of abstract grids, tools may be developed to state important findings about the radio number of grids and, ultimately, completely determine the radio number of the grids. A graph 𝐺 is comprised of two main elements: 𝑽, a set of vertices, and 𝑬, a set of edges. Each edge is also defined by an unordered pair of vertices that the edge connects. For example, in the path graph 𝑃5belows, the vertices are defined from left-to-right as 𝑣1 through 𝑣5, and edge 𝑒2 connects vertices 𝑣2 and 𝑣3. The distance 𝑑(𝑣𝑖, 𝑣𝑗) between two vertices 𝑣𝑖 and 𝑣𝑗 is the least number of edges connecting 𝑣𝑖 and 𝑣𝑗. In 𝑃5 above, the shortest path between 𝑣2 and 𝑣5 consists of 3 edges, namely 𝑒2, 𝑒3, and 𝑒4. Thus, 𝑑 𝑣2, 𝑣5 = 5. The diameter of a graph is the maximum distance between any two vertices of a graph. 𝑑𝑖𝑎𝑚 𝑃5 = 4 because if we take the distances between all pairs of, then we see that the greatest distance of 4 lies between 𝑣1 and 𝑣5. A labeling of a graph is an assignment of labels to vertices. Vertex labels are typically assigned integer values and all labels in this paper can be assumed to be represented by integers. Furthermore, a labeling of a graph can be defined by a function or mapping that assigns labels algorithmically. A radio labeling is defined as an assignment of vertex labels such that all distinct pairs of vertices of a graph satisfy the radio condition (see abstract). The span of a labeling is the difference between the highest and lowest labels. The radio number of a graph 𝐺, 𝒓𝒏(𝑮), is then the minimum possible span across all radio labelings of 𝐺. In other words, if all radio labelings of a graph are considered, the radio number is the lowest span that we can find for that graph under any of those radio labelings. • Define a naïve labeling 𝒇 accordingly: 𝑓 𝑥𝑖 = 𝑓 𝑥𝑖−1 + 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥𝑖, 𝑥𝑖−1). • Define a 1st-order pair of vertices as any consecutively labeled vertices. We can think of an nth-order pair of vertices as any pair of vertices 𝑥𝑖 and 𝑥𝑖+𝑛 for all 𝑖 ≥ 0. • The term “bump” refers to the increase in span of a labeling associated with the occurrence of some deviation from a purely distance-maximizing labeling scheme. • An even grid can be subdivided into four quadrants, defined as 𝑄1, 𝑄2, 𝑄3, and 𝑄4 as illustrated below. 𝑄1 and 𝑄3 are diagonally opposite quadrants. adjacent quadrants are quadrants having the characteristic of not being diagonally opposite to one another – e.g., 𝑄1 and 𝑄2. PROPOSITION 1 (diagonal triple ∝): Let 𝐺 be an even grid and 𝑥𝑖 a vertex labeled in any quadrant of grid G. Say 𝑥𝑖 and 𝑥𝑖+1 are vertices in a diagonally opposite quadrant. Then for any naïve labeling 𝑓 of 𝐺 and any radio labeling 𝑓∗ of 𝐺, 𝒇∗ 𝒙𝒊+𝟏 − 𝒇∗ 𝒙𝒊−𝟏 ≥ 𝒇 𝒙𝒊+𝟏 − 𝒇 𝒙𝒊−𝟏 + 𝟏, for any 3 consecutively labeled vertices 𝑥𝑖−1, 𝑥𝑖, and𝑥𝑖+1. LEMMA 1 (∝ independent triples): In an even grid 𝐺, given a distance-maximizing labeling 𝑐0 and any labeling 𝑐∗ that label vertices of 𝐺 in the same order, 𝒔𝒑𝒂𝒏 𝒄∗ ≥ 𝒔𝒑𝒂𝒏 𝒄 𝟎 + ∝, where ∝ is the number of diagonal triples that occur in the complete labeling of 𝐺 under 𝑐∗ . LEMMA 2 (𝛽 adjacent flips): Given a distance-maximizing labeling 𝑐0 and a radio labeling 𝑐 of an even grid 𝐺, 𝒔𝒑𝒂𝒏 𝒄 ≥ 𝒔𝒑𝒂𝒏 𝒄 𝟎 + 𝟐 ∙ 𝜷, where 𝛽 is the number of adjacent flips that occur in the complete labeling of 𝐺 under 𝑐∗ . LEMMA 3 (∝ independent diagonal triples and 𝛽 adjacent flips): Let 𝐺 be an even grid with distance-maximizing labeling 𝑐 and any other labeling 𝑐∗ . If 𝑐∗ contains ∝ independent diagonal triples and 𝛽 adjacent flips, 𝒔𝒑𝒂𝒏 𝒄∗ ≥ 𝒔𝒑𝒂𝒏 𝒄 +∝ +𝟐 ∙ 𝜷. In order to establish the upper bound for 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛 , we must: • Specify the labeling order for vertices • Label ordered vertices with minimum values that satisfy the radio condition • Compute the span of this labeling  upper bound of 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛 The span is computed by rearranging the radio condition and summing distances: 𝒇 𝒙𝒊+𝟏 ≤ 𝒅𝒊𝒂𝒎 𝑮 + 𝟏 − 𝒅(𝒙𝒊, 𝒙𝒊+𝟏) + 𝒇(𝒙𝒊) We determine the minimal value for the last vertex labeled satisfying the radio condition… …apply this to odd grids without loss of generality: 𝑓 𝑥(2𝑘+1)2 ≤ 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥(2𝑘+1)2−1,𝑥(2𝑘+1)2) + 𝑓(𝑥(2𝑘+1)2−1) 𝑓 𝑥(2𝑘+1)2−1 ≤ 𝑑𝑖𝑎𝑚 𝐺 + 1 − 𝑑(𝑥(2𝑘+1)2−2,𝑥(2𝑘+1)2−1) + 𝑓(𝑥(2𝑘+1)2−2) ⋮ 𝑓 𝑥1 ≥ 0 𝑠𝑝𝑎𝑛 𝑓 = 𝑓 𝑥(2𝑘+1)2 ≤ 𝑗=1 𝑘 2𝑘 + 1 + 2𝑘(8𝑗 − 1) THEOREM 1: 𝒓𝒏 𝑷 𝟐𝒌+𝟏 □ 𝑷 𝟐𝒌+𝟏 ≤ 𝟖𝒌 𝟑 + 𝟖𝒌 𝟐 + 𝒌 The lower bound for 𝑟𝑛 𝑃𝑛 □ 𝑃 𝑛 is established by maximizing distances. Again, rearranging the radio condition and summing across all vertex pairs gives: 𝑓(𝑥𝑖+1) ≥ (𝑛2 − 1)(2𝑛 − 1) 𝑖=1 𝑛2−1 𝑑(𝑥𝑖+1, 𝑥𝑖) • Let 𝝈 denote the row index and 𝝉 the column index of a vertex. Then, • 𝒊=𝟏 𝒏 𝟐−𝟏 𝒅 𝒙𝒊+𝟏, 𝒙𝒊 = 𝝈 𝟏 − 𝝈 𝟐 + 𝝉 𝟏 − 𝝉 𝟐 + 𝝈 𝟐 − 𝝈 𝟑 + 𝝉 𝟐 − 𝝉 𝟑 + ⋯ ⋯ + 𝝈 𝒏 𝟐−𝟏 − 𝝈 𝒏 𝟐 + 𝝉 𝒏 𝟐−𝟏 − 𝝉 𝒏 𝟐 • If we want to maximize distances, we must label vertices such that the highest row and column indices are added in the sum, while the lowest are subtracted. The first and last vertices labeled only contribute 2 indices each to the sum and we choose arrangements of vertices that maximize the sum to minimize the span… THEOREM 2.1: THEOREM 2.2: 𝒓𝒏 𝑷 𝟐𝒌+𝟏 □ 𝑷 𝟐𝒌+𝟏 ≥ 𝟖𝒌 𝟑 + 𝟖𝒌 𝟐 − 𝟏 𝒓𝒏 𝑷 𝟐𝒌 □ 𝑷 𝟐𝒌 ≥ 𝟖𝒌 𝟑 − 𝟒𝒌 𝟐 − 𝟒𝒌 + 𝟐 [1] Calles, Eduardo and Gomez, Henry, via personal communication and electronic files from C. Wyels [2] G. Chartrand and Erwin, David and Zhang, Ping and Harary, Frank. Radio labelings of graphs, Bull Inst. Combin. Appl., 33 (2001), pp. 77-85. [3] G. Chartrand, D. Erwin, and P. Zhang. A graph labeling problem suggested by FM channel restrictions, Bull Inst. Combin. Appl., 43 (2005), pp. 43-57. [4] Liu, Daphne Der-Fen and Zhu, Xuding. Multi-level distance labelings for paths and cycles, Siam J. Discrete Math., 19 (1993) pp. 610-621. Allow me to offer my humble gratitude to my wonderful advisor and professor DR. CYNTHIA WYELS. In addition, I would also like to thank DR. IVONA GRZEGORCZYK, as well as CSUCI MATHEMATICS for providing such a positive learning environment! RADIO LABELING SQUARE GRIDS Dev Ananda Advisor : Dr. Cynthia Wyels Master’s Thesis Project Path graphs represent the best model for radio labeling square grids because grids are just constructions of paths. Below are radio labelings of path graph 𝑃4. The first is a radio labeling 𝒇 of 𝑃4.The second is a minimal or optimal radio labeling 𝒇∗ of 𝑃4 under which the span of the given labeling is as low as possible under the radio condition for all pairs of vertices. A grid graph is the Cartesian product of two path graphs, and square grids are composed of two identical paths. Odd grid 𝑷 𝟑 □ 𝑷 𝟑 is depicted below as a set of vertices and edges, and subsequently, as a set of vertices in an array of boxes. The connected set of boxes represent vertices, and two vertices are considered adjacent if they share an edge. An optimal radio labeling 𝒇 𝒐𝒑𝒕𝒊𝒎𝒂𝒍 of the grid is shown using the box representation with label values associated the corresponding vertex. Here we see that 𝑟𝑛 𝑷 𝟑 □ 𝑷 𝟑 = 𝟏𝟕. Label Order4 7 2 9 5 6 3 8 3x3 ordering 14 23 7 25 1 20 11 3 4 16 21 6 18 13 10 19 5 15 24 2 12 17 22 8 9 5x5 ordering k+1,1 k,1 k+1,k+1 1,2k+11,k 2k+1,2k+12k+1,1 2k+1,k 2k+1,k+1 1,1 • The first vertex labeled is 𝒌 + 𝟏, 𝒌 + 𝟏 • Cyclic labeling proceeds in the order: top right, top left, bottom left, bottom right • The distance between each pair of vertices in the same cycle = 𝟐𝒌 + 𝟏 • The distance between pairs of vertices in consecutive (different) cycles = 𝟐𝒌 Substituting inequalities while incorporating the distances that our labeling order above mandates yields the following general span inequality: 1 Q1 Q3Q4 Q2 𝒙𝒊 𝒙𝒊+𝟏𝒙𝒊−𝟏 an abstract grid subdivided into quadrants 𝑸𝟏 → 𝑸𝟒 quadrants of 𝑷 𝟔 □ 𝑷 𝟔 with a diagonal triple ACKNOWLEDGEMENTS ABSTRACT RADIO LABELING PATHS & GRIDS RELEVANT DEFINITIONS NEW FINDINGS, THE BUMP, & CLOSING THE GAP REFERENCES CONSTRUCTING THE UPPER BOUND CONSTRUCTING THE LOWER BOUND Considerations for advantageous ways of analyzing grids, with regards to the radio number, allows us to refine bounds and establish conditions in which upper and lower bounds meet. MOTIVATIONS: THE CHANNEL ASSIGNMENT PROBLEM Radio labeling, in graph theory, is motivated by a problem originating from the FCC's regulation of FM radio stations. The FCC categorizes radio stations into classes. Stations are then assigned channels based on certain factors, including antenna height and signal power. The distances between stations also affect what channel is assigned to a radio station of a given station class. Radio stations assigned the same must be some minimum distance apart in order to satisfy FFC regulations. Stations that are in closer proximity to one another must be channels that are farther apart, after considering station class. This is called the CHANNEL ASSIGNMENT PROBLEM. Graph theory abstracts this problem from radio transmitter and tower organizational grids, and its solution is the RADIO NUMBER.