Name: Anonymous 2012-04-26 17:03
Hello proggers.
How do I discharge this goal in Coq?
Inductive type : nat -> Set := ctor : forall n, type n.
Goal forall n, type 0 <> type (S n).
How do I discharge this goal in Coq?
Inductive type : nat -> Set := ctor : forall n, type n.
Goal forall n, type 0 <> type (S n).