1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| A.Asperti, C.Sacerdoti Coen, *)
8 (* ||A|| E.Tassi, S.Zacchiroli *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU Lesser General Public License Version 2.1 *)
13 (**************************************************************************)
15 set "baseuri" "cic:/matita/higher_order_defs/ordering/".
17 include "logic/equality.ma".
19 definition antisymmetric: \forall A:Type.\forall R:A \to A \to Prop.Prop
21 \lambda A.\lambda R.\forall x,y:A.R x y \to R y x \to x=y.