X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Flibrary%2Fhigher_order_defs%2Frelations.ma;h=029b229dc0f518edc78bca16ad317bd326ce59bb;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=ff75c9d9569cbd277eaaa500f4eac4eb0f833e73;hpb=244d65f63ca6a736b871f9f91328fe8c5524ff05;p=helm.git diff --git a/helm/matita/library/higher_order_defs/relations.ma b/helm/matita/library/higher_order_defs/relations.ma index ff75c9d95..029b229dc 100644 --- a/helm/matita/library/higher_order_defs/relations.ma +++ b/helm/matita/library/higher_order_defs/relations.ma @@ -28,3 +28,6 @@ definition transitive: \forall A:Type.\forall R:A \to A \to Prop.Prop \def \lambda A.\lambda R.\forall x,y,z:A.R x y \to R y z \to R x z. +definition irreflexive: \forall A:Type.\forall R:A \to A \to Prop.Prop +\def +\lambda A.\lambda R.\forall x:A.\lnot (R x x).