]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/library_auto/auto/nat/permutation.ma
Most of the time, URIs can now be replaced with identifiers in "interpretation".
[helm.git] / helm / software / matita / contribs / library_auto / auto / nat / permutation.ma
index 01e340c6b5fec78c3277537d51526ea62eee6e00..475525bb6125c07cd03f97abf8bee63e6cc0480f 100644 (file)
@@ -115,8 +115,7 @@ notation < "(❲i \atop j❳)n"
   right associative with precedence 71 
 for @{ 'transposition $i $j $n}.
 
-interpretation "natural transposition" 'transposition i j n =
-  (cic:/matita/library_autobatch/nat/permutation/transpose.con i j n).
+interpretation "natural transposition" 'transposition i j n = (transpose i j n).
 
 lemma transpose_i_j_i: \forall i,j:nat. transpose i j i = j.
 intros.
@@ -1429,4 +1428,4 @@ elim k
     ]
   ]
 ]
-qed.
\ No newline at end of file
+qed.