What is the next line of the proof?

Slides:



Advertisements
Similar presentations
Great Theoretical Ideas in Computer Science
Advertisements

Great Theoretical Ideas in Computer Science for Some.
Bipartite Matching, Extremal Problems, Matrix Tree Theorem.
Bayesian Networks, Winter Yoav Haimovitch & Ariel Raviv 1.
Theory of Computing Lecture 18 MAS 714 Hartmut Klauck.
Rajat K. Pal. Chapter 3 Emran Chowdhury # P Presented by.
Great Theoretical Ideas in Computer Science.
Introduction to Approximation Algorithms Lecture 12: Mar 1.
Graph Theory Ming-Jer Tsai. Outline Text Book Graph Graph Theory - Course Description The Topics in the Class Evaluation.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Whitney Sherman & Patti Bodkin Saint Michael’s College.
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
Can Dijkstra’s Algorithm be modified in an obvious way to give the longest path in a graph? a). Yes b). No c). I have absolutely no idea.
A general approximation technique for constrained forest problems Michael X. Goemans & David P. Williamson Presented by: Yonatan Elhanani & Yuval Cohen.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
How many non-isomorphic tournaments with 10 vertices are there? a). 5 b). 10 c). 362,880 d). Over nine million.
Computability and Complexity 24-1 Computability and Complexity Andrei Bulatov Approximation.
Happy Pi Day!!!! Come celebrate – Winston Room, 12 Friday.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
Coloring Algorithms and Networks. Coloring2 Graph coloring Vertex coloring: –Function f: V  C, such that for all {v,w}  E: f(v)  f(w) Chromatic number.
3/29/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 4.2 Minimal Spanning Trees Prepared by Amanda Dargie and Michele Fretta.
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
Antimagic Labellings of Graphs Torsten Mütze Joint work with Dan Hefetz and Justus Schwartz.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
What is the first line of the backwards direction of this proof? 1.Assume G is a block. 2.Assume every pair of vertices lie on a common cycle. 3.Assume.
CS 2813 Discrete Structures
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
Introduction to Graph Theory
Applications of types of SATs Arash Ahadi What is SAT?
Planar Graphs: Euler's Formula and Coloring Graphs & Algorithms Lecture 7 TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
1 Approximate Algorithms (chap. 35) Motivation: –Many problems are NP-complete, so unlikely find efficient algorithms –Three ways to get around: If input.
1 Graph Coloring: An Overview Graph Coloring Basics Planar/4-color Graphs Applications New Register Allocation Technique.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
5.2 Trees  A tree is a connected graph without any cycles.
V Spanning Trees Spanning Trees v Minimum Spanning Trees Minimum Spanning Trees v Kruskal’s Algorithm v Example Example v Planar Graphs Planar Graphs v.
Planar Graphs Graph Coloring
Graph.
Some NP-complete Problems in Graph Theory Prof. Sin-Min Lee.
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
Introduction to Graph Theory Lecture 13: Graph Coloring: Edge Coloring.
CSE 421 Algorithms Richard Anderson Winter 2009 Lecture 5.
Final Review Chris and Virginia. Overview One big multi-part question. (Likely to be on data structures) Many small questions. (Similar to those in midterm.
Introduction to Graph Theory
Great Theoretical Ideas in Computer Science for Some.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
1 Assignment #3 is posted: Due Thursday Nov. 15 at the beginning of class. Make sure you are also working on your projects. Come see me if you are unsure.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
COMPSCI 102 Introduction to Discrete Mathematics.
1 Linear Grammars Grammars with at most one variable at the right side of a production Examples:
Discrete Mathematics Graph: Planar Graph Yuan Luo
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
Characteristics of Planar Graphs
Lecture 16 Bipartite Matching
Great Theoretical Ideas in Computer Science
Tucker, Applied Combinatorics, Sec 2.4
Discrete Mathematics for Computer Science
Graph Theory Graph Colorings.
Lecture 15: Graph Theory II
Richard Anderson Lecture 21 Network Flow
Problem Solving 4.
Lecture 21 Network Flow, Part 1
Umans Complexity Theory Lectures
Discrete Mathematics for Computer Science
CSE 589 Applied Algorithms Spring 1999
Richard Anderson Lecture 5 Graph Theory
The Complexity of Approximation
Richard Anderson Lecture 22 Network Flow
Presentation transcript:

What is the next line of the proof? a). Assume the result holds for graphs with k vertices. b). Assume the result holds for graphs with k edges. c). Assume the result holds for graphs with k+1 vertices. d). Assume the result holds for graphs with k+1 edges. e). If p =1, note that the theorem holds. f). If q = 1, note that the theorem holds.

What is the next line of the proof? a). Assume the result holds for graphs with k vertices. b). Assume the result holds for graphs with k edges. c). Assume the result holds for graphs with k+1 vertices. d). Assume the result holds for graphs with k+1 edges. e). If p =1, note that the theorem holds. f). If q = 1, note that the theorem holds.

What is the next line of the proof? a). Let G be a planar graph with k + 1 vertices. b). Let G be a planar graph with k vertices and add a vertex v to it. c). Let G be a planar graph with k – 1 vertices. d). Let G be a planar graph with k – 1 vertices and add a vertex v to it. e). Assume a planar graph G can be colored in 5 colors. f). Assume a planar graph G can be colored in 6 colors.

What is the next line of the proof? a). Assume G can be colored in 5 colors. b). Assume G can be colored in 6 colors. c). Add a vertex v to G and consider G + v. d). Delete a vertex v from G and consider G – v. e). Add an edge e to G and consider G + e. f). Delete an edge e from G and consider G – e.

Final Project Ideas: on colorings Coloring algorithms Results on coloring number Clique number and perfect graphs Edge colorings Probably lots more……

More Final Project Ideas: Line Graphs Matchings and assignment problems Chess and graph theory “Pebbling” Etc, etc, etc…