Commit de72aec
committed
chore(Combinatorics/SimpleGraph): drop
The four lemmas don't pass the `simpNF` linter: the `verts_toSubgraph`
pair is already discharged by simp via the `@[simps]`-generated
`Subgraph.map_verts` + `Subgraph.verts_top` + `Set.image_univ`, and the
`toSubgraph_adj_iff` LHS gets rewritten under `Subgraph.map_adj` /
`Copy.coe_toHom` before the iff can match. The statements are still
useful as named non-simp rewrites (the `adj_iff` pair carries genuine
injectivity content used in `Automorphism.lean`, and the `verts`
equation supports `mem_range_of_toSubgraph_eq`), so just drop the
attribute.@[simp] on {Copy,Embedding}.{verts_toSubgraph,toSubgraph_adj_iff}
1 parent b6417f5 commit de72aec
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments