Theorems · Theorem · combinatorics
SimpleGraph.edge_adj
∀ {V : Type u_1} (s t v w : V), (SimpleGraph.edge s t).Adj v w ↔ (v = s ∧ w = t ∨ v = t ∧ w = s) ∧ v ≠ w- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 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.
- SimpleGraphproof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2.mkproof · cited by 332
- Set.mem_singleton_iffproof · cited by 172
- SimpleGraph.edgestatement · cited by 44
- Sym2.eq_iffproof · cited by 5
- SimpleGraph.fromEdgeSet_adjproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.edge_self_eq_botproof · cited by 3
- SimpleGraph.lt_sup_edgeproof · cited by 1
- SimpleGraph.not_cliqueFree_of_isTuranMaximalproof · cited by 0