@[simp]
theorem
Graph.noEdge_not_isNonloopAt
{α : Type u_1}
{β : Type u_2}
{x : α}
{e : β}
{V : Set α}
:
¬(noEdge V β).IsNonloopAt e x
A graph with a single edge e from u to v
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
Complete graphs #
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
theorem
Graph.bouquet_isComplete
{α : Type u_1}
{β : Type u_2}
(v : α)
(F : Set β)
:
(bouquet v F).IsComplete
@[simp]
theorem
Graph.singleEdge_isComplete
{α : Type u_1}
{β : Type u_2}
(u v : α)
(e : β)
:
(Graph.singleEdge u v e).IsComplete
theorem
Graph.banana_isComplete
{α : Type u_1}
{β : Type u_2}
{F : Set β}
(a b : α)
(hF : F.Nonempty)
:
(banana a b F).IsComplete
@[simp]
@[simp]
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
Equations
- G.LineSimpleGraph = SimpleGraph.fromRel fun (e f : ↑G.edgeSet) => ∃ (x : α), G.Inc (↑e) x ∧ G.Inc (↑f) x
Instances For
The line graph of a graph G is the simple graph with the same vertices as G and edges
given by the pairs of edges in G that have a common vertex.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Graph.lineGraph_bouquet_isComplete
{α : Type u_1}
{β : Type u_2}
(v : α)
(F : Set β)
:
(bouquet v F).LineGraph.IsComplete
theorem
Graph.lineGraph_banana_isComplete
{α : Type u_1}
{β : Type u_2}
(a b : α)
(F : Set β)
:
(banana a b F).LineGraph.IsComplete
theorem
Graph.lineGraph_singleEdge_isComplete
{α : Type u_1}
{β : Type u_2}
(u v : α)
(e : β)
:
(Graph.singleEdge u v e).LineGraph.IsComplete
theorem
Graph.lineGraph_starGraph_isComplete
{α : Type u_1}
{β : Type u_2}
(v : α)
(f : β →. α)
:
(StarGraph v f).LineGraph.IsComplete
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
Graph.mixedLineGraph_vertex_not_adj
{α : Type u_1}
{β : Type u_2}
(G : Graph α β)
(x y : α)
:
¬G.mixedLineGraph.Adj (Sum.inl x) (Sum.inl y)
@[simp]
theorem
Graph.mixedLineGraph_edge_not_adj
{α : Type u_1}
{β : Type u_2}
(G : Graph α β)
(e f : β)
:
¬G.mixedLineGraph.Adj (Sum.inr e) (Sum.inr f)