X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fng_elim.ma;h=dfded53ee2ed82759aa93e1b078c40c0d9018806;hb=a9c8d96d47a5895c99bca2fe93decf464bca62c3;hp=b67401fde0a32273ccabdcdf6e3b19c1ab1f2834;hpb=45cf52fb31fdefdb17377aa14902d2a1ff1b11d2;p=helm.git diff --git a/helm/software/matita/tests/ng_elim.ma b/helm/software/matita/tests/ng_elim.ma index b67401fde..dfded53ee 100644 --- a/helm/software/matita/tests/ng_elim.ma +++ b/helm/software/matita/tests/ng_elim.ma @@ -64,10 +64,12 @@ nlet rec le_rec (n:nat) (Q: ∀D1:nat.∀D2: P D1. le n D1 D2 → Type) (p1: ?) ## ] nqed.*) -include "list/list.ma". +ninductive list (A:Type) : nat → Type ≝ + nil: list A O + | cons: ∀n. A → list A n → list A (S n). ninductive ii: Type ≝ - kk: list ii → ii. + kk: list ii O → ii. nlet rec ii_rect (Q_: (∀(x_16: ii).Type)) H_kknil H_kkcons x_16 on x_16: (Q_ x_16) ≝ (match x_16 with