Mathlib Map

Theorems · Theorem · combinatorics

Graph.restrict_isLink

∀ {α : Type u_1} {β : Type u_2} (G : Graph α β) (E₀ : Set β) (e : β) (x y : α),
  (G.restrict E₀).IsLink e x y = (e ∈ E₀ ∧ G.IsLink e x y)
Defined in
Mathlib.Combinatorics.Graph.Delete
Cited by
3 results in Mathlib
Foundations
Depth 18 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.

  • Setstatement and proof · cited by 53,352
  • Graphstatement and proof · cited by 242
  • Graph.IsLinkstatement and proof · cited by 124
  • Graph.restrictstatement and proof · cited by 18

Cited by3

Results whose statement or proof uses this declaration.