X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fdama%2Fconstructive_higher_order_relations.ma;fp=matita%2Fdama%2Fconstructive_higher_order_relations.ma;h=8d195396cc455efc20ec7c0875b7e4264d2e6d5e;hb=db068aa35cc47bb881ec810bf3b904c3d7cc9379;hp=789c7c9c50df894f8c4cb5270278f7009d6afa49;hpb=df666eb58afe0b312a2c4d41683d7ae4828ee8bd;p=helm.git diff --git a/matita/dama/constructive_higher_order_relations.ma b/matita/dama/constructive_higher_order_relations.ma index 789c7c9c5..8d195396c 100644 --- a/matita/dama/constructive_higher_order_relations.ma +++ b/matita/dama/constructive_higher_order_relations.ma @@ -12,9 +12,10 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/constructive_higher_order_relations". + include "constructive_connectives.ma". +include "higher_order_defs/relations.ma". definition cotransitive ≝ λC:Type.λlt:C→C→Type.∀x,y,z:C. lt x y → lt x z ∨ lt z y. @@ -47,4 +48,4 @@ lemma Or_symmetric: symmetric ? Or. unfold; intros (x y H); cases H; [right|left] assumption; qed. - \ No newline at end of file +