Theorems · Definition · combinatorics
SimpleGraph.fromRel
{V : Type u} → (V → V → Prop) → SimpleGraph VConstruct the simple graph induced by the given relation. It symmetrizes the relation and makes it irreflexive.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SimpleGraphstatement · cited by 3,072
Cited by8
Results whose statement or proof uses this declaration.
- SimpleGraph.mulCayleyproof · cited by 15
- SimpleGraph.addCayleyproof · cited by 15
- SimpleGraph.starGraphproof · cited by 10
- SimpleGraph.circulantGraphproof · cited by 5
- SimpleGraph.addCayley_adj'proof · cited by 4
- Digraph.toSimpleGraphInclusiveproof · cited by 4
- SimpleGraph.fromRel_adjstatement · cited by 1
- SimpleGraph.mulCayley_adj'proof · cited by 0