We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8502cbe commit c0333eaCopy full SHA for c0333ea
tests/lean/run/grind_finish_trace.lean
@@ -156,3 +156,9 @@ info: Try this:
156
example (f : Int → Int → Int) (x y : Int)
157
: 0 ≤ x → x ≠ 0 → x ≤ 1 → f x y = 2 → f 1 y = 2 := by
158
grind => finish?
159
+
160
+example (f : Int → Int → Int) (x y : Int)
161
+ : 0 ≤ x → x ≠ 0 → x ≤ 1 → f x y = 2 → f 1 y = 2 := by
162
+ grind =>
163
+ -- We can use `have` to golf proofs using `mbtc` and `cases`
164
+ have : x = 1
0 commit comments