Theorems · Theorem · combinatorics
SimpleGraph.circulantGraph_adj
∀ {G : Type u_1} [inst : AddGroup G] (s : Set G) (a b : G),
(SimpleGraph.circulantGraph s).Adj a b = (¬a = b ∧ (a - b ∈ s ∨ b - a ∈ s))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Quot.sound
- Assumes
- AddGroup
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
- AddGroupstatement and proof · cited by 4,410
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.circulantGraphstatement and proof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.circulantGraph_adj_translateproof · cited by 0
- SimpleGraph.circulantGraph_eq_symmproof · cited by 0
- SimpleGraph.cycleGraph_eq_circulantGraphproof · cited by 0