Skip to content

Commit ed01300

Browse files
authored
tag notMem_support_iff_isIsolated as simp
1 parent 18c67d2 commit ed01300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/Combinatorics/SimpleGraph/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ attribute [simp] IsIsolated.neighborSet_eq_empty
939939
lemma mem_support_iff_not_isIsolated : v ∈ G.support ↔ ¬ G.IsIsolated v := by
940940
simp [mem_support, IsIsolated]
941941

942+
@[simp]
942943
theorem notMem_support_iff_isIsolated : v ∉ G.support ↔ G.IsIsolated v := by
943944
simp [mem_support_iff_not_isIsolated]
944945

0 commit comments

Comments
 (0)