Advanced Graph Theory and Combinatorics
eBook - ePub

Advanced Graph Theory and Combinatorics

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Advanced Graph Theory and Combinatorics

Book details
Book preview
Table of contents
Citations

About This Book

Advanced Graph Theory focuses on some of the main notions arising in graph theory with an emphasis from the very start of the book on the possible applications of the theory and the fruitful links existing with linear algebra. The second part of the book covers basic material related to linear recurrence relations with application to counting and the asymptotic estimate of the rate of growth of a sequence satisfying a recurrence relation.

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Advanced Graph Theory and Combinatorics by Michel Rigo in PDF and/or ePUB format, as well as other popular books in Computer Science & Systems Architecture. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Wiley-ISTE
Year
2016
ISBN
9781119058649
Edition
1

1
A First Encounter with Graphs

1.1. A few definitions

There is not much fun in listing basic definitions about graphs (this is quite a bad introduction to start with!) but if we seek a rigorous presentation of results and proofs, then we cannot avoid giving accurate definitions of the objects that we will manipulate, but hopefully nice examples will also come quickly. In this book, we assume that the reader has a basic (or, at least a naive) knowledge of sets and operations on them.
As usual in mathematics, a pair (u, v) made up of two elements is implicitly assumed to be ordered: it has a first component u and a second component v. It has to be compared with a set with two elements u and v denoted by {u, v}. A set does not carry any ordering information about its elements. In particular, if u ā‰  v, then we can build two pairs but a single set: (u, v) ā‰  (v, u) and {u, v} = {v, u}. If S is a finite set, we will write #S to denote the number of elements in S, i.e. the cardinality of S. We can also find the notation |S| but we will use it to denote lengths of paths.

1.1.1. Directed graphs

DEFINITION 1.1.ā€“ Let V be an arbitrary set. A directed graph, or digraph, is a pair G = (V, E) where E is a subset of the Cartesian product V Ɨ V, i.e. E is a set of pairs of elements in V. The elements of V are the vertices of G ā€“ some authors also use the term nodes ā€“ and the elements of E are the edges, also called oriented edges or arcs1, of G. An edge of the form (v, v) is a loop on v. Another way to express that E is a subset of V Ɨ V is to say that E is a binary relation over V. If either (u, v) or (v, u) belongs to E, the vertices u and v are adjacent. If neither (u, v) nor (v, u) belong to E, then u and v are independent. Given a digraph G, the set of vertices (respectively of edges) of G is denoted by V(G) (respectively E(G)).
The vast majority of the graphs that we will encounter are finite meaning that the set V of vertices is finite, and thus E contains at most (#V)2 edges.
REMARK 1.2.ā€“ It is common to speak of the order of G for #(V(G)) and the size of G for #(...

Table of contents

  1. Cover
  2. Table of Contents
  3. Dedication
  4. Title
  5. Copyright
  6. Foreword
  7. Introduction
  8. 1 A First Encounter with Graphs
  9. 2 A Glimpse at Complexity Theory
  10. 3 Hamiltonian Graphs
  11. 4 Topological Sort and Graph Traversals
  12. 5 Building New Graphs from Old Ones
  13. 6 Planar Graphs
  14. 7 Colorings
  15. 8 Algebraic Graph Theory
  16. 9 Perronā€“Frobenius Theory
  17. 10 Googleā€™s Page Rank
  18. Bibliography
  19. Index
  20. End User Licence Agreement