chore: use specialize tactic
This commit is contained in:
parent
d7abecd07d
commit
ca9b494e4d
1 changed files with 2 additions and 2 deletions
|
|
@ -285,8 +285,8 @@ theorem BinTree.find_insert_of_ne (b : BinTree β) (h : k ≠ k') (v : β)
|
|||
contradiction
|
||||
| node left key value right ihl ihr =>
|
||||
let .node hl hr bl br := h
|
||||
have ihl := ihl bl
|
||||
have ihr := ihr br
|
||||
specialize ihl bl
|
||||
specialize ihr br
|
||||
by_cases' k < key; by_cases' key < k
|
||||
have_eq key k
|
||||
by_cases' k' < k; by_cases' k < k'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue