Skip to content

feat: fun_induction foo (no arguments)#7101

Merged
nomeata merged 23 commits intomasterfrom
joachim/funind-ident
Feb 18, 2025
Merged

feat: fun_induction foo (no arguments)#7101
nomeata merged 23 commits intomasterfrom
joachim/funind-ident

Conversation

@nomeata
Copy link
Copy Markdown
Collaborator

@nomeata nomeata commented Feb 16, 2025

This PR implements fun_induction foo, which is like fun_induction foo x y z, only that it picks the arguments to use from a unique suitable call to foo in the goal.

@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc February 16, 2025 18:14 Inactive
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Feb 16, 2025
@ghost
Copy link
Copy Markdown

ghost commented Feb 16, 2025

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 96c6f9dc96218ac06d14965dd81d2cc8a7752e3b --onto ae9d12aeaa075578c7ee3a5a585d0f9fb89cedd2. (2025-02-16 18:29:46)
  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 6f5bb3e8963bc85e8b3f0a1cd62d53a0ec4c498b --onto ae9d12aeaa075578c7ee3a5a585d0f9fb89cedd2. (2025-02-16 21:41:59)
  • ❗ Batteries CI can not be attempted yet, as the nightly-testing-2025-02-18 tag does not exist there yet. We will retry when you push more commits. If you rebase your branch onto nightly-with-mathlib, Batteries CI should run now. (2025-02-18 11:20:34)

@nomeata nomeata changed the base branch from joachim/funind-tactic-try to master February 16, 2025 21:03
@nomeata nomeata force-pushed the joachim/funind-ident branch from c2456c1 to 06f9cc9 Compare February 16, 2025 21:06
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc February 16, 2025 21:34 Inactive
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc February 18, 2025 11:03 Inactive
@nomeata nomeata marked this pull request as ready for review February 18, 2025 12:16
@nomeata nomeata enabled auto-merge February 18, 2025 12:16
@nomeata nomeata added the changelog-language Language features and metaprograms label Feb 18, 2025
@nomeata nomeata added this pull request to the merge queue Feb 18, 2025
Merged via the queue into master with commit a3b76aa Feb 18, 2025
17 of 19 checks passed
luisacicolini pushed a commit to opencompl/lean4 that referenced this pull request Feb 24, 2025
This PR implements `fun_induction foo`, which is like `fun_induction foo
x y z`, only that it picks the arguments to use from a unique suitable
call to `foo` in the goal.
luisacicolini pushed a commit to opencompl/lean4 that referenced this pull request Feb 25, 2025
This PR implements `fun_induction foo`, which is like `fun_induction foo
x y z`, only that it picks the arguments to use from a unique suitable
call to `foo` in the goal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-language Language features and metaprograms toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant