37TH ANNUAL AMATYC CONFERENCE A Modern Existence Proof Through Graphs

Slides:



Advertisements
Similar presentations
Midwestern State University Department of Computer Science Dr. Ranette Halverson CMPS 2433 – CHAPTER 4 GRAPHS 1.
Advertisements

Applications of Euler’s Formula for Graphs Hannah Stevens.
Using Properties of Polyhedra
Chapter 12: Surface Area and Volume of Solids
POLYHEDRON.
CHAPTER 5: CONVEX POLYTOPES Anastasiya Yeremenko 1.
3. Delaunay triangulation
Drawing of G. Planar Embedding of G Proposition Proof. 1. Consider a drawing of K 5 or K 3,3 in the plane. Let C be a spanning cycle. 2. If the.
Curve Curve: The image of a continous map from [0,1] to R 2. Polygonal curve: A curve composed of finitely many line segments. Polygonal u,v-curve: A polygonal.
12.1 Exploring Solids Geometry Mrs. Spitz Spring 2006.
Geometry Polyhedra. 2 August 16, 2015 Goals Know terminology about solids. Identify solids by type. Use Euler’s Theorem to solve problems.
8/16/2015 Polygons Polygons are simple closed plane figures made with three or more line segments. Polygons cannot be made with any curves. Polygons.
Surface Area and Volume
 A Polyhedron- (polyhedra or polyhedrons)  Is formed by 4 or more polygons (faces) that intersect only at the edges.  Encloses a region in space. 
Graph Theory Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
Surface Area and Volume Chapter 12. Exploring Solids 12.1 California State Standards 8, 9: Solve problems involving the surface area and lateral area.
Geometry: Part 2 3-D figures.
5-Minute Check Name the polygon by the number of sides.
Warm up 1. Any line segment may be extended indefinitely to form a line. 2. Given a line, a circle can be drawn having the segment as a radius and one.
Polyhedrons or Polyhedra A polyhedron is a solid formed by flat surfaces. We are going to look at regular convex polyhedrons: “regular” refers to the fact.
6-3B Regular Polyhedrons
12. Polyhedra
3-Dimentional Figures Section 11.1.
A regular polygon is a polygon with all sides congruent and all angles congruent such as equilateral triangle, square, regular pentagon, regular hexagon,
Petrie maps and Petrie configurations Jurij Kovič, University of Primorska, Slovenia EuroGIGA Final Conference Berlin, February 20, 2014.
Chapter 12 Section 1 Exploring Solids Using Properties of Polyhedra Using Euler’s Theorem Richard Resseguie GOAL 1GOAL 2.
PLATONIC SOLIDS Audrey Johnson. Characteristics of Platonic Solids zThey are regular polyhedra zA polyhedron is a three dimensional figure composed of.
POLYHEDRON.
Beauty, Form and Function: An Exploration of Symmetry
Polyhedron Platonic Solids Cross Section
Euler’s characteristic and the sphere
12.1 – Explore Solids.
6-3A Geometry Section 6-3B Regular Polyhedrons Page 448 If you have your solids, you might like to use them today. Test Friday – Shapes on Friday On.
Platonic Solids MATH 420 Presentation: Kelly Burgess.
Chapter 12.1 Notes Polyhedron – is a solid that is bounded by polygons, called faces, that enclose a single region of space. Edge – of a polygon is a line.
Graph Theory and Applications
DRILL How many sides does dodecagon have?
Ch 12 and 13 Definitions. 1. polyhedron A solid with all flat surfaces that enclose a single region of space.
Section 12-1 Exploring Solids. Polyhedron Three dimensional closed figure formed by joining three or more polygons at their side. Plural: polyhedra.
12.1 Exploring Solids.
Space Figures and Nets Section 6-1 Notes and vocabulary available on my home page.
COMPSCI 102 Introduction to Discrete Mathematics.
Diamond D’Oveyana & Sylvia
12.1 Exploring Solids Geometry. Defns. for 3-dimensional figures Polyhedron – a solid bounded by polygons that enclose a single region of shape. (no curved.
Graphs. Representations of graphs : undirected graph An undirected graph G have five vertices and seven edges An adjacency-list representation of G The.
Great Theoretical Ideas In Computer Science
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Outline 1 Properties of Planar Graphs 5/4/2018.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Platonic Solids And Zome System.
Geometric Solids POLYHEDRONS NON-POLYHEDRONS.
Goal 1: Using Properties of Polyhedra Goal 2: Using Euler’s Theorem
Polyhedra and Prisms.
Chapter 11 Extending Geometry
Graph theory Definitions Trees, cycles, directed graphs.
11.4 Three-Dimensional Figures
12.1 Exploring Solids.
Planarity and Euler’s Formula
Depth Estimation via Sampling
12-1 Properties of Polyhedra
10-1 Vocabulary Face Edge Vertex Prism Cylinder Pyramid Cone Cube Net
Planarity.
14 Chapter Area, Pythagorean Theorem, and Volume
Gaph Theory Planar Graphs
11.4 Exploring Solids Geometry How many geometric solid can you name?
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Agenda Review Lecture Content: Shortest Path Algorithm
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Presentation transcript:

37TH ANNUAL AMATYC CONFERENCE A Modern Existence Proof Through Graphs Austin, Texas November 10, 2011 The Platonic Solids A Modern Existence Proof Through Graphs Dr. Jean Nicolas Pestieau Assistant Professor of Mathematics SUNY – Suffolk County Community College

The platonic solids (shown above) are the five convex polyhedrons that can be constructed with congruent regular polygonal faces.

Historical Background These solids are named after the great Greek philosopher Plato, who discusses them in his dialogue Timaeus (c. 360 B.C.) and associates each of the five classical elements – earth, fire, air, water and aether - with one of these solids. It was Plato’s contemporary Theaetelus who first described these solids mathematically and proved their existence. Theaetelus’s work later became the basis for the final book of Euclid’s Elements (c. 300 B.C.), where Euclid proves the existence and uniqueness of these solids (by construction).

Preliminary Definitions A set is a collection of distinct objects, none of which is the set itself. We assume these objects are well defined and call them the elements of the set. A graph G = (V, E) consists of two sets: a non-empty finite set V, called its vertex set, and a (possibly empty) set E, called its edge set. The elements of E, called edges, always pair two elements of V, called vertices. We denote by e and v the respective cardinalities of sets E and V.

Preliminary Definitions (cont’d) A graph G is said to be isomorphic to another graph H if there exists a one-to-one correspondence between their vertex sets that preserves adjacency. For example, the cyclic graph C3 is isomorphic to a triangle and the complete graph K4 is isomorphic to any plane drawing of a tetrahedron. A graph is said to be planar if it is isomorphic to a graph that can be drawn in a plane (or on the surface of a sphere) without edge-crossings. If no such isomorphism exists, then the graph is said to be nonplanar. For example, K4 is planar but K5 is nonplanar.

Preliminary Definitions (cont’d) When a planar graph is drawn in the plane without edge-crossings, it cuts the plane into regions called the faces of the graph. We denote the number of such faces by f. The degree of a vertex is the number of edges that are incident to it. A graph is said to be regular of degree d if all its vertices have the same degree. For example, any cyclic graph is regular of degree 2 and any complete graph on n vertices is regular of degree n-1.

The Complete Graphs K1 K2 K3 K4 … K5 K6 K7

Preliminary Definitions (cont’d) A walk in a graph joining vertices v1 and vn is a sequence of (not necessarily distinct) vertices v1, v2, v3, …, vn in which v1 is joined by an edge to v2, v2 is joined by an edge to v3, …, and vn-1 is joined by an edge to vn. A graph is said to be connected if every pair of vertices in the graph is joined by a walk. Otherwise the graph is said to be disconnected.

Preliminary Definitions (cont’d) A graph G is said to be platonic if it satisfies the following five conditions: 1) G is planar. 2) G is connected. 3) G is regular. 4) G has the property that every edge borders on two different faces. 5) G has the property that all of its faces are bounded by the same number of edges, which we denote by n.

