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.
grind_pattern
Exists.choose_spec
1 parent 80224c7 commit fd4ff1fCopy full SHA for fd4ff1f
src/Init/Classical.lean
@@ -205,3 +205,5 @@ export Classical (imp_iff_right_iff imp_and_neg_imp_iff and_or_imp not_imp)
205
206
/-- Show that an element extracted from `P : ∃ a, p a` using `P.choose` satisfies `p`. -/
207
theorem Exists.choose_spec {p : α → Prop} (P : ∃ a, p a) : p P.choose := Classical.choose_spec P
208
+
209
+grind_pattern Exists.choose_spec => P.choose
0 commit comments