]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/algebra/semigroups.ma
Axiomatization of real numbers (work in progress)
[helm.git] / helm / software / matita / library / algebra / semigroups.ma
index 5a739ae126c52327fcd63d9a5b192e3f95c4156f..af5e01e06c0bb1064271b90c6565d591c9e5b011 100644 (file)
@@ -21,12 +21,7 @@ record Magma : Type≝
    op: carrier → carrier → carrier
  }.
 
-notation "hvbox(a break \middot b)" 
-  left associative with precedence 55
-for @{ 'magma_op $a $b }.
-
-interpretation "magma operation" 'magma_op a b =
- (cic:/matita/algebra/semigroups/op.con _ a b).
+interpretation "magma operation" 'middot a b = (op _ a b).
 
 (* Semigroups *)