Let us now investigate which graphs are platonic. K1 is (trivially) platonic. All the cyclic graphs Cn are also platonic. Q: Are there any others? A: Remarkably, there exists only five other platonic graphs. This last point constitutes our main result.

Claim: There exists only five non-trivial, non-cyclic platonic graphs. Moreover, these graphs (which have at least three faces) are isomorphic to the plane drawings of the five platonic solids constructed by Euclid in the 13th book of The Elements. We now turn to Richard J. Trudeau’s proof of this result (Introduction to Graph Theory, 1976). We should note that Trudeau proves the existence of these graphs, but not their uniqueness.

Preliminary Results Euler’s Polyhedral Formula. For any planar, connected graph with v vertices, e edges and f faces, v + f – e = 2. Proof. The proof is by induction on f . [See, for example, Trudeau] 

Preliminary Results (cont’d) Lemma 1. If G is a regular graph of degree d, then e = dv / 2. Proof. The result follows from the fact that the sum of the degrees of the vertices of any graph is 2e. Since G is regular of degree d, the sum of the degrees of its vertices is dv. This implies that 2e = dv, or e = dv / 2.

Preliminary Results (cont’d) Lemma 2. If G is a platonic graph, d is the degree of each vertex, n is the number of edges bounding each face, and f is the number of faces, then f = dv / n. Proof. Since G is platonic, each one of its edges borders on two different faces. Now, since every face of G is bounded by n edges, this implies that nf = 2e or, equivalently, that f = dv / n.

Main Result Theorem. There are only five platonic graphs having at least three faces. Existence Proof. Let G be a platonic graph with f > 2, where f is the number of faces of G. Let d be the degree of each vertex of G and n be the number of edges bounding each face of G.

Main Result (cont’d) If d = 0, then G is the graph consisting of only one vertex (i.e. K1). This (trivial) graph has only one face. Hence d > 0. If d = 1, then G does not exist. Hence d > 1. If d = 2, then G must be a cyclic graph. But any cyclic graph has exactly two faces. Hence d > 2.

Main Result (cont’d) Since G is connected, planar, and has each edge bordering on exactly two faces, we clearly have n > 2. We conclude that d, n are naturals greater than 2. Now, using Euler’s Polyhedral Formula in conjunction with Lemmas 1 & 2, we have the following identity: v + (dv / n) – (dv / 2) = 2, or 2nv + 2dv – ndv = 4n, or v(2n + 2d – nd) = 4n.

Main Result (cont’d) Since v and 4n are both positive, this implies the following strict inequality: 2n + 2d – nd > 0, or nd – 2n – 2d < 0, or nd – 2n – 2d +4 < 4, or (n – 2)(d – 2) < 4. We are now done with the proof! Note that the inequality above only admits five solution pairs (n,d) such that n and d are both naturals greater than 2.

The table below summarizes the topological features of the graphs that correspond to each of these five solution pairs. Note that we can now name the graph in each row in accordance with one of the Platonic solids (i.e. its historical counterpart). d n v e f Name 3 4 6 Tetrahedron 8 12 Hexahedron, or Cube 5 20 30 Dodecahedron Octahedron Icosahedron

The following are the plane drawings for each of the five Platonic solids. Note that these are isomorphic to each one of the graphs described in the previous table. Cube Tetrahedron Octahedron Dodecahedron Icosahedron

Thank You!