]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/congruence.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / congruence.ma
index 948d10667261ddc7971811c359f65424a0741aef..4266d3f6ffb22412d869bd4a357237937e3dcc67 100644 (file)
@@ -21,8 +21,7 @@ definition S_mod: nat \to nat \to nat \def
 definition congruent: nat \to nat \to nat \to Prop \def
 \lambda n,m,p:nat. mod n p = mod m p.
 
-interpretation "congruent" 'congruent n m p =
-  (cic:/matita/nat/congruence/congruent.con n m p).
+interpretation "congruent" 'congruent n m p = (congruent n m p).
 
 notation < "hvbox(n break \cong\sub p m)"
   (*non associative*) with precedence 45