Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.edgeFinset_mono

∀ {V : Type u_1} {G₁ G₂ : SimpleGraph V} [inst : Fintype ↑G₁.edgeSet] [inst_1 : Fintype ↑G₂.edgeSet],
  G₁ ≤ G₂ → G₁.edgeFinset ⊆ G₂.edgeFinset

Alias of the reverse direction of SimpleGraph.edgeFinset_subset_edgeFinset.

Defined in
Mathlib.Combinatorics.SimpleGraph.Finite
Cited by
3 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeFintype

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 by3

Results whose statement or proof uses this declaration.