Commit ea46a8d
committed
chore(AlgebraicGeometry): remove use of
In the previous proof of isClosedMap_iff_specializingMap the tactic clearExcept (clear*-) is used to clear the auxDecl which is created by wlog since there are two wlog in the proof. This is undesirable because it requires knowledge of the unexpected behaviour of clearExcept to understand the proof. Marking the lemma as `nonrec` means that clearExcept can be removed from the proof.clear*- from isClosedMap_iff_specializingMap (leanprover-community#36961)1 parent 9b50fb6 commit ea46a8d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
| |||
0 commit comments