]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/nat/primes1.ma
More notation here and there.
[helm.git] / helm / matita / library / nat / primes1.ma
index 3df3922a4887d50e19fc4ec3e0f5acfffadb2ec4..37fcbd21fe3b2762bae5f0f504cb58ff55918c62 100644 (file)
@@ -32,7 +32,7 @@ definition n_divides \def \lambda n,m:nat.n_divides_aux n n m O.
 (*
 theorem n_divides_to_Prop: \forall n,m,p,a. 
   match n_divides_aux p n m a with
-  [ (pair q r) \Rightarrow n = (exp m a)*r].
+  [ (pair q r) \Rightarrow n = m \sup a *r].
 intros.
 apply nat_case (mod n m). *)