Let's say that I have H: 0 = 1
in scope. How can I use this to conclude False
?
Asked
Active
Viewed 165 times
0

Carl Patenaude Poulin
- 6,238
- 5
- 24
- 46
1 Answers
1
You should use the tactic discriminate
.

Carl Patenaude Poulin
- 6,238
- 5
- 24
- 46
-
1Or `ediscriminate` / `congruence` / `inversion
` / `easy`. It depends on what one is trying to achieve. – Anton Trunov May 11 '17 at 06:40