The document introduces fundamental concepts in graph theory. It discusses graphs as models to represent relationships between objects using vertices and edges. A graph is defined as a triple consisting of a vertex set, edge set, and relation between edges and vertex pairs. Different graph types are introduced, including simple graphs, loops, multiple edges, paths, cycles, and complete graphs. Adjacency, incidence, and vertex degree are also defined.