This document discusses minimum spanning trees. It defines a minimum spanning tree as a spanning tree of a connected, undirected graph that has a minimum total cost among all spanning trees of that graph. The document provides properties of minimum spanning trees, including that they are acyclic, connect all vertices, and have n-1 edges for a graph with n vertices. Applications of minimum spanning trees mentioned include communication networks, power grids, and laying telephone wires to minimize total length.