Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.induceHomOfLE

{V : Type u_1} → (G : SimpleGraph V) → {s s' : Set V} → s ⊆ s' → SimpleGraph.induce s G ↪g SimpleGraph.induce s' G

Given an inclusion of vertex subsets, the induced embedding on induced graphs. This is not an abbreviation for induceHom since we get an embedding in this case.

Defined in
Mathlib.Combinatorics.SimpleGraph.Maps
Cited by
5 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites7

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

Cited by5

Results whose statement or proof uses this declaration.