Theorems · Theorem · combinatorics
Graph.inf_isNonloopAt_iff
∀ {α : Type u_1} {β : Type u_2} {x : α} {e : β} {G H : Graph α β},
(G ⊓ H).IsNonloopAt e x ↔ ∃ y, y ≠ x ∧ G.IsLink e x y ∧ H.IsLink e x y- Defined in
- Mathlib.Combinatorics.Graph.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Graphstatement and proof · cited by 242
- Graph.IsLinkstatement and proof · cited by 124
- Graph.IsNonloopAtstatement · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.