8 lines
107 B
Text
8 lines
107 B
Text
|
import data.vector
|
||
|
open nat
|
||
|
|
||
|
theorem tst (n : nat) (v : vector nat n) : v = v :=
|
||
|
begin
|
||
|
generalize n,
|
||
|
end
|