]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/logic/connectives.ma
topology/igt.ma (???) |-> sets/setoids.ma
[helm.git] / helm / software / matita / nlibrary / logic / connectives.ma
index 6eb2375dcc895b3b8e4e6068572345382f349e34..25fb2ce93c38784c9069fe19dcf8e01551e5275a 100644 (file)
@@ -18,9 +18,6 @@ ninductive True: CProp ≝
   I : True.
 
 ninductive False: CProp ≝.
-(* elimination principle *)
-ndefinition False_rect ≝ λP: False → Type.λp: False.
- match p in False return λp. P p with [].
 
 ndefinition Not: CProp → CProp ≝
   λA. A → False.