]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/primes.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / primes.ma
index 049801e8a832b2f61c0fb47b968cd99c097d8cc2..67d8254641379f309669e8dc0fa3ee6e1001caea 100644 (file)
@@ -20,9 +20,8 @@ include "nat/factorial.ma".
 inductive divides (n,m:nat) : Prop \def
 witness : \forall p:nat.m = times n p \to divides n m.
 
-interpretation "divides" 'divides n m = (cic:/matita/nat/primes/divides.ind#xpointer(1/1) n m).
-interpretation "not divides" 'ndivides n m =
- (cic:/matita/logic/connectives/Not.con (cic:/matita/nat/primes/divides.ind#xpointer(1/1) n m)).
+interpretation "divides" 'divides n m = (divides n m).
+interpretation "not divides" 'ndivides n m = (Not (divides n m)).
 
 theorem reflexive_divides : reflexive nat divides.
 unfold reflexive.