Theorems · Inductive type · combinatorics
Graph
Type u_3 → Type u_4 → Type (max u_3 u_4)
A multigraph with vertices of type α and edges of type β,
as described by vertex and edge sets vertexSet : Set α and edgeSet : Set β,
and a predicate IsLink describing whether an edge e : β has vertices x y : α as its ends.
The edgeSet structure field can be inferred from IsLink
via edge_mem_iff_exists_isLink (and this structure provides default values
for edgeSet and edge_mem_iff_exists_isLink that use IsLink).
While the field is not strictly necessary, when defining a graph we often
immediately know what the edge set should be,
and furthermore having edgeSet separate can be convenient for
definitional equality reasons.
- Defined in
- Mathlib.Combinatorics.Graph.Basic
- Cited by
- 242 results in Mathlib
- Foundations
- Depth 0 from the axioms, rests on 1 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by289
Results whose statement or proof uses this declaration.
- Graph.IsLinkstatement and proof · cited by 124
- Graph.vertexSetstatement and proof · cited by 87
- Graph.edgeSetstatement and proof · cited by 79
- Graph.Incstatement and proof · cited by 42
- Graph.IsLoopAtstatement and proof · cited by 29
- Graph.Adjstatement and proof · cited by 23
- Graph.Compatiblestatement and proof · cited by 21
- Graph.restrictstatement and proof · cited by 18
- Graph.IsClosedSubgraphstatement · cited by 17
- Graph.IsInducedSubgraphstatement · cited by 16
- Graph.IsNonloopAtstatement and proof · cited by 16
- Graph.mapstatement and proof · cited by 16
Showing the 200 most cited of 289.