You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: