Mathlib Map

Theorems · Theorem · combinatorics

Graph.isLink_iff_inc

∀ {α : Type u_1} {β : Type u_2} {x y : α} {e : β} {G : Graph α β},
  G.IsLink e x y ↔ G.Inc e x ∧ G.Inc e y ∧ ∀ (z : α), G.Inc e z → z = x ∨ z = y

The binary incidence predicate can be expressed in terms of the unary one.

Defined in
Mathlib.Combinatorics.Graph.Basic
Cited by
1 results in Mathlib
Foundations
Depth 11 from the axioms · uses Classical.choice

Around this declaration

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

Cites8

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

Cited by1

Results whose statement or proof uses this declaration.