maths.freeCombinatorics & Graph Theory › 1. An Introduction to Combinatorics › Introduction

Introduction

There are three principal themes to our course: Discrete Structures Graphs, digraphs, networks, designs, posets, strings, patterns, distributions, coverings, and partitions.Enumeration Permutations, combinations…

Introduction

There are three principal themes to our course:

  • Discrete Structures

    Graphs, digraphs, networks, designs, posets, strings, patterns, distributions, coverings, and partitions.

  • Enumeration

    Permutations, combinations, inclusion/exclusion, generating functions, recurrence relations, and Pólya counting.

  • Algorithms and Optimization

    Sorting, eulerian circuits, hamiltonian cycles, planarity testing, graph coloring, spanning trees, shortest paths, network flows, bipartite matchings, and chain partitions.

To illustrate the accessible, concrete nature of combinatorics and to motivate topics that we will study, this preliminary chapter provides a first look at combinatorial problems, choosing examples from enumeration, graph theory, number theory, and optimization. The discussion is very informalbut this should serve to explain why we have to be more precise at later stages. We ask lots of questions, but at this stage, you'll only be able to answer a few. Later, you'll be able to answer many more but as promised earlier, most likely you'll never be able to answer them all. And if we're wrong in making that statement, then you're certain to become very famous. Also, you'll get an A\(++\) in the course and maybe even a Ph.D. too.

Symbols used here

n!
factorial
n × (n−1) × … × 1; the number of orderings of n things. 0! = 1.
\binom{n}{k}
binomial coefficient, "n choose k"
Number of k-element subsets of n things: n!/(k!(n−k)!).
\sum_{k=1}^{n} a_k
summation
Add a_k for k = 1 up to n.
\prod_{k=1}^{n} a_k
product
Multiply a_k for k = 1 up to n.
\emptyset,\ |A|
empty set, cardinality
The set with no elements; the number of elements of A.

Questions people ask

Permutation or combination?

Ask whether order matters. A lock code is a permutation (order matters); a hand of cards is a combination (it does not).

What is a graph in this sense?

Dots (vertices) joined by lines (edges) — not a plot. Road maps, social networks and molecules are graphs; questions like "is there a route" and "how few colours" are graph theory.

तपाईँको आफ्नै प्रयास गर्नुहोस्

Parts of this page are adapted from Keller & Trotter, Applied Combinatorics (CC BY-SA 4.0). Condensed and re-explained here; errors are ours.

यसमा थप Combinatorics & Graph Theory