]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/formal_topology/overlap/categories.ma
Niceness was just a temporary illusion :-(
[helm.git] / helm / software / matita / contribs / formal_topology / overlap / categories.ma
index f09e0ee6c109af1f9ee1572aeaa77ca394634d97..1452652fa6e8c30a45e2c007f9b6d4a78b7d293a 100644 (file)
@@ -404,3 +404,8 @@ coercion Type1_OF_SET1.
 interpretation "SET dagger" 'prop1 h = (prop11_SET1 _ _ _ _ _ h).
 interpretation "unary morphism1" 'Imply a b = (arrows2 SET1 a b).
 interpretation "SET1 eq" 'eq x y = (eq_rel1 _ (eq'' _) x y).
+
+lemma unary_morphism1_of_arrows1_SET1: ∀S,T. (S ⇒ T) → unary_morphism1 S T.
+ intros; apply t;
+qed.
+coercion unary_morphism1_of_arrows1_SET1.
\ No newline at end of file