]> matita.cs.unibo.it Git - helm.git/commitdiff
the decentralization of core notation continues ...
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 1 Jan 2019 13:30:18 +0000 (14:30 +0100)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 1 Jan 2019 13:30:18 +0000 (14:30 +0100)
subseteq notation decentralized

matita/matita/lib/basics/core_notation.ma
matita/matita/lib/basics/core_notation/subseteq_2.ma [new file with mode: 0644]
matita/matita/lib/basics/relations.ma
matita/matita/lib/basics/sets.ma

index a0ad502b942165237493cac0375c010cb08a4dd0..3bf1de3b26415caaaa7f52883e477eeeeb1a660c 100644 (file)
@@ -272,9 +272,6 @@ for @{ 'notmem $a $b }.
 notation "hvbox(a break ≬ b)" non associative with precedence 45
 for @{ 'overlaps $a $b }. (* \between *)
 
-notation "hvbox(a break ⊆ b)" non associative with precedence 45
-for @{ 'subseteq $a $b }. (* \subseteq *)
-
 notation "hvbox(a break ∩ b)" left associative with precedence 60
 for @{ 'intersects $a $b }. (* \cap *)
 
diff --git a/matita/matita/lib/basics/core_notation/subseteq_2.ma b/matita/matita/lib/basics/core_notation/subseteq_2.ma
new file mode 100644 (file)
index 0000000..bbfe6f5
--- /dev/null
@@ -0,0 +1,15 @@
+(*
+    ||M||  This file is part of HELM, an Hypertextual, Electronic        
+    ||A||  Library of Mathematics, developed at the Computer Science     
+    ||T||  Department of the University of Bologna, Italy.                     
+    ||I||                                                                 
+    ||T||  
+    ||A||  This file is distributed under the terms of the 
+    \   /  GNU General Public License Version 2        
+     \ /      
+      V_______________________________________________________________ *)
+
+(* Core notation *******************************************************)
+
+notation "hvbox(a break ⊆ b)" non associative with precedence 45
+for @{ 'subseteq $a $b }. (* \subseteq *)
index 24b2c9a9e32b688c05c712cd824a390ba2f65a76..3133682dbc372fc1e2bdb4b9fe1c76393f070b89 100644 (file)
@@ -11,6 +11,7 @@
 
 include "basics/logic.ma".
 include "basics/core_notation/compose_2.ma".
+include "basics/core_notation/subseteq_2.ma".
 
 (********** predicates *********)
 
index 2f570c18feb503e1da38186bf9455a8c0b9e1018..8e40b666bfdee2eb318478d2899a3bece809619f 100644 (file)
@@ -11,6 +11,7 @@
 
 include "basics/logic.ma".
 include "basics/core_notation/singl_1.ma".
+include "basics/core_notation/subseteq_2.ma".
 
 (**** a subset of A is just an object of type A→Prop ****)