SlideShare a Scribd company logo
Planar graph
Plan
1. Definition of the planar graph.
2. Kuratowski's and Wagner's theorems.
3. Planarity criteria.
1. Definition of the planar graph.
A planar graph is a graph that can be embedded in
the plane, i.e., it can be drawn on the plane in such a way
that its edges intersect only at their endpoints. In other
words, it can be drawn in such a way that no edges cross
each other. Such a drawing is called a plane
graph or planar embedding of the graph. A plane graph
can be defined as a planar graph with a mapping from
every node to a point on a plane, and from every edge to
a plane curve on that plane, such that the extreme points
of each curve are the points mapped from its end nodes,
and all curves are disjoint except on their extreme points.
Plane graphs can be encoded by combinatorial
maps. A combinatorial map is
a combinatorial object
modelling topological structures with subdivided
objects.
A Planar graphs
Planar graphs generalize to graphs drawable on a
surface of a given genus. In this terminology, planar
graphs have graph genus 0, since the plane (and the
sphere) are surfaces of genus 0.
genus (plural genera) has a few different, but
closely related, meanings. The most common
concept, the genus of an (orientable) surface, is the
number of "holes" it has, so that a sphere has genus
0 and a torus has genus 1.
A sphere
A TORUS
In geometry, a torus (plural tori) is a surface of
revolution generated by revolving
a circle in three-dimensional space about an axis
that is coplanar with the circle.
Genus of orientable surfaces
In simpler terms, the value of an orientable
surface's genus is equal to the number of
"holes" it has.
SUMMARIZING
• The genus of a graph is the minimal integer n such that the
graph can be drawn without crossing itself on a sphere
with n handles (i.e. an oriented surface of genus n). Thus,
a planar graph has genus 0, because it can be drawn on a
sphere without self-crossing.
• The non-orientable genus of a graph is the minimal
integer n such that the graph can be drawn without
crossing itself on a sphere with n cross-caps (i.e. a non-
orientable surface of (non-orientable) genus n). (This
number is also called the demigenus.)
• The Euler genus is the minimal integer n such that the
graph can be drawn without crossing itself on a sphere
with n cross-caps or on a sphere with n/2 handles.
2. Kuratowski's and Wagner's theorems
The Polish mathematician Kazimierz Kuratowski provided a
characterization of planar graphs in terms of forbidden graphs, now
known as Kuratowski's theorem:
A finite graph is planar if and only if it does not contain a subgraph that
is a subdivision of the complete graph K5 or the complete bipartite
graph K3,3 (utility graph). A subdivision of a graph results from inserting
vertices into edges (for example, changing an edge •——• to •—•—•)
zero or more times.
An example of a graph with no K5 or K3,3 subgraph. However, it
contains a subdivision of K3,3 and is therefore non-planar.
Instead of considering subdivisions, Wagner's theorem deals
with minors:
A finite graph is planar if and only if it does not have K5 or K3,3 as
a minor.
Example
A Forbidden graphs
In graph theory, a branch of mathematics, many
important families of graphs can be described by
a finite set of individual graphs that do not
belong to the family and further exclude all
graphs from the family which contain any of
these forbidden graphs as (induced) subgraph or
minor.
A minor of the grafp
In graph theory, an undirected graph H is called
a minor of the graph G if H can be formed
from G by deleting edges and vertices and
by contracting edges.
Subdivision and smoothing
In general, a subdivision of a graph G (sometimes
known as an expansion) is a graph resulting from the
subdivision of edges in G.
The subdivision of some edge e with endpoints
{u,v} yields a graph containing one new vertex w, and
with an edge set replacing e by two new edges, {u,w}
and {w,v}. For example, the edge e, with endpoints
{u,v}:
Subdivision
Smoothing out
The reverse operation, smoothing
out or smoothing a vertex w with regards to the
pair of edges (e1 ,e2 ) incident on w, removes both
edges containing w and replaces (e1 ,e2 ) with a new
edge that connects the other endpoints of the pair.
Here it is emphasized that only 2-valent
vertices can be smoothed. For example, the
simple connected graph with two edges, e1 {u,w}
and e2 {w,v}:
Smoothing out
Other planarity criteria
In practice, it is difficult to use Kuratowski's
criterion to quickly decide whether a given
graph is planar. However, there exist
fast algorithms for this problem: for a graph
with n vertices, it is possible to determine in
time O(n) (linear time) whether the graph may
be planar or not (see planarity testing).
Other planarity criteria
For a simple, connected, planar graph with v vertices
and e edges and f faces, the following simple conditions hold for v ≥ 3:
• Theorem 1. e ≤ 3v − 6;
• Theorem 2. If there are no cycles of length 3, then e ≤ 2v − 4.
• Theorem 3. f ≤ 2v − 4.
In this sense, planar graphs are sparse graphs, in that they
have only O(v) edges, asymptotically smaller than the maximum O(v2).
The graph K3,3, for example, has 6 vertices, 9 edges, and no cycles of
length 3. Therefore, by Theorem 2, it cannot be planar. These
theorems provide necessary conditions for planarity that are not
sufficient conditions, and therefore can only be used to prove a graph
is not planar, not that it is planar. If both theorem 1 and 2 fail, other
methods may be used.
A sparse graph
A dense graph is a graph in which the number of
edges is close to the maximal number of edges.
The opposite, a graph with only a few edges, is
a sparse graph. The distinction between sparse
and dense graphs is rather vague, and depends
on the context.
• For undirected simple graphs, the graph
density is defined as:
• For directed simple graphs, the graph density
is defined as:
Euler's formula
Euler's formula states that if a finite, connected,
planar graph is drawn in the plane without any
edge intersections, and v is the number of
vertices, e is the number of edges and f is the
number of faces (regions bounded by edges,
including the outer, infinitely large region), then
v-e+f=2.

