]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/permutation.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / permutation.ma
index 4654f33fca7efa46bc1d58daa2ebfea4df0f5f2c..e594b82205d0423a05bc607bd5adb87615adefeb 100644 (file)
@@ -78,8 +78,7 @@ for @{ 'transposition $i $j $n}.
 notation < "(❲i \atop j❳)n" with precedence 71 
 for @{ 'transposition $i $j $n}.
 
-interpretation "natural transposition" 'transposition i j n =
-  (cic:/matita/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.unfold transpose.