cut

let be a connected undirected graph. assume that are subsets of such that , the partitioning into groups by removing edges or vertices that connect them is called a cut in , and if applied becomes a disconnected graph.
note that although we state that a cut partitions a graph into two groups , the subgraphs restricted to dont necessarily have to be connected, so a cut may result in more than two disconnected subgraphs, for otherwise we call it a broken link: blk:simple cut (see broken link: blk:fig-cut-1).
for a graph and a set of vertices of , we define to be the set of edges having one endpoint in and one endpoint not in . we say a set of edges of is a cut of if it has the form .
[cite:;taken from @graph_klein_2024 chapter 3.2.1 undirected cuts]
we define to be the set of arcs whose tails are in and whose heads are not in . note that is a subset of . a set of arcs of is a directed cut (a.k.a dicut) if it has the form .
[cite:;taken from @graph_klein_2024 chapter 3.2.2 directed dicuts]
the cut set of a cut in a graph is the set of edges whose endpoints each exist in a different subset of the vertices that would result from the cut:
where are the vertex subsets after the cut
for a set of vertices of , we define to be the set of darts whose tails are in and whose heads are not in . note that has one dart for each edge in . we refer to as the dart boundary of in .
[cite:;taken from @graph_klein_2024 chapter 3.2.3 dart cuts]
let be a graph, let be a connected component of , and let be a subset of the vertices of . we say a cut or a dart cut is a simple cut if is connected in and is connected in . (some authors have used the term bond for this concept.)
note that a cut in is minimal among nonempty cuts iff it is a simple cut. any cut can be written as a disjoint union of simple cuts.
[cite:;taken from @graph_klein_2024 chapter 3.2.4 simple cuts]
broken link: xopp-figure:/home/mahmooz/brain/pen/1732965636.577574.xopp
let be a graph, and let be a spanning forest of . for a tree edge , let be the connected component of that contains . for , let
we call the fundamental cut of in with respect to .
[cite:;taken from @graph_klein_2024 chapter 3.2.5 tree edges and fundamental cuts]
let be a connected planar embedded graph with spanning tree and let be an edge of . then the darts of the fundamental cut of in with respect to are the same as the darts of the fundamental cycle of in with respect to .
[cite:;taken from @graph_klein_2024 lemma 4.6.1]
the drawing in broken link: blk:fig-fund-cut-cycle-duality demonstrates this idea concretely which may help intuition.
broken link: xopp-figure:/home/mahmooz/brain/pen/1733339937.1868992.xopp
broken link: xopp-figure:/home/mahmooz/brain/pen/1734679621.9722865.xopp