Theorems · Theorem · combinatorics
Graph.banana_isNonloopAt
∀ {α : Type u_1} {β : Type u_2} {x u v : α} {e : β} {edgeSet : Set β},
(Graph.banana u v edgeSet).IsNonloopAt e x ↔ e ∈ edgeSet ∧ (x = u ∨ x = v) ∧ u ≠ v- Defined in
- Mathlib.Combinatorics.Graph.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Graph.Incproof · cited by 42
- Graph.IsNonloopAtstatement · cited by 16
- Graph.bananastatement and proof · cited by 10
- Graph.banana_isLinkproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.