Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.IsCycles

{V : Type u_1} → SimpleGraph V → Prop

A graph G consists of a set of cycles, if each vertex is either isolated or connected to exactly two vertices. This is used to create new matchings by taking the symmDiff with cycles. The definition of symmDiff that makes sense is the one for SimpleGraph. The symmDiff for SimpleGraph.Subgraph deriving from the lattice structure also affects the vertices included, which we do not want in this case. This is why this property is defined for SimpleGraph, rather than SimpleGraph.Subgraph.

Defined in
Mathlib.Combinatorics.SimpleGraph.Matching
Cited by
12 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.