aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-08-12 00:08:43 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-08-12 00:08:43 +0900
commitaf6e2bdb7f770d1d0822b217346d3896ed5afbc1 (patch)
treeebe429692596538467ccb7b0da75e02108b7cc04
parentc7cb466e2caf7bc500f66472d8781a14037eec1e (diff)
permutations: Rename a theorem.
-rw-r--r--permutations.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/permutations.lisp b/permutations.lisp
index d777d06..d46c47e 100644
--- a/permutations.lisp
+++ b/permutations.lisp
@@ -310,7 +310,7 @@
(car x)
(car y))))
-(defthm same-mapcar-len-mappend-insert
+(defthm seqp-mapcar-len-mappend-insert
(implies (same-len-p x)
(seqp (mapcar-len-mappend-insert x))))