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

Induction command does not work on vectors #1143

Open
fblanqui opened this issue Oct 10, 2024 · 0 comments
Open

Induction command does not work on vectors #1143

fblanqui opened this issue Oct 10, 2024 · 0 comments

Comments

@fblanqui
Copy link
Member

require open Stdlib.Set Stdlib.Prop Stdlib.Nat Stdlib.List;

symbol A:TYPE;

inductive V:ℕ → TYPE ≔ Vnil:V 0 | Vcons (x:A) n (v:V n):V(n +1);

symbol sample_2 n (v : V n) : π ⊤ ≔
begin
  induction and assume n; induction fail
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

No branches or pull requests

1 participant