More Related Content

Similar to Graph Theory_part 2.pptx

Graphs (Models & Terminology)
Graphs (Models & Terminology)Graphs (Models & Terminology)
Graphs (Models & Terminology)
zunaira saleem
 
Unit 2: All
Unit 2: AllUnit 2: All
Unit 2: All
Hector Zenil
 
Research
ResearchResearch
Research
Ma.Danna Inigo
 
Discrete2
Discrete2Discrete2
Discrete2
Ma.Danna Inigo
 
Discrete ad
Discrete adDiscrete ad
Discrete ad
Ma.Danna Inigo
 
Graph in data structure
Graph in data structureGraph in data structure
Graph in data structure
Pooja Bhojwani
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
Rashmi Bhat
 
Graph
GraphGraph
1. Graph and Graph Terminologiesimp.pptx
1. Graph and Graph Terminologiesimp.pptx1. Graph and Graph Terminologiesimp.pptx
1. Graph and Graph Terminologiesimp.pptx
swapnilbs2728
 
DATA STRUCTURES.pptx
DATA STRUCTURES.pptxDATA STRUCTURES.pptx
DATA STRUCTURES.pptx
KENNEDY GITHAIGA
 
Network Theory
Network TheoryNetwork Theory
Network Theory
alomelo_bit
 
logic.pptx
logic.pptxlogic.pptx
logic.pptx
KENNEDY GITHAIGA
 
Unit 9 graph
Unit   9 graphUnit   9 graph
Unit 9 graph
Dabbal Singh Mahara
 
Graph theory and its applications
Graph theory and its applicationsGraph theory and its applications
Graph theory and its applications
Manikanta satyala
 
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjteUnit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
pournima055
 
Graphs.pdf
Graphs.pdfGraphs.pdf
Graphs.pdf
pubggaming58982
 
A glimpse to topological graph theory
A glimpse to topological graph theoryA glimpse to topological graph theory
A glimpse to topological graph theory
ANJU123MOHANAN
 
Magtibay buk bind#2
Magtibay buk bind#2Magtibay buk bind#2
Magtibay buk bind#2
Sofia Palawan
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
Thamizhendhi karthikeyan
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 

Similar to Graph Theory_part 2.pptx (20)

Graphs (Models & Terminology)
Graphs (Models & Terminology)Graphs (Models & Terminology)
Graphs (Models & Terminology)
 
Unit 2: All
Unit 2: AllUnit 2: All
Unit 2: All
 
Research
ResearchResearch
Research
 
Discrete2
Discrete2Discrete2
Discrete2
 
Discrete ad
Discrete adDiscrete ad
Discrete ad
 
Graph in data structure
Graph in data structureGraph in data structure
Graph in data structure
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
 
Graph
GraphGraph
Graph
 
1. Graph and Graph Terminologiesimp.pptx
1. Graph and Graph Terminologiesimp.pptx1. Graph and Graph Terminologiesimp.pptx
1. Graph and Graph Terminologiesimp.pptx
 
DATA STRUCTURES.pptx
DATA STRUCTURES.pptxDATA STRUCTURES.pptx
DATA STRUCTURES.pptx
 
Network Theory
Network TheoryNetwork Theory
Network Theory
 
logic.pptx
logic.pptxlogic.pptx
logic.pptx
 
Unit 9 graph
Unit   9 graphUnit   9 graph
Unit 9 graph
 
Graph theory and its applications
Graph theory and its applicationsGraph theory and its applications
Graph theory and its applications
 
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjteUnit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
Unit II_Graph.pptxkgjrekjgiojtoiejhgnltegjte
 
Graphs.pdf
Graphs.pdfGraphs.pdf
Graphs.pdf
 
A glimpse to topological graph theory
A glimpse to topological graph theoryA glimpse to topological graph theory
A glimpse to topological graph theory
 
Magtibay buk bind#2
Magtibay buk bind#2Magtibay buk bind#2
Magtibay buk bind#2
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 

More from ssuser039bf6

Combinatorial analysis.pptx
Combinatorial analysis.pptxCombinatorial analysis.pptx
Combinatorial analysis.pptx
ssuser039bf6
 
Tree data structure.pptx
Tree data structure.pptxTree data structure.pptx
Tree data structure.pptx
ssuser039bf6
 
The Theory of Finite Automata.pptx
The Theory of Finite Automata.pptxThe Theory of Finite Automata.pptx
The Theory of Finite Automata.pptx
ssuser039bf6
 
Graph Theory_part 1.pptx
Graph Theory_part 1.pptxGraph Theory_part 1.pptx
Graph Theory_part 1.pptx
ssuser039bf6
 
Lection 3.pptx
Lection 3.pptxLection 3.pptx
Lection 3.pptx
ssuser039bf6
 
Lection 2.pptx
Lection 2.pptxLection 2.pptx
Lection 2.pptx
ssuser039bf6
 
Lection 1.pptx
Lection 1.pptxLection 1.pptx
Lection 1.pptx
ssuser039bf6
 
Transportation problem.pptx
Transportation problem.pptxTransportation problem.pptx
Transportation problem.pptx
ssuser039bf6
 
Кіберзагрози у фінансовій системі Європи та України.pdf
Кіберзагрози у фінансовій системі Європи та України.pdfКіберзагрози у фінансовій системі Європи та України.pdf
Кіберзагрози у фінансовій системі Європи та України.pdf
ssuser039bf6
 

More from ssuser039bf6 (9)

Combinatorial analysis.pptx
Combinatorial analysis.pptxCombinatorial analysis.pptx
Combinatorial analysis.pptx
 
Tree data structure.pptx
Tree data structure.pptxTree data structure.pptx
Tree data structure.pptx
 
The Theory of Finite Automata.pptx
The Theory of Finite Automata.pptxThe Theory of Finite Automata.pptx
The Theory of Finite Automata.pptx
 
Graph Theory_part 1.pptx
Graph Theory_part 1.pptxGraph Theory_part 1.pptx
Graph Theory_part 1.pptx
 
Lection 3.pptx
Lection 3.pptxLection 3.pptx
Lection 3.pptx
 
Lection 2.pptx
Lection 2.pptxLection 2.pptx
Lection 2.pptx
 
Lection 1.pptx
Lection 1.pptxLection 1.pptx
Lection 1.pptx
 
Transportation problem.pptx
Transportation problem.pptxTransportation problem.pptx
Transportation problem.pptx
 
Кіберзагрози у фінансовій системі Європи та України.pdf
Кіберзагрози у фінансовій системі Європи та України.pdfКіберзагрози у фінансовій системі Європи та України.pdf
Кіберзагрози у фінансовій системі Європи та України.pdf
 

Recently uploaded

Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 

Recently uploaded (20)

Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 

Graph Theory_part 2.pptx

  • 2. Plan 1. Definition of the planar graph. 2. Kuratowski's and Wagner's theorems. 3. Planarity criteria.
  • 3. 1. Definition of the planar graph. A planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cross each other. Such a drawing is called a plane graph or planar embedding of the graph. A plane graph can be defined as a planar graph with a mapping from every node to a point on a plane, and from every edge to a plane curve on that plane, such that the extreme points of each curve are the points mapped from its end nodes, and all curves are disjoint except on their extreme points.
  • 4.
  • 5. Plane graphs can be encoded by combinatorial maps. A combinatorial map is a combinatorial object modelling topological structures with subdivided objects.
  • 6. A Planar graphs Planar graphs generalize to graphs drawable on a surface of a given genus. In this terminology, planar graphs have graph genus 0, since the plane (and the sphere) are surfaces of genus 0. genus (plural genera) has a few different, but closely related, meanings. The most common concept, the genus of an (orientable) surface, is the number of "holes" it has, so that a sphere has genus 0 and a torus has genus 1.
  • 8. A TORUS In geometry, a torus (plural tori) is a surface of revolution generated by revolving a circle in three-dimensional space about an axis that is coplanar with the circle.
  • 9. Genus of orientable surfaces In simpler terms, the value of an orientable surface's genus is equal to the number of "holes" it has.
  • 10. SUMMARIZING • The genus of a graph is the minimal integer n such that the graph can be drawn without crossing itself on a sphere with n handles (i.e. an oriented surface of genus n). Thus, a planar graph has genus 0, because it can be drawn on a sphere without self-crossing. • The non-orientable genus of a graph is the minimal integer n such that the graph can be drawn without crossing itself on a sphere with n cross-caps (i.e. a non- orientable surface of (non-orientable) genus n). (This number is also called the demigenus.) • The Euler genus is the minimal integer n such that the graph can be drawn without crossing itself on a sphere with n cross-caps or on a sphere with n/2 handles.
  • 11. 2. Kuratowski's and Wagner's theorems The Polish mathematician Kazimierz Kuratowski provided a characterization of planar graphs in terms of forbidden graphs, now known as Kuratowski's theorem: A finite graph is planar if and only if it does not contain a subgraph that is a subdivision of the complete graph K5 or the complete bipartite graph K3,3 (utility graph). A subdivision of a graph results from inserting vertices into edges (for example, changing an edge •——• to •—•—•) zero or more times. An example of a graph with no K5 or K3,3 subgraph. However, it contains a subdivision of K3,3 and is therefore non-planar. Instead of considering subdivisions, Wagner's theorem deals with minors: A finite graph is planar if and only if it does not have K5 or K3,3 as a minor.
  • 13. A Forbidden graphs In graph theory, a branch of mathematics, many important families of graphs can be described by a finite set of individual graphs that do not belong to the family and further exclude all graphs from the family which contain any of these forbidden graphs as (induced) subgraph or minor.
  • 14. A minor of the grafp In graph theory, an undirected graph H is called a minor of the graph G if H can be formed from G by deleting edges and vertices and by contracting edges.
  • 15. Subdivision and smoothing In general, a subdivision of a graph G (sometimes known as an expansion) is a graph resulting from the subdivision of edges in G. The subdivision of some edge e with endpoints {u,v} yields a graph containing one new vertex w, and with an edge set replacing e by two new edges, {u,w} and {w,v}. For example, the edge e, with endpoints {u,v}:
  • 17. Smoothing out The reverse operation, smoothing out or smoothing a vertex w with regards to the pair of edges (e1 ,e2 ) incident on w, removes both edges containing w and replaces (e1 ,e2 ) with a new edge that connects the other endpoints of the pair. Here it is emphasized that only 2-valent vertices can be smoothed. For example, the simple connected graph with two edges, e1 {u,w} and e2 {w,v}:
  • 19. Other planarity criteria In practice, it is difficult to use Kuratowski's criterion to quickly decide whether a given graph is planar. However, there exist fast algorithms for this problem: for a graph with n vertices, it is possible to determine in time O(n) (linear time) whether the graph may be planar or not (see planarity testing).
  • 20. Other planarity criteria For a simple, connected, planar graph with v vertices and e edges and f faces, the following simple conditions hold for v ≥ 3: • Theorem 1. e ≤ 3v − 6; • Theorem 2. If there are no cycles of length 3, then e ≤ 2v − 4. • Theorem 3. f ≤ 2v − 4. In this sense, planar graphs are sparse graphs, in that they have only O(v) edges, asymptotically smaller than the maximum O(v2). The graph K3,3, for example, has 6 vertices, 9 edges, and no cycles of length 3. Therefore, by Theorem 2, it cannot be planar. These theorems provide necessary conditions for planarity that are not sufficient conditions, and therefore can only be used to prove a graph is not planar, not that it is planar. If both theorem 1 and 2 fail, other methods may be used.
  • 21. A sparse graph A dense graph is a graph in which the number of edges is close to the maximal number of edges. The opposite, a graph with only a few edges, is a sparse graph. The distinction between sparse and dense graphs is rather vague, and depends on the context.
  • 22. • For undirected simple graphs, the graph density is defined as: • For directed simple graphs, the graph density is defined as:
  • 23. Euler's formula Euler's formula states that if a finite, connected, planar graph is drawn in the plane without any edge intersections, and v is the number of vertices, e is the number of edges and f is the number of faces (regions bounded by edges, including the outer, infinitely large region), then v-e+f=2.