Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: have simpa using TryThis #348

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

kmill
Copy link
Contributor

@kmill kmill commented Nov 4, 2023

No description provided.

@digama0 digama0 merged commit c471e98 into leanprover-community:main Nov 4, 2023
1 check passed
@girving
Copy link

girving commented Nov 5, 2023

Here is an MWE, though it's probably unnecessary:

import Mathlib.Data.Real.Basic

theorem simple {p : ℝ → Prop} {x : ℝ} (px : p x) : p (- -x) := by
  simpa?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants