| author | kuncar | 
| Fri, 09 Dec 2011 14:16:42 +0100 | |
| changeset 45798 | 2373d86cf2e8 | 
| parent 45571 | ccb904a09e70 | 
| child 46074 | 3ab55dfd2400 | 
| permissions | -rw-r--r-- | 
| 33191 | 1  | 
\documentclass[a4paper,12pt]{article}
 | 
2  | 
\usepackage[T1]{fontenc}
 | 
|
3  | 
\usepackage{amsmath}
 | 
|
4  | 
\usepackage{amssymb}
 | 
|
| 
33564
 
75ce0f60617a
fixed minor problems with Nitpick's documentation
 
blanchet 
parents: 
33561 
diff
changeset
 | 
5  | 
\usepackage[english,french]{babel}
 | 
| 33191 | 6  | 
\usepackage{color}
 | 
| 35695 | 7  | 
\usepackage{footmisc}
 | 
| 33191 | 8  | 
\usepackage{graphicx}
 | 
9  | 
%\usepackage{mathpazo}
 | 
|
10  | 
\usepackage{multicol}
 | 
|
11  | 
\usepackage{stmaryrd}
 | 
|
12  | 
%\usepackage[scaled=.85]{beramono}
 | 
|
| 42511 | 13  | 
\usepackage{../../lib/texinputs/isabelle,../iman,../pdfsetup}
 | 
| 33191 | 14  | 
|
15  | 
%\oddsidemargin=4.6mm  | 
|
16  | 
%\evensidemargin=4.6mm  | 
|
17  | 
%\textwidth=150mm  | 
|
18  | 
%\topmargin=4.6mm  | 
|
19  | 
%\headheight=0mm  | 
|
20  | 
%\headsep=0mm  | 
|
21  | 
%\textheight=234mm  | 
|
22  | 
||
23  | 
\def\Colon{\mathord{:\mkern-1.5mu:}}
 | 
|
24  | 
%\def\lbrakk{\mathopen{\lbrack\mkern-3.25mu\lbrack}}
 | 
|
25  | 
%\def\rbrakk{\mathclose{\rbrack\mkern-3.255mu\rbrack}}
 | 
|
26  | 
\def\lparr{\mathopen{(\mkern-4mu\mid}}
 | 
|
27  | 
\def\rparr{\mathclose{\mid\mkern-4mu)}}
 | 
|
28  | 
||
29  | 
\def\unk{{?}}
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
30  | 
\def\undef{(\lambda x.\; \unk)}
 | 
| 33191 | 31  | 
%\def\unr{\textit{others}}
 | 
32  | 
\def\unr{\ldots}
 | 
|
33  | 
\def\Abs#1{\hbox{\rm{\flqq}}{\,#1\,}\hbox{\rm{\frqq}}}
 | 
|
34  | 
\def\Q{{\smash{\lower.2ex\hbox{$\scriptstyle?$}}}}
 | 
|
35  | 
||
36  | 
\hyphenation{Mini-Sat size-change First-Steps grand-parent nit-pick
 | 
|
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
37  | 
counter-example counter-examples data-type data-types co-data-type  | 
| 33191 | 38  | 
co-data-types in-duc-tive co-in-duc-tive}  | 
39  | 
||
40  | 
\urlstyle{tt}
 | 
|
41  | 
||
42  | 
\begin{document}
 | 
|
43  | 
||
| 45515 | 44  | 
%%% TYPESETTING  | 
45  | 
%\renewcommand\labelitemi{$\bullet$}
 | 
|
46  | 
\renewcommand\labelitemi{\raise.065ex\hbox{\small\textbullet}}
 | 
|
47  | 
||
| 
33564
 
75ce0f60617a
fixed minor problems with Nitpick's documentation
 
blanchet 
parents: 
33561 
diff
changeset
 | 
48  | 
\selectlanguage{english}
 | 
| 
 
75ce0f60617a
fixed minor problems with Nitpick's documentation
 
blanchet 
parents: 
33561 
diff
changeset
 | 
49  | 
|
| 33191 | 50  | 
\title{\includegraphics[scale=0.5]{isabelle_nitpick} \\[4ex]
 | 
51  | 
Picking Nits \\[\smallskipamount]  | 
|
| 33887 | 52  | 
\Large A User's Guide to Nitpick for Isabelle/HOL}  | 
| 33191 | 53  | 
\author{\hbox{} \\
 | 
54  | 
Jasmin Christian Blanchette \\  | 
|
| 33887 | 55  | 
{\normalsize Institut f\"ur Informatik, Technische Universit\"at M\"unchen} \\
 | 
| 33191 | 56  | 
\hbox{}}
 | 
57  | 
||
58  | 
\maketitle  | 
|
59  | 
||
60  | 
\tableofcontents  | 
|
61  | 
||
62  | 
\setlength{\parskip}{.7em plus .2em minus .1em}
 | 
|
63  | 
\setlength{\parindent}{0pt}
 | 
|
64  | 
\setlength{\abovedisplayskip}{\parskip}
 | 
|
65  | 
\setlength{\abovedisplayshortskip}{.9\parskip}
 | 
|
66  | 
\setlength{\belowdisplayskip}{\parskip}
 | 
|
67  | 
\setlength{\belowdisplayshortskip}{.9\parskip}
 | 
|
68  | 
||
69  | 
% General-purpose enum environment with correct spacing  | 
|
70  | 
\newenvironment{enum}%
 | 
|
71  | 
    {\begin{list}{}{%
 | 
|
72  | 
        \setlength{\topsep}{.1\parskip}%
 | 
|
73  | 
        \setlength{\partopsep}{.1\parskip}%
 | 
|
74  | 
        \setlength{\itemsep}{\parskip}%
 | 
|
75  | 
\advance\itemsep by-\parsep}}  | 
|
76  | 
    {\end{list}}
 | 
|
77  | 
||
78  | 
\def\pre{\begingroup\vskip0pt plus1ex\advance\leftskip by\leftmargin
 | 
|
79  | 
\advance\rightskip by\leftmargin}  | 
|
80  | 
\def\post{\vskip0pt plus1ex\endgroup}
 | 
|
81  | 
||
82  | 
\def\prew{\pre\advance\rightskip by-\leftmargin}
 | 
|
83  | 
\def\postw{\post}
 | 
|
84  | 
||
85  | 
\section{Introduction}
 | 
|
86  | 
\label{introduction}
 | 
|
87  | 
||
| 36926 | 88  | 
Nitpick \cite{blanchette-nipkow-2010} is a counterexample generator for
 | 
| 33191 | 89  | 
Isabelle/HOL \cite{isa-tutorial} that is designed to handle formulas
 | 
90  | 
combining (co)in\-duc\-tive datatypes, (co)in\-duc\-tively defined predicates, and  | 
|
91  | 
quantifiers. It builds on Kodkod \cite{torlak-jackson-2007}, a highly optimized
 | 
|
92  | 
first-order relational model finder developed by the Software Design Group at  | 
|
93  | 
MIT. It is conceptually similar to Refute \cite{weber-2008}, from which it
 | 
|
94  | 
borrows many ideas and code fragments, but it benefits from Kodkod's  | 
|
95  | 
optimizations and a new encoding scheme. The name Nitpick is shamelessly  | 
|
96  | 
appropriated from a now retired Alloy precursor.  | 
|
97  | 
||
98  | 
Nitpick is easy to use---you simply enter \textbf{nitpick} after a putative
 | 
|
99  | 
theorem and wait a few seconds. Nonetheless, there are situations where knowing  | 
|
100  | 
how it works under the hood and how it reacts to various options helps  | 
|
101  | 
increase the test coverage. This manual also explains how to install the tool on  | 
|
102  | 
your workstation. Should the motivation fail you, think of the many hours of  | 
|
103  | 
hard work Nitpick will save you. Proving non-theorems is \textsl{hard work}.
 | 
|
104  | 
||
105  | 
Another common use of Nitpick is to find out whether the axioms of a locale are  | 
|
106  | 
satisfiable, while the locale is being developed. To check this, it suffices to  | 
|
107  | 
write  | 
|
108  | 
||
109  | 
\prew  | 
|
110  | 
\textbf{lemma}~``$\textit{False}$'' \\
 | 
|
111  | 
\textbf{nitpick}~[\textit{show\_all}]
 | 
|
112  | 
\postw  | 
|
113  | 
||
114  | 
after the locale's \textbf{begin} keyword. To falsify \textit{False}, Nitpick
 | 
|
115  | 
must find a model for the axioms. If it finds no model, we have an indication  | 
|
116  | 
that the axioms might be unsatisfiable.  | 
|
117  | 
||
| 36926 | 118  | 
You can also invoke Nitpick from the ``Commands'' submenu of the  | 
119  | 
``Isabelle'' menu in Proof General or by pressing the Emacs key sequence C-c C-a  | 
|
120  | 
C-n. This is equivalent to entering the \textbf{nitpick} command with no
 | 
|
121  | 
arguments in the theory text.  | 
|
122  | 
||
| 
45084
 
91d1a932fc18
require Java 1.6 in the Nitpick documentation -- technically 1.5 will also work with Kodkodi 1.2.16, but it won't work with Kodkodi 1.5.0
 
blanchet 
parents: 
45083 
diff
changeset
 | 
123  | 
Nitpick requires the Kodkodi package for Isabelle as well as a Java 1.6 virtual  | 
| 40689 | 124  | 
machine called \texttt{java}. To run Nitpick, you must also make sure that the
 | 
125  | 
theory \textit{Nitpick} is imported---this is rarely a problem in practice
 | 
|
126  | 
since it is part of \textit{Main}.
 | 
|
| 
33195
 
0efe26262e73
updated Nitpick manual to reflect the latest Stand der Dinge
 
blanchet 
parents: 
33193 
diff
changeset
 | 
127  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
128  | 
Throughout this manual, we will explicitly invoke the \textbf{nitpick} command.
 | 
| 39317 | 129  | 
Nitpick also provides an automatic mode that can be enabled via the ``Auto  | 
130  | 
Nitpick'' option from the ``Isabelle'' menu in Proof General. In this mode,  | 
|
131  | 
Nitpick is run on every newly entered theorem. The time limit for Auto Nitpick  | 
|
132  | 
and other automatic tools can be set using the ``Auto Tools Time Limit'' option.  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
133  | 
|
| 33191 | 134  | 
\newbox\boxA  | 
135  | 
\setbox\boxA=\hbox{\texttt{nospam}}
 | 
|
136  | 
||
| 40689 | 137  | 
The examples presented in this manual can be found  | 
138  | 
in Isabelle's \texttt{src/HOL/\allowbreak Nitpick\_Examples/Manual\_Nits.thy} theory.
 | 
|
| 33191 | 139  | 
The known bugs and limitations at the time of writing are listed in  | 
140  | 
\S\ref{known-bugs-and-limitations}. Comments and bug reports concerning Nitpick
 | 
|
141  | 
or this manual should be directed to  | 
|
142  | 
\texttt{blan{\color{white}nospam}\kern-\wd\boxA{}chette@\allowbreak
 | 
|
143  | 
in.\allowbreak tum.\allowbreak de}.  | 
|
144  | 
||
145  | 
\vskip2.5\smallskipamount  | 
|
146  | 
||
147  | 
\textbf{Acknowledgment.} The author would like to thank Mark Summerfield for
 | 
|
148  | 
suggesting several textual improvements.  | 
|
149  | 
% and Perry James for reporting a typo.  | 
|
150  | 
||
| 36926 | 151  | 
%\section{Installation}
 | 
152  | 
%\label{installation}
 | 
|
153  | 
%  | 
|
154  | 
%MISSING:  | 
|
155  | 
%  | 
|
156  | 
% * Nitpick is part of Isabelle/HOL  | 
|
157  | 
% * but it relies on an external tool called Kodkodi (Kodkod wrapper)  | 
|
158  | 
% * Two options:  | 
|
159  | 
% * if you use a prebuilt Isabelle package, Kodkodi is automatically there  | 
|
160  | 
% * if you work from sources, the latest Kodkodi can be obtained from ...  | 
|
161  | 
% download it, install it in some directory of your choice (e.g.,  | 
|
162  | 
% $ISABELLE_HOME/contrib/kodkodi), and add the absolute path to Kodkodi  | 
|
163  | 
% in your .isabelle/etc/components file  | 
|
164  | 
%  | 
|
165  | 
% * If you're not sure, just try the example in the next section  | 
|
166  | 
||
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
167  | 
\section{First Steps}
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
168  | 
\label{first-steps}
 | 
| 33191 | 169  | 
|
170  | 
This section introduces Nitpick by presenting small examples. If possible, you  | 
|
171  | 
should try out the examples on your workstation. Your theory file should start  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
172  | 
as follows:  | 
| 33191 | 173  | 
|
174  | 
\prew  | 
|
175  | 
\textbf{theory}~\textit{Scratch} \\
 | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
176  | 
\textbf{imports}~\textit{Main~Quotient\_Product~RealDef} \\
 | 
| 33191 | 177  | 
\textbf{begin}
 | 
178  | 
\postw  | 
|
179  | 
||
| 35710 | 180  | 
The results presented here were obtained using the JNI (Java Native Interface)  | 
181  | 
version of MiniSat and with multithreading disabled to reduce nondeterminism.  | 
|
182  | 
This was done by adding the line  | 
|
| 33191 | 183  | 
|
184  | 
\prew  | 
|
| 35710 | 185  | 
\textbf{nitpick\_params} [\textit{sat\_solver}~= \textit{MiniSat\_JNI}, \,\textit{max\_threads}~= 1]
 | 
| 33191 | 186  | 
\postw  | 
187  | 
||
188  | 
after the \textbf{begin} keyword. The JNI version of MiniSat is bundled with
 | 
|
| 45080 | 189  | 
Kodkodi and is precompiled for Linux, Mac~OS~X, and Windows (Cygwin). Other SAT  | 
190  | 
solvers can also be installed, as explained in \S\ref{optimizations}. If you
 | 
|
191  | 
have already configured SAT solvers in Isabelle (e.g., for Refute), these will  | 
|
192  | 
also be available to Nitpick.  | 
|
| 33191 | 193  | 
|
194  | 
\subsection{Propositional Logic}
 | 
|
195  | 
\label{propositional-logic}
 | 
|
196  | 
||
197  | 
Let's start with a trivial example from propositional logic:  | 
|
198  | 
||
199  | 
\prew  | 
|
200  | 
\textbf{lemma}~``$P \longleftrightarrow Q$'' \\
 | 
|
201  | 
\textbf{nitpick}
 | 
|
202  | 
\postw  | 
|
203  | 
||
204  | 
You should get the following output:  | 
|
205  | 
||
206  | 
\prew  | 
|
207  | 
\slshape  | 
|
208  | 
Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
209  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
210  | 
\hbox{}\qquad\qquad $P = \textit{True}$ \\
 | 
|
211  | 
\hbox{}\qquad\qquad $Q = \textit{False}$
 | 
|
212  | 
\postw  | 
|
213  | 
||
| 36926 | 214  | 
%FIXME: If you get the output:...  | 
215  | 
%Then do such-and-such.  | 
|
216  | 
||
| 33191 | 217  | 
Nitpick can also be invoked on individual subgoals, as in the example below:  | 
218  | 
||
219  | 
\prew  | 
|
220  | 
\textbf{apply}~\textit{auto} \\[2\smallskipamount]
 | 
|
221  | 
{\slshape goal (2 subgoals): \\
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
222  | 
\phantom{0}1. $P\,\Longrightarrow\, Q$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
223  | 
\phantom{0}2. $Q\,\Longrightarrow\, P$} \\[2\smallskipamount]
 | 
| 33191 | 224  | 
\textbf{nitpick}~1 \\[2\smallskipamount]
 | 
225  | 
{\slshape Nitpick found a counterexample: \\[2\smallskipamount]
 | 
|
226  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
227  | 
\hbox{}\qquad\qquad $P = \textit{True}$ \\
 | 
|
228  | 
\hbox{}\qquad\qquad $Q = \textit{False}$} \\[2\smallskipamount]
 | 
|
229  | 
\textbf{nitpick}~2 \\[2\smallskipamount]
 | 
|
230  | 
{\slshape Nitpick found a counterexample: \\[2\smallskipamount]
 | 
|
231  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
232  | 
\hbox{}\qquad\qquad $P = \textit{False}$ \\
 | 
|
233  | 
\hbox{}\qquad\qquad $Q = \textit{True}$} \\[2\smallskipamount]
 | 
|
234  | 
\textbf{oops}
 | 
|
235  | 
\postw  | 
|
236  | 
||
237  | 
\subsection{Type Variables}
 | 
|
238  | 
\label{type-variables}
 | 
|
239  | 
||
240  | 
If you are left unimpressed by the previous example, don't worry. The next  | 
|
241  | 
one is more mind- and computer-boggling:  | 
|
242  | 
||
243  | 
\prew  | 
|
244  | 
\textbf{lemma} ``$P~x\,\Longrightarrow\, P~(\textrm{THE}~y.\;P~y)$''
 | 
|
245  | 
\postw  | 
|
246  | 
\pagebreak[2] %% TYPESETTING  | 
|
247  | 
||
248  | 
The putative lemma involves the definite description operator, {THE}, presented
 | 
|
249  | 
in section 5.10.1 of the Isabelle tutorial \cite{isa-tutorial}. The
 | 
|
250  | 
operator is defined by the axiom $(\textrm{THE}~x.\; x = a) = a$. The putative
 | 
|
251  | 
lemma is merely asserting the indefinite description operator axiom with {THE}
 | 
|
252  | 
substituted for {SOME}.
 | 
|
253  | 
||
254  | 
The free variable $x$ and the bound variable $y$ have type $'a$. For formulas  | 
|
255  | 
containing type variables, Nitpick enumerates the possible domains for each type  | 
|
| 38181 | 256  | 
variable, up to a given cardinality (10 by default), looking for a finite  | 
| 33191 | 257  | 
countermodel:  | 
258  | 
||
259  | 
\prew  | 
|
260  | 
\textbf{nitpick} [\textit{verbose}] \\[2\smallskipamount]
 | 
|
261  | 
\slshape  | 
|
| 38181 | 262  | 
Trying 10 scopes: \nopagebreak \\  | 
| 33191 | 263  | 
\hbox{}\qquad \textit{card}~$'a$~= 1; \\
 | 
264  | 
\hbox{}\qquad \textit{card}~$'a$~= 2; \\
 | 
|
265  | 
\hbox{}\qquad $\qquad\vdots$ \\[.5\smallskipamount]
 | 
|
| 38181 | 266  | 
\hbox{}\qquad \textit{card}~$'a$~= 10. \\[2\smallskipamount]
 | 
| 33191 | 267  | 
Nitpick found a counterexample for \textit{card} $'a$~= 3: \\[2\smallskipamount]
 | 
268  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
269  | 
\hbox{}\qquad\qquad $P = \{a_2,\, a_3\}$ \\
 | 
|
270  | 
\hbox{}\qquad\qquad $x = a_3$ \\[2\smallskipamount]
 | 
|
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
271  | 
Total time: 0.76 s.  | 
| 33191 | 272  | 
\postw  | 
273  | 
||
274  | 
Nitpick found a counterexample in which $'a$ has cardinality 3. (For  | 
|
275  | 
cardinalities 1 and 2, the formula holds.) In the counterexample, the three  | 
|
276  | 
values of type $'a$ are written $a_1$, $a_2$, and $a_3$.  | 
|
277  | 
||
278  | 
The message ``Trying $n$ scopes: {\ldots}''\ is shown only if the option
 | 
|
279  | 
\textit{verbose} is enabled. You can specify \textit{verbose} each time you
 | 
|
280  | 
invoke \textbf{nitpick}, or you can set it globally using the command
 | 
|
281  | 
||
282  | 
\prew  | 
|
283  | 
\textbf{nitpick\_params} [\textit{verbose}]
 | 
|
284  | 
\postw  | 
|
285  | 
||
286  | 
This command also displays the current default values for all of the options  | 
|
287  | 
supported by Nitpick. The options are listed in \S\ref{option-reference}.
 | 
|
288  | 
||
289  | 
\subsection{Constants}
 | 
|
290  | 
\label{constants}
 | 
|
291  | 
||
292  | 
By just looking at Nitpick's output, it might not be clear why the  | 
|
293  | 
counterexample in \S\ref{type-variables} is genuine. Let's invoke Nitpick again,
 | 
|
294  | 
this time telling it to show the values of the constants that occur in the  | 
|
295  | 
formula:  | 
|
296  | 
||
297  | 
\prew  | 
|
298  | 
\textbf{lemma}~``$P~x\,\Longrightarrow\, P~(\textrm{THE}~y.\;P~y)$'' \\
 | 
|
299  | 
\textbf{nitpick}~[\textit{show\_consts}] \\[2\smallskipamount]
 | 
|
300  | 
\slshape  | 
|
301  | 
Nitpick found a counterexample for \textit{card} $'a$~= 3: \\[2\smallskipamount]
 | 
|
302  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
303  | 
\hbox{}\qquad\qquad $P = \{a_2,\, a_3\}$ \\
 | 
|
304  | 
\hbox{}\qquad\qquad $x = a_3$ \\
 | 
|
305  | 
\hbox{}\qquad Constant: \nopagebreak \\
 | 
|
| 39359 | 306  | 
\hbox{}\qquad\qquad $\hbox{\slshape THE}~y.\;P~y = a_1$
 | 
| 33191 | 307  | 
\postw  | 
308  | 
||
| 39359 | 309  | 
As the result of an optimization, Nitpick directly assigned a value to the  | 
310  | 
subterm $\textrm{THE}~y.\;P~y$, rather than to the \textit{The} constant. If we
 | 
|
311  | 
disable this optimization by using the command  | 
|
| 33191 | 312  | 
|
313  | 
\prew  | 
|
| 39359 | 314  | 
\textbf{nitpick}~[\textit{dont\_specialize},\, \textit{show\_consts}]
 | 
| 33191 | 315  | 
\postw  | 
316  | 
||
| 39359 | 317  | 
we get \textit{The}:
 | 
| 33191 | 318  | 
|
319  | 
\prew  | 
|
320  | 
\slshape Constant: \nopagebreak \\  | 
|
321  | 
\hbox{}\qquad $\mathit{The} = \undef{}
 | 
|
322  | 
    (\!\begin{aligned}[t]%
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
323  | 
    & \{a_1, a_2, a_3\} := a_3,\> \{a_1, a_2\} := a_3,\> \{a_1, a_3\} := a_3, \\[-2pt] %% TYPESETTING
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
324  | 
    & \{a_1\} := a_1,\> \{a_2, a_3\} := a_1,\> \{a_2\} := a_2, \\[-2pt]
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
325  | 
    & \{a_3\} := a_3,\> \{\} := a_3)\end{aligned}$
 | 
| 33191 | 326  | 
\postw  | 
327  | 
||
328  | 
Notice that $\textit{The}~(\lambda y.\;P~y) = \textit{The}~\{a_2, a_3\} = a_1$,
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
329  | 
just like before.\footnote{The Isabelle/HOL notation $f(x :=
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
330  | 
y)$ denotes the function that maps $x$ to $y$ and that otherwise behaves like  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
331  | 
$f$.}  | 
| 33191 | 332  | 
|
333  | 
Our misadventures with THE suggest adding `$\exists!x{.}$' (``there exists a
 | 
|
334  | 
unique $x$ such that'') at the front of our putative lemma's assumption:  | 
|
335  | 
||
336  | 
\prew  | 
|
337  | 
\textbf{lemma}~``$\exists {!}x.\; P~x\,\Longrightarrow\, P~(\textrm{THE}~y.\;P~y)$''
 | 
|
338  | 
\postw  | 
|
339  | 
||
340  | 
The fix appears to work:  | 
|
341  | 
||
342  | 
\prew  | 
|
343  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
344  | 
\slshape Nitpick found no counterexample.  | 
|
345  | 
\postw  | 
|
346  | 
||
347  | 
We can further increase our confidence in the formula by exhausting all  | 
|
348  | 
cardinalities up to 50:  | 
|
349  | 
||
350  | 
\prew  | 
|
351  | 
\textbf{nitpick} [\textit{card} $'a$~= 1--50]\footnote{The symbol `--'
 | 
|
352  | 
can be entered as \texttt{-} (hyphen) or
 | 
|
| 42959 | 353  | 
\texttt{\char`\\\char`\<emdash\char`\>}.} \\[2\smallskipamount]
 | 
| 33191 | 354  | 
\slshape Nitpick found no counterexample.  | 
355  | 
\postw  | 
|
356  | 
||
| 38181 | 357  | 
Let's see if Sledgehammer can find a proof:  | 
| 33191 | 358  | 
|
359  | 
\prew  | 
|
360  | 
\textbf{sledgehammer} \\[2\smallskipamount]
 | 
|
| 43215 | 361  | 
{\slshape Sledgehammer: ``$e$'' on goal: \\
 | 
| 33191 | 362  | 
$\exists{!}x.\; P~x\,\Longrightarrow\, P~(\hbox{\slshape THE}~y.\; P~y)$ \\
 | 
| 43215 | 363  | 
Try this: \textrm{apply}~(\textit{metis~theI}) (21 ms).} \\[2\smallskipamount]
 | 
364  | 
\textbf{by}~(\textit{metis~theI\/}) \nopagebreak \\[2\smallskipamount]
 | 
|
| 33191 | 365  | 
{\slshape No subgoals!}% \\[2\smallskipamount]
 | 
366  | 
%\textbf{done}
 | 
|
367  | 
\postw  | 
|
368  | 
||
369  | 
This must be our lucky day.  | 
|
370  | 
||
371  | 
\subsection{Skolemization}
 | 
|
372  | 
\label{skolemization}
 | 
|
373  | 
||
374  | 
Are all invertible functions onto? Let's find out:  | 
|
375  | 
||
376  | 
\prew  | 
|
377  | 
\textbf{lemma} ``$\exists g.\; \forall x.~g~(f~x) = x
 | 
|
378  | 
\,\Longrightarrow\, \forall y.\; \exists x.~y = f~x$'' \\  | 
|
379  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
380  | 
\slshape  | 
|
381  | 
Nitpick found a counterexample for \textit{card} $'a$~= 2 and \textit{card} $'b$~=~1: \\[2\smallskipamount]
 | 
|
382  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
383  | 
\hbox{}\qquad\qquad $f = \undef{}(b_1 := a_1)$ \\
 | 
|
384  | 
\hbox{}\qquad Skolem constants: \nopagebreak \\
 | 
|
385  | 
\hbox{}\qquad\qquad $g = \undef{}(a_1 := b_1,\> a_2 := b_1)$ \\
 | 
|
386  | 
\hbox{}\qquad\qquad $y = a_2$
 | 
|
387  | 
\postw  | 
|
388  | 
||
389  | 
Although $f$ is the only free variable occurring in the formula, Nitpick also  | 
|
390  | 
displays values for the bound variables $g$ and $y$. These values are available  | 
|
391  | 
to Nitpick because it performs skolemization as a preprocessing step.  | 
|
392  | 
||
393  | 
In the previous example, skolemization only affected the outermost quantifiers.  | 
|
394  | 
This is not always the case, as illustrated below:  | 
|
395  | 
||
396  | 
\prew  | 
|
397  | 
\textbf{lemma} ``$\exists x.\; \forall f.\; f~x = x$'' \\
 | 
|
398  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
399  | 
\slshape  | 
|
400  | 
Nitpick found a counterexample for \textit{card} $'a$~= 2: \\[2\smallskipamount]
 | 
|
401  | 
\hbox{}\qquad Skolem constant: \nopagebreak \\
 | 
|
402  | 
\hbox{}\qquad\qquad $\lambda x.\; f =
 | 
|
403  | 
    \undef{}(\!\begin{aligned}[t]
 | 
|
404  | 
    & a_1 := \undef{}(a_1 := a_2,\> a_2 := a_1), \\[-2pt]
 | 
|
405  | 
    & a_2 := \undef{}(a_1 := a_1,\> a_2 := a_1))\end{aligned}$
 | 
|
406  | 
\postw  | 
|
407  | 
||
408  | 
The variable $f$ is bound within the scope of $x$; therefore, $f$ depends on  | 
|
409  | 
$x$, as suggested by the notation $\lambda x.\,f$. If $x = a_1$, then $f$ is the  | 
|
410  | 
function that maps $a_1$ to $a_2$ and vice versa; otherwise, $x = a_2$ and $f$  | 
|
411  | 
maps both $a_1$ and $a_2$ to $a_1$. In both cases, $f~x \not= x$.  | 
|
412  | 
||
413  | 
The source of the Skolem constants is sometimes more obscure:  | 
|
414  | 
||
415  | 
\prew  | 
|
416  | 
\textbf{lemma} ``$\mathit{refl}~r\,\Longrightarrow\, \mathit{sym}~r$'' \\
 | 
|
417  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
418  | 
\slshape  | 
|
419  | 
Nitpick found a counterexample for \textit{card} $'a$~= 2: \\[2\smallskipamount]
 | 
|
420  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
421  | 
\hbox{}\qquad\qquad $r = \{(a_1, a_1),\, (a_2, a_1),\, (a_2, a_2)\}$ \\
 | 
|
422  | 
\hbox{}\qquad Skolem constants: \nopagebreak \\
 | 
|
423  | 
\hbox{}\qquad\qquad $\mathit{sym}.x = a_2$ \\
 | 
|
424  | 
\hbox{}\qquad\qquad $\mathit{sym}.y = a_1$
 | 
|
425  | 
\postw  | 
|
426  | 
||
427  | 
What happened here is that Nitpick expanded the \textit{sym} constant to its
 | 
|
428  | 
definition:  | 
|
429  | 
||
430  | 
\prew  | 
|
431  | 
$\mathit{sym}~r \,\equiv\,
 | 
|
432  | 
\forall x\> y.\,\> (x, y) \in r \longrightarrow (y, x) \in r.$  | 
|
433  | 
\postw  | 
|
434  | 
||
435  | 
As their names suggest, the Skolem constants $\mathit{sym}.x$ and
 | 
|
436  | 
$\mathit{sym}.y$ are simply the bound variables $x$ and $y$
 | 
|
437  | 
from \textit{sym}'s definition.
 | 
|
438  | 
||
439  | 
\subsection{Natural Numbers and Integers}
 | 
|
440  | 
\label{natural-numbers-and-integers}
 | 
|
441  | 
||
442  | 
Because of the axiom of infinity, the type \textit{nat} does not admit any
 | 
|
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
443  | 
finite models. To deal with this, Nitpick's approach is to consider finite  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
444  | 
subsets $N$ of \textit{nat} and maps all numbers $\notin N$ to the undefined
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
445  | 
value (displayed as `$\unk$'). The type \textit{int} is handled similarly.
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
446  | 
Internally, undefined values lead to a three-valued logic.  | 
| 33191 | 447  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
448  | 
Here is an example involving \textit{int\/}:
 | 
| 33191 | 449  | 
|
450  | 
\prew  | 
|
451  | 
\textbf{lemma} ``$\lbrakk i \le j;\> n \le (m{\Colon}\mathit{int})\rbrakk \,\Longrightarrow\, i * n + j * m \le i * m + j * n$'' \\
 | 
|
452  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
453  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
454  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
455  | 
\hbox{}\qquad\qquad $i = 0$ \\
 | 
|
456  | 
\hbox{}\qquad\qquad $j = 1$ \\
 | 
|
457  | 
\hbox{}\qquad\qquad $m = 1$ \\
 | 
|
458  | 
\hbox{}\qquad\qquad $n = 0$
 | 
|
459  | 
\postw  | 
|
460  | 
||
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
461  | 
Internally, Nitpick uses either a unary or a binary representation of numbers.  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
462  | 
The unary representation is more efficient but only suitable for numbers very  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
463  | 
close to zero. By default, Nitpick attempts to choose the more appropriate  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
464  | 
encoding by inspecting the formula at hand. This behavior can be overridden by  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
465  | 
passing either \textit{unary\_ints} or \textit{binary\_ints} as option. For
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
466  | 
binary notation, the number of bits to use can be specified using  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
467  | 
the \textit{bits} option. For example:
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
468  | 
|
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
469  | 
\prew  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
470  | 
\textbf{nitpick} [\textit{binary\_ints}, \textit{bits}${} = 16$]
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
471  | 
\postw  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
472  | 
|
| 33191 | 473  | 
With infinite types, we don't always have the luxury of a genuine counterexample  | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
474  | 
and must often content ourselves with a potentially spurious one. The tedious  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
475  | 
task of finding out whether the potentially spurious counterexample is in fact  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
476  | 
genuine can be delegated to \textit{auto} by passing \textit{check\_potential}.
 | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
477  | 
For example:  | 
| 33191 | 478  | 
|
479  | 
\prew  | 
|
480  | 
\textbf{lemma} ``$\forall n.\; \textit{Suc}~n \mathbin{\not=} n \,\Longrightarrow\, P$'' \\
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
481  | 
\textbf{nitpick} [\textit{card~nat}~= 50, \textit{check\_potential}] \\[2\smallskipamount]
 | 
| 
35385
 
29f81babefd7
improved precision of infinite "shallow" datatypes in Nitpick;
 
blanchet 
parents: 
35335 
diff
changeset
 | 
482  | 
\slshape Warning: The conjecture either trivially holds for the given scopes or lies outside Nitpick's supported  | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
483  | 
fragment. Only potentially spurious counterexamples may be found. \\[2\smallskipamount]  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
484  | 
Nitpick found a potentially spurious counterexample: \\[2\smallskipamount]  | 
| 33191 | 485  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
486  | 
\hbox{}\qquad\qquad $P = \textit{False}$ \\[2\smallskipamount]
 | 
|
487  | 
Confirmation by ``\textit{auto}'': The above counterexample is genuine.
 | 
|
488  | 
\postw  | 
|
489  | 
||
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
490  | 
You might wonder why the counterexample is first reported as potentially  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
491  | 
spurious. The root of the problem is that the bound variable in $\forall n.\;  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
492  | 
\textit{Suc}~n \mathbin{\not=} n$ ranges over an infinite type. If Nitpick finds
 | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
493  | 
an $n$ such that $\textit{Suc}~n \mathbin{=} n$, it evaluates the assumption to
 | 
| 33191 | 494  | 
\textit{False}; but otherwise, it does not know anything about values of $n \ge
 | 
495  | 
\textit{card~nat}$ and must therefore evaluate the assumption to $\unk$, not
 | 
|
496  | 
\textit{True}. Since the assumption can never be satisfied, the putative lemma
 | 
|
497  | 
can never be falsified.  | 
|
498  | 
||
499  | 
Incidentally, if you distrust the so-called genuine counterexamples, you can  | 
|
500  | 
enable \textit{check\_\allowbreak genuine} to verify them as well. However, be
 | 
|
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
501  | 
aware that \textit{auto} will usually fail to prove that the counterexample is
 | 
| 33191 | 502  | 
genuine or spurious.  | 
503  | 
||
504  | 
Some conjectures involving elementary number theory make Nitpick look like a  | 
|
505  | 
giant with feet of clay:  | 
|
506  | 
||
507  | 
\prew  | 
|
508  | 
\textbf{lemma} ``$P~\textit{Suc}$'' \\
 | 
|
| 
35309
 
997aa3a3e4bb
catch IO errors in Nitpick's "kodkodi" invocation + shorten execution time of "Manual_Nits" example
 
blanchet 
parents: 
35284 
diff
changeset
 | 
509  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
| 33191 | 510  | 
\slshape  | 
511  | 
Nitpick found no counterexample.  | 
|
512  | 
\postw  | 
|
513  | 
||
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
514  | 
On any finite set $N$, \textit{Suc} is a partial function; for example, if $N =
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
515  | 
\{0, 1, \ldots, k\}$, then \textit{Suc} is $\{0 \mapsto 1,\, 1 \mapsto 2,\,
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
516  | 
\ldots,\, k \mapsto \unk\}$, which evaluates to $\unk$ when passed as  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
517  | 
argument to $P$. As a result, $P~\textit{Suc}$ is always $\unk$. The next
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
518  | 
example is similar:  | 
| 33191 | 519  | 
|
520  | 
\prew  | 
|
521  | 
\textbf{lemma} ``$P~(\textit{op}~{+}\Colon
 | 
|
522  | 
\textit{nat}\mathbin{\Rightarrow}\textit{nat}\mathbin{\Rightarrow}\textit{nat})$'' \\
 | 
|
523  | 
\textbf{nitpick} [\textit{card nat} = 1] \\[2\smallskipamount]
 | 
|
524  | 
{\slshape Nitpick found a counterexample:} \\[2\smallskipamount]
 | 
|
525  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
526  | 
\hbox{}\qquad\qquad $P = \{\}$ \\[2\smallskipamount]
 | 
|
527  | 
\textbf{nitpick} [\textit{card nat} = 2] \\[2\smallskipamount]
 | 
|
528  | 
{\slshape Nitpick found no counterexample.}
 | 
|
529  | 
\postw  | 
|
530  | 
||
531  | 
The problem here is that \textit{op}~+ is total when \textit{nat} is taken to be
 | 
|
532  | 
$\{0\}$ but becomes partial as soon as we add $1$, because $1 + 1 \notin \{0,
 | 
|
533  | 
1\}$.  | 
|
534  | 
||
535  | 
Because numbers are infinite and are approximated using a three-valued logic,  | 
|
536  | 
there is usually no need to systematically enumerate domain sizes. If Nitpick  | 
|
537  | 
cannot find a genuine counterexample for \textit{card~nat}~= $k$, it is very
 | 
|
538  | 
unlikely that one could be found for smaller domains. (The $P~(\textit{op}~{+})$
 | 
|
539  | 
example above is an exception to this principle.) Nitpick nonetheless enumerates  | 
|
| 38181 | 540  | 
all cardinalities from 1 to 10 for \textit{nat}, mainly because smaller
 | 
| 33191 | 541  | 
cardinalities are fast to handle and give rise to simpler counterexamples. This  | 
542  | 
is explained in more detail in \S\ref{scope-monotonicity}.
 | 
|
543  | 
||
544  | 
\subsection{Inductive Datatypes}
 | 
|
545  | 
\label{inductive-datatypes}
 | 
|
546  | 
||
547  | 
Like natural numbers and integers, inductive datatypes with recursive  | 
|
548  | 
constructors admit no finite models and must be approximated by a subterm-closed  | 
|
549  | 
subset. For example, using a cardinality of 10 for ${'}a~\textit{list}$,
 | 
|
550  | 
Nitpick looks for all counterexamples that can be built using at most 10  | 
|
551  | 
different lists.  | 
|
552  | 
||
553  | 
Let's see with an example involving \textit{hd} (which returns the first element
 | 
|
554  | 
of a list) and $@$ (which concatenates two lists):  | 
|
555  | 
||
556  | 
\prew  | 
|
557  | 
\textbf{lemma} ``$\textit{hd}~(\textit{xs} \mathbin{@} [y, y]) = \textit{hd}~\textit{xs}$'' \\
 | 
|
558  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
559  | 
\slshape Nitpick found a counterexample for \textit{card} $'a$~= 3: \\[2\smallskipamount]
 | 
|
560  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
561  | 
\hbox{}\qquad\qquad $\textit{xs} = []$ \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
562  | 
\hbox{}\qquad\qquad $\textit{y} = a_1$
 | 
| 33191 | 563  | 
\postw  | 
564  | 
||
565  | 
To see why the counterexample is genuine, we enable \textit{show\_consts}
 | 
|
566  | 
and \textit{show\_\allowbreak datatypes}:
 | 
|
567  | 
||
568  | 
\prew  | 
|
569  | 
{\slshape Datatype:} \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
570  | 
\hbox{}\qquad $'a$~\textit{list}~= $\{[],\, [a_1],\, [a_1, a_1],\, \unr\}$ \\
 | 
| 33191 | 571  | 
{\slshape Constants:} \\
 | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
572  | 
\hbox{}\qquad $\lambda x_1.\; x_1 \mathbin{@} [y, y] = \undef([] := [a_1, a_1])$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
573  | 
\hbox{}\qquad $\textit{hd} = \undef([] := a_2,\> [a_1] := a_1,\> [a_1, a_1] := a_1)$
 | 
| 33191 | 574  | 
\postw  | 
575  | 
||
576  | 
Since $\mathit{hd}~[]$ is undefined in the logic, it may be given any value,
 | 
|
577  | 
including $a_2$.  | 
|
578  | 
||
579  | 
The second constant, $\lambda x_1.\; x_1 \mathbin{@} [y, y]$, is simply the
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
580  | 
append operator whose second argument is fixed to be $[y, y]$. Appending $[a_1,  | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
581  | 
a_1]$ to $[a_1]$ would normally give $[a_1, a_1, a_1]$, but this value is not  | 
| 33191 | 582  | 
representable in the subset of $'a$~\textit{list} considered by Nitpick, which
 | 
583  | 
is shown under the ``Datatype'' heading; hence the result is $\unk$. Similarly,  | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
584  | 
appending $[a_1, a_1]$ to itself gives $\unk$.  | 
| 33191 | 585  | 
|
586  | 
Given \textit{card}~$'a = 3$ and \textit{card}~$'a~\textit{list} = 3$, Nitpick
 | 
|
587  | 
considers the following subsets:  | 
|
588  | 
||
589  | 
\kern-.5\smallskipamount %% TYPESETTING  | 
|
590  | 
||
591  | 
\prew  | 
|
592  | 
\begin{multicols}{3}
 | 
|
593  | 
$\{[],\, [a_1],\, [a_2]\}$; \\
 | 
|
594  | 
$\{[],\, [a_1],\, [a_3]\}$; \\
 | 
|
595  | 
$\{[],\, [a_2],\, [a_3]\}$; \\
 | 
|
596  | 
$\{[],\, [a_1],\, [a_1, a_1]\}$; \\
 | 
|
597  | 
$\{[],\, [a_1],\, [a_2, a_1]\}$; \\
 | 
|
598  | 
$\{[],\, [a_1],\, [a_3, a_1]\}$; \\
 | 
|
599  | 
$\{[],\, [a_2],\, [a_1, a_2]\}$; \\
 | 
|
600  | 
$\{[],\, [a_2],\, [a_2, a_2]\}$; \\
 | 
|
601  | 
$\{[],\, [a_2],\, [a_3, a_2]\}$; \\
 | 
|
602  | 
$\{[],\, [a_3],\, [a_1, a_3]\}$; \\
 | 
|
603  | 
$\{[],\, [a_3],\, [a_2, a_3]\}$; \\
 | 
|
604  | 
$\{[],\, [a_3],\, [a_3, a_3]\}$.
 | 
|
605  | 
\end{multicols}
 | 
|
606  | 
\postw  | 
|
607  | 
||
608  | 
\kern-2\smallskipamount %% TYPESETTING  | 
|
609  | 
||
610  | 
All subterm-closed subsets of $'a~\textit{list}$ consisting of three values
 | 
|
611  | 
are listed and only those. As an example of a non-subterm-closed subset,  | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
612  | 
consider $\mathcal{S} = \{[],\, [a_1],\,\allowbreak [a_1, a_2]\}$, and observe
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
613  | 
that $[a_1, a_2]$ (i.e., $a_1 \mathbin{\#} [a_2]$) has $[a_2] \notin
 | 
| 33191 | 614  | 
\mathcal{S}$ as a subterm.
 | 
615  | 
||
616  | 
Here's another m\"ochtegern-lemma that Nitpick can refute without a blink:  | 
|
617  | 
||
618  | 
\prew  | 
|
619  | 
\textbf{lemma} ``$\lbrakk \textit{length}~\textit{xs} = 1;\> \textit{length}~\textit{ys} = 1
 | 
|
620  | 
\rbrakk \,\Longrightarrow\, \textit{xs} = \textit{ys}$''
 | 
|
621  | 
\\  | 
|
622  | 
\textbf{nitpick} [\textit{show\_datatypes}] \\[2\smallskipamount]
 | 
|
623  | 
\slshape Nitpick found a counterexample for \textit{card} $'a$~= 3: \\[2\smallskipamount]
 | 
|
624  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
625  | 
\hbox{}\qquad\qquad $\textit{xs} = [a_1]$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
626  | 
\hbox{}\qquad\qquad $\textit{ys} = [a_2]$ \\
 | 
| 33191 | 627  | 
\hbox{}\qquad Datatypes: \\
 | 
628  | 
\hbox{}\qquad\qquad $\textit{nat} = \{0,\, 1,\, 2,\, \unr\}$ \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
629  | 
\hbox{}\qquad\qquad $'a$~\textit{list} = $\{[],\, [a_1],\, [a_2],\, \unr\}$
 | 
| 33191 | 630  | 
\postw  | 
631  | 
||
632  | 
Because datatypes are approximated using a three-valued logic, there is usually  | 
|
633  | 
no need to systematically enumerate cardinalities: If Nitpick cannot find a  | 
|
634  | 
genuine counterexample for \textit{card}~$'a~\textit{list}$~= 10, it is very
 | 
|
635  | 
unlikely that one could be found for smaller cardinalities.  | 
|
636  | 
||
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
637  | 
\subsection{Typedefs, Quotient Types, Records, Rationals, and Reals}
 | 
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
638  | 
\label{typedefs-quotient-types-records-rationals-and-reals}
 | 
| 33191 | 639  | 
|
640  | 
Nitpick generally treats types declared using \textbf{typedef} as datatypes
 | 
|
641  | 
whose single constructor is the corresponding \textit{Abs\_\kern.1ex} function.
 | 
|
642  | 
For example:  | 
|
643  | 
||
644  | 
\prew  | 
|
645  | 
\textbf{typedef}~\textit{three} = ``$\{0\Colon\textit{nat},\, 1,\, 2\}$'' \\
 | 
|
646  | 
\textbf{by}~\textit{blast} \\[2\smallskipamount]
 | 
|
647  | 
\textbf{definition}~$A \mathbin{\Colon} \textit{three}$ \textbf{where} ``\kern-.1em$A \,\equiv\, \textit{Abs\_\allowbreak three}~0$'' \\
 | 
|
648  | 
\textbf{definition}~$B \mathbin{\Colon} \textit{three}$ \textbf{where} ``$B \,\equiv\, \textit{Abs\_three}~1$'' \\
 | 
|
649  | 
\textbf{definition}~$C \mathbin{\Colon} \textit{three}$ \textbf{where} ``$C \,\equiv\, \textit{Abs\_three}~2$'' \\[2\smallskipamount]
 | 
|
650  | 
\textbf{lemma} ``$\lbrakk P~A;\> P~B\rbrakk \,\Longrightarrow\, P~x$'' \\
 | 
|
651  | 
\textbf{nitpick} [\textit{show\_datatypes}] \\[2\smallskipamount]
 | 
|
652  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
653  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
654  | 
\hbox{}\qquad\qquad $P = \{\Abs{0},\, \Abs{1}\}$ \\
 | 
| 33191 | 655  | 
\hbox{}\qquad\qquad $x = \Abs{2}$ \\
 | 
656  | 
\hbox{}\qquad Datatypes: \\
 | 
|
657  | 
\hbox{}\qquad\qquad $\textit{nat} = \{0,\, 1,\, 2,\, \unr\}$ \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
658  | 
\hbox{}\qquad\qquad $\textit{three} = \{\Abs{0},\, \Abs{1},\, \Abs{2},\, \unr\}$
 | 
| 33191 | 659  | 
\postw  | 
660  | 
||
661  | 
In the output above, $\Abs{n}$ abbreviates $\textit{Abs\_three}~n$.
 | 
|
662  | 
||
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
663  | 
Quotient types are handled in much the same way. The following fragment defines  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
664  | 
the integer type \textit{my\_int} by encoding the integer $x$ by a pair of
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
665  | 
natural numbers $(m, n)$ such that $x + n = m$:  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
666  | 
|
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
667  | 
\prew  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
668  | 
\textbf{fun} \textit{my\_int\_rel} \textbf{where} \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
669  | 
``$\textit{my\_int\_rel}~(x,\, y)~(u,\, v) = (x + v = u + y)$'' \\[2\smallskipamount]
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
670  | 
%  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
671  | 
\textbf{quotient\_type}~\textit{my\_int} = ``$\textit{nat} \times \textit{nat\/}$''$\;{/}\;$\textit{my\_int\_rel} \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
672  | 
\textbf{by}~(\textit{auto simp add\/}:\ \textit{equivp\_def expand\_fun\_eq}) \\[2\smallskipamount]
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
673  | 
%  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
674  | 
\textbf{definition}~\textit{add\_raw}~\textbf{where} \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
675  | 
``$\textit{add\_raw} \,\equiv\, \lambda(x,\, y)~(u,\, v).\; (x + (u\Colon\textit{nat}), y + (v\Colon\textit{nat}))$'' \\[2\smallskipamount]
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
676  | 
%  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
677  | 
\textbf{quotient\_definition} ``$\textit{add\/}\Colon\textit{my\_int} \Rightarrow \textit{my\_int} \Rightarrow \textit{my\_int\/}$'' \textbf{is} \textit{add\_raw} \\[2\smallskipamount]
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
678  | 
%  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
679  | 
\textbf{lemma} ``$\textit{add}~x~y = \textit{add}~x~x$'' \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
680  | 
\textbf{nitpick} [\textit{show\_datatypes}] \\[2\smallskipamount]
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
681  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
682  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
683  | 
\hbox{}\qquad\qquad $x = \Abs{(0,\, 0)}$ \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
684  | 
\hbox{}\qquad\qquad $y = \Abs{(1,\, 0)}$ \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
685  | 
\hbox{}\qquad Datatypes: \\
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
686  | 
\hbox{}\qquad\qquad $\textit{nat} = \{0,\, 1,\, \unr\}$ \\
 | 
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
687  | 
\hbox{}\qquad\qquad $\textit{nat} \times \textit{nat}~[\textsl{boxed\/}] = \{(0,\, 0),\> (1,\, 0),\> \unr\}$ \\
 | 
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
688  | 
\hbox{}\qquad\qquad $\textit{my\_int} = \{\Abs{(0,\, 0)},\> \Abs{(1,\, 0)},\> \unr\}$
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
689  | 
\postw  | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
690  | 
|
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
691  | 
In the counterexample, $\Abs{(0,\, 0)}$ and $\Abs{(1,\, 0)}$ represent the
 | 
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
692  | 
integers $0$ and $1$, respectively. Other representants would have been  | 
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
693  | 
possible---e.g., $\Abs{(5,\, 5)}$ and $\Abs{(12,\, 11)}$. If we are going to
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
694  | 
use \textit{my\_int} extensively, it pays off to install a term postprocessor
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
695  | 
that converts the pair notation to the standard mathematical notation:  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
696  | 
|
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
697  | 
\prew  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
698  | 
$\textbf{ML}~\,\{{*} \\
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
699  | 
\!\begin{aligned}[t]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
700  | 
%& ({*}~\,\textit{Proof.context} \rightarrow \textit{string} \rightarrow (\textit{typ} \rightarrow \textit{term~list\/}) \rightarrow \textit{typ} \rightarrow \textit{term} \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
701  | 
%& \phantom{(*}~\,{\rightarrow}\;\textit{term}~\,{*}) \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
702  | 
& \textbf{fun}\,~\textit{my\_int\_postproc}~\_~\_~\_~T~(\textit{Const}~\_~\$~(\textit{Const}~\_~\$~\textit{t1}~\$~\textit{t2\/})) = {} \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
703  | 
& \phantom{fun}\,~\textit{HOLogic.mk\_number}~T~(\textit{snd}~(\textit{HOLogic.dest\_number~t1}) \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
704  | 
& \phantom{fun\,~\textit{HOLogic.mk\_number}~T~(}{-}~\textit{snd}~(\textit{HOLogic.dest\_number~t2\/})) \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
705  | 
& \phantom{fun}\!{\mid}\,~\textit{my\_int\_postproc}~\_~\_~\_~\_~t = t \\[-2pt]
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
706  | 
{*}\}\end{aligned}$ \\[2\smallskipamount]
 | 
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
707  | 
$\textbf{declaration}~\,\{{*} \\
 | 
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
708  | 
\!\begin{aligned}[t]
 | 
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
709  | 
& \textit{Nitpick\_Model.register\_term\_postprocessor}~\!\begin{aligned}[t]
 | 
| 38241 | 710  | 
  & @\{\textrm{typ}~\textit{my\_int}\} \\[-2pt]
 | 
711  | 
  & \textit{my\_int\_postproc}\end{aligned} \\[-2pt]
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
712  | 
{*}\}\end{aligned}$
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
713  | 
\postw  | 
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
714  | 
|
| 
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
715  | 
Records are also handled as datatypes with a single constructor:  | 
| 33191 | 716  | 
|
717  | 
\prew  | 
|
718  | 
\textbf{record} \textit{point} = \\
 | 
|
719  | 
\hbox{}\quad $\textit{Xcoord} \mathbin{\Colon} \textit{int}$ \\
 | 
|
720  | 
\hbox{}\quad $\textit{Ycoord} \mathbin{\Colon} \textit{int}$ \\[2\smallskipamount]
 | 
|
721  | 
\textbf{lemma} ``$\textit{Xcoord}~(p\Colon\textit{point}) = \textit{Xcoord}~(q\Colon\textit{point})$'' \\
 | 
|
722  | 
\textbf{nitpick} [\textit{show\_datatypes}] \\[2\smallskipamount]
 | 
|
723  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
724  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
725  | 
\hbox{}\qquad\qquad $p = \lparr\textit{Xcoord} = 1,\> \textit{Ycoord} = 1\rparr$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
726  | 
\hbox{}\qquad\qquad $q = \lparr\textit{Xcoord} = 0,\> \textit{Ycoord} = 0\rparr$ \\
 | 
| 33191 | 727  | 
\hbox{}\qquad Datatypes: \\
 | 
728  | 
\hbox{}\qquad\qquad $\textit{int} = \{0,\, 1,\, \unr\}$ \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
729  | 
\hbox{}\qquad\qquad $\textit{point} = \{\!\begin{aligned}[t]
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
730  | 
& \lparr\textit{Xcoord} = 0,\> \textit{Ycoord} = 0\rparr, \\[-2pt] %% TYPESETTING
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
731  | 
& \lparr\textit{Xcoord} = 1,\> \textit{Ycoord} = 1\rparr,\, \unr\}\end{aligned}$
 | 
| 33191 | 732  | 
\postw  | 
733  | 
||
734  | 
Finally, Nitpick provides rudimentary support for rationals and reals using a  | 
|
735  | 
similar approach:  | 
|
736  | 
||
737  | 
\prew  | 
|
738  | 
\textbf{lemma} ``$4 * x + 3 * (y\Colon\textit{real}) \not= 1/2$'' \\
 | 
|
739  | 
\textbf{nitpick} [\textit{show\_datatypes}] \\[2\smallskipamount]
 | 
|
740  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
741  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
742  | 
\hbox{}\qquad\qquad $x = 1/2$ \\
 | 
|
743  | 
\hbox{}\qquad\qquad $y = -1/2$ \\
 | 
|
744  | 
\hbox{}\qquad Datatypes: \\
 | 
|
745  | 
\hbox{}\qquad\qquad $\textit{nat} = \{0,\, 1,\, 2,\, 3,\, 4,\, 5,\, 6,\, 7,\, \unr\}$ \\
 | 
|
746  | 
\hbox{}\qquad\qquad $\textit{int} = \{0,\, 1,\, 2,\, 3,\, 4,\, -3,\, -2,\, -1,\, \unr\}$ \\
 | 
|
747  | 
\hbox{}\qquad\qquad $\textit{real} = \{1,\, 0,\, 4,\, -3/2,\, 3,\, 2,\, 1/2,\, -1/2,\, \unr\}$
 | 
|
748  | 
\postw  | 
|
749  | 
||
750  | 
\subsection{Inductive and Coinductive Predicates}
 | 
|
751  | 
\label{inductive-and-coinductive-predicates}
 | 
|
752  | 
||
753  | 
Inductively defined predicates (and sets) are particularly problematic for  | 
|
754  | 
counterexample generators. They can make Quickcheck~\cite{berghofer-nipkow-2004}
 | 
|
755  | 
loop forever and Refute~\cite{weber-2008} run out of resources. The crux of
 | 
|
| 38176 | 756  | 
the problem is that they are defined using a least fixed-point construction.  | 
| 33191 | 757  | 
|
758  | 
Nitpick's philosophy is that not all inductive predicates are equal. Consider  | 
|
759  | 
the \textit{even} predicate below:
 | 
|
760  | 
||
761  | 
\prew  | 
|
762  | 
\textbf{inductive}~\textit{even}~\textbf{where} \\
 | 
|
763  | 
``\textit{even}~0'' $\,\mid$ \\
 | 
|
764  | 
``\textit{even}~$n\,\Longrightarrow\, \textit{even}~(\textit{Suc}~(\textit{Suc}~n))$''
 | 
|
765  | 
\postw  | 
|
766  | 
||
767  | 
This predicate enjoys the desirable property of being well-founded, which means  | 
|
768  | 
that the introduction rules don't give rise to infinite chains of the form  | 
|
769  | 
||
770  | 
\prew  | 
|
771  | 
$\cdots\,\Longrightarrow\, \textit{even}~k''
 | 
|
772  | 
       \,\Longrightarrow\, \textit{even}~k'
 | 
|
773  | 
       \,\Longrightarrow\, \textit{even}~k.$
 | 
|
774  | 
\postw  | 
|
775  | 
||
776  | 
For \textit{even}, this is obvious: Any chain ending at $k$ will be of length
 | 
|
777  | 
$k/2 + 1$:  | 
|
778  | 
||
779  | 
\prew  | 
|
780  | 
$\textit{even}~0\,\Longrightarrow\, \textit{even}~2\,\Longrightarrow\, \cdots
 | 
|
781  | 
       \,\Longrightarrow\, \textit{even}~(k - 2)
 | 
|
782  | 
       \,\Longrightarrow\, \textit{even}~k.$
 | 
|
783  | 
\postw  | 
|
784  | 
||
785  | 
Wellfoundedness is desirable because it enables Nitpick to use a very efficient  | 
|
| 38176 | 786  | 
fixed-point computation.%  | 
| 33191 | 787  | 
\footnote{If an inductive predicate is
 | 
788  | 
well-founded, then it has exactly one fixed point, which is simultaneously the  | 
|
789  | 
least and the greatest fixed point. In these circumstances, the computation of  | 
|
790  | 
the least fixed point amounts to the computation of an arbitrary fixed point,  | 
|
791  | 
which can be performed using a straightforward recursive equation.}  | 
|
792  | 
Moreover, Nitpick can prove wellfoundedness of most well-founded predicates,  | 
|
793  | 
just as Isabelle's \textbf{function} package usually discharges termination
 | 
|
794  | 
proof obligations automatically.  | 
|
795  | 
||
796  | 
Let's try an example:  | 
|
797  | 
||
798  | 
\prew  | 
|
799  | 
\textbf{lemma} ``$\exists n.\; \textit{even}~n \mathrel{\land} \textit{even}~(\textit{Suc}~n)$'' \\
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
800  | 
\textbf{nitpick}~[\textit{card nat}~= 50, \textit{unary\_ints}, \textit{verbose}] \\[2\smallskipamount]
 | 
| 33191 | 801  | 
\slshape The inductive predicate ``\textit{even}'' was proved well-founded.
 | 
802  | 
Nitpick can compute it efficiently. \\[2\smallskipamount]  | 
|
803  | 
Trying 1 scope: \\  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
804  | 
\hbox{}\qquad \textit{card nat}~= 50. \\[2\smallskipamount]
 | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
805  | 
Nitpick found a potentially spurious counterexample for \textit{card nat}~= 50: \\[2\smallskipamount]
 | 
| 33191 | 806  | 
\hbox{}\qquad Empty assignment \\[2\smallskipamount]
 | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
807  | 
Nitpick could not find a better counterexample. \\[2\smallskipamount]  | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
808  | 
Total time: 1.43 s.  | 
| 33191 | 809  | 
\postw  | 
810  | 
||
811  | 
No genuine counterexample is possible because Nitpick cannot rule out the  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
812  | 
existence of a natural number $n \ge 50$ such that both $\textit{even}~n$ and
 | 
| 33191 | 813  | 
$\textit{even}~(\textit{Suc}~n)$ are true. To help Nitpick, we can bound the
 | 
814  | 
existential quantifier:  | 
|
815  | 
||
816  | 
\prew  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
817  | 
\textbf{lemma} ``$\exists n \mathbin{\le} 49.\; \textit{even}~n \mathrel{\land} \textit{even}~(\textit{Suc}~n)$'' \\
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
818  | 
\textbf{nitpick}~[\textit{card nat}~= 50, \textit{unary\_ints}] \\[2\smallskipamount]
 | 
| 33191 | 819  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
820  | 
\hbox{}\qquad Empty assignment
 | 
|
821  | 
\postw  | 
|
822  | 
||
823  | 
So far we were blessed by the wellfoundedness of \textit{even}. What happens if
 | 
|
824  | 
we use the following definition instead?  | 
|
825  | 
||
826  | 
\prew  | 
|
827  | 
\textbf{inductive} $\textit{even}'$ \textbf{where} \\
 | 
|
828  | 
``$\textit{even}'~(0{\Colon}\textit{nat})$'' $\,\mid$ \\
 | 
|
829  | 
``$\textit{even}'~2$'' $\,\mid$ \\
 | 
|
830  | 
``$\lbrakk\textit{even}'~m;\> \textit{even}'~n\rbrakk \,\Longrightarrow\, \textit{even}'~(m + n)$''
 | 
|
831  | 
\postw  | 
|
832  | 
||
833  | 
This definition is not well-founded: From $\textit{even}'~0$ and
 | 
|
834  | 
$\textit{even}'~0$, we can derive that $\textit{even}'~0$. Nonetheless, the
 | 
|
835  | 
predicates $\textit{even}$ and $\textit{even}'$ are equivalent.
 | 
|
836  | 
||
837  | 
Let's check a property involving $\textit{even}'$. To make up for the
 | 
|
838  | 
foreseeable computational hurdles entailed by non-wellfoundedness, we decrease  | 
|
839  | 
\textit{nat}'s cardinality to a mere 10:
 | 
|
840  | 
||
841  | 
\prew  | 
|
842  | 
\textbf{lemma}~``$\exists n \in \{0, 2, 4, 6, 8\}.\;
 | 
|
843  | 
\lnot\;\textit{even}'~n$'' \\
 | 
|
844  | 
\textbf{nitpick}~[\textit{card nat}~= 10,\, \textit{verbose},\, \textit{show\_consts}] \\[2\smallskipamount]
 | 
|
845  | 
\slshape  | 
|
846  | 
The inductive predicate ``$\textit{even}'\!$'' could not be proved well-founded.
 | 
|
847  | 
Nitpick might need to unroll it. \\[2\smallskipamount]  | 
|
848  | 
Trying 6 scopes: \\  | 
|
849  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 0; \\
 | 
|
850  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 1; \\
 | 
|
851  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 2; \\
 | 
|
852  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 4; \\
 | 
|
853  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 8; \\
 | 
|
854  | 
\hbox{}\qquad \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 9. \\[2\smallskipamount]
 | 
|
855  | 
Nitpick found a counterexample for \textit{card nat}~= 10 and \textit{iter} $\textit{even}'$~= 2: \\[2\smallskipamount]
 | 
|
856  | 
\hbox{}\qquad Constant: \nopagebreak \\
 | 
|
857  | 
\hbox{}\qquad\qquad $\lambda i.\; \textit{even}'$ = $\undef(\!\begin{aligned}[t]
 | 
|
858  | 
& 2 := \{0, 2, 4, 6, 8, 1^\Q, 3^\Q, 5^\Q, 7^\Q, 9^\Q\}, \\[-2pt]
 | 
|
859  | 
& 1 := \{0, 2, 4, 1^\Q, 3^\Q, 5^\Q, 6^\Q, 7^\Q, 8^\Q, 9^\Q\}, \\[-2pt]
 | 
|
860  | 
& 0 := \{0, 2, 1^\Q, 3^\Q, 4^\Q, 5^\Q, 6^\Q, 7^\Q, 8^\Q, 9^\Q\})\end{aligned}$ \\[2\smallskipamount]
 | 
|
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
861  | 
Total time: 2.42 s.  | 
| 33191 | 862  | 
\postw  | 
863  | 
||
864  | 
Nitpick's output is very instructive. First, it tells us that the predicate is  | 
|
865  | 
unrolled, meaning that it is computed iteratively from the empty set. Then it  | 
|
866  | 
lists six scopes specifying different bounds on the numbers of iterations:\ 0,  | 
|
867  | 
1, 2, 4, 8, and~9.  | 
|
868  | 
||
869  | 
The output also shows how each iteration contributes to $\textit{even}'$. The
 | 
|
870  | 
notation $\lambda i.\; \textit{even}'$ indicates that the value of the
 | 
|
871  | 
predicate depends on an iteration counter. Iteration 0 provides the basis  | 
|
872  | 
elements, $0$ and $2$. Iteration 1 contributes $4$ ($= 2 + 2$). Iteration 2  | 
|
873  | 
throws $6$ ($= 2 + 4 = 4 + 2$) and $8$ ($= 4 + 4$) into the mix. Further  | 
|
874  | 
iterations would not contribute any new elements.  | 
|
875  | 
||
876  | 
Some values are marked with superscripted question  | 
|
877  | 
marks~(`\lower.2ex\hbox{$^\Q$}'). These are the elements for which the
 | 
|
878  | 
predicate evaluates to $\unk$. Thus, $\textit{even}'$ evaluates to either
 | 
|
879  | 
\textit{True} or $\unk$, never \textit{False}.
 | 
|
880  | 
||
| 38181 | 881  | 
When unrolling a predicate, Nitpick tries 0, 1, 2, 4, 8, 12, 16, 20, 24, and 28  | 
| 33191 | 882  | 
iterations. However, these numbers are bounded by the cardinality of the  | 
883  | 
predicate's domain. With \textit{card~nat}~= 10, no more than 9 iterations are
 | 
|
884  | 
ever needed to compute the value of a \textit{nat} predicate. You can specify
 | 
|
885  | 
the number of iterations using the \textit{iter} option, as explained in
 | 
|
886  | 
\S\ref{scope-of-search}.
 | 
|
887  | 
||
888  | 
In the next formula, $\textit{even}'$ occurs both positively and negatively:
 | 
|
889  | 
||
890  | 
\prew  | 
|
891  | 
\textbf{lemma} ``$\textit{even}'~(n - 2) \,\Longrightarrow\, \textit{even}'~n$'' \\
 | 
|
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
892  | 
\textbf{nitpick} [\textit{card nat} = 10, \textit{show\_consts}] \\[2\smallskipamount]
 | 
| 33191 | 893  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
894  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
895  | 
\hbox{}\qquad\qquad $n = 1$ \\
 | 
|
896  | 
\hbox{}\qquad Constants: \nopagebreak \\
 | 
|
897  | 
\hbox{}\qquad\qquad $\lambda i.\; \textit{even}'$ = $\undef(\!\begin{aligned}[t]
 | 
|
898  | 
& 0 := \{0, 2, 1^\Q, 3^\Q, 4^\Q, 5^\Q, 6^\Q, 7^\Q, 8^\Q, 9^\Q\})\end{aligned}$  \\
 | 
|
899  | 
\hbox{}\qquad\qquad $\textit{even}' \subseteq \{0, 2, 4, 6, 8, \unr\}$
 | 
|
900  | 
\postw  | 
|
901  | 
||
902  | 
Notice the special constraint $\textit{even}' \subseteq \{0,\, 2,\, 4,\, 6,\,
 | 
|
903  | 
8,\, \unr\}$ in the output, whose right-hand side represents an arbitrary  | 
|
904  | 
fixed point (not necessarily the least one). It is used to falsify  | 
|
905  | 
$\textit{even}'~n$. In contrast, the unrolled predicate is used to satisfy
 | 
|
906  | 
$\textit{even}'~(n - 2)$.
 | 
|
907  | 
||
908  | 
Coinductive predicates are handled dually. For example:  | 
|
909  | 
||
910  | 
\prew  | 
|
911  | 
\textbf{coinductive} \textit{nats} \textbf{where} \\
 | 
|
912  | 
``$\textit{nats}~(x\Colon\textit{nat}) \,\Longrightarrow\, \textit{nats}~x$'' \\[2\smallskipamount]
 | 
|
913  | 
\textbf{lemma} ``$\textit{nats} = \{0, 1, 2, 3, 4\}$'' \\
 | 
|
914  | 
\textbf{nitpick}~[\textit{card nat} = 10,\, \textit{show\_consts}] \\[2\smallskipamount]
 | 
|
915  | 
\slshape Nitpick found a counterexample:  | 
|
916  | 
\\[2\smallskipamount]  | 
|
917  | 
\hbox{}\qquad Constants: \nopagebreak \\
 | 
|
918  | 
\hbox{}\qquad\qquad $\lambda i.\; \textit{nats} = \undef(0 := \{\!\begin{aligned}[t]
 | 
|
919  | 
& 0^\Q, 1^\Q, 2^\Q, 3^\Q, 4^\Q, 5^\Q, 6^\Q, 7^\Q, 8^\Q, 9^\Q, \\[-2pt]  | 
|
920  | 
& \unr\})\end{aligned}$ \\
 | 
|
921  | 
\hbox{}\qquad\qquad $nats \supseteq \{9, 5^\Q, 6^\Q, 7^\Q, 8^\Q, \unr\}$
 | 
|
922  | 
\postw  | 
|
923  | 
||
924  | 
As a special case, Nitpick uses Kodkod's transitive closure operator to encode  | 
|
925  | 
negative occurrences of non-well-founded ``linear inductive predicates,'' i.e.,  | 
|
926  | 
inductive predicates for which each the predicate occurs in at most one  | 
|
927  | 
assumption of each introduction rule. For example:  | 
|
928  | 
||
929  | 
\prew  | 
|
930  | 
\textbf{inductive} \textit{odd} \textbf{where} \\
 | 
|
931  | 
``$\textit{odd}~1$'' $\,\mid$ \\
 | 
|
932  | 
``$\lbrakk \textit{odd}~m;\>\, \textit{even}~n\rbrakk \,\Longrightarrow\, \textit{odd}~(m + n)$'' \\[2\smallskipamount]
 | 
|
933  | 
\textbf{lemma}~``$\textit{odd}~n \,\Longrightarrow\, \textit{odd}~(n - 2)$'' \\
 | 
|
934  | 
\textbf{nitpick}~[\textit{card nat} = 10,\, \textit{show\_consts}] \\[2\smallskipamount]
 | 
|
935  | 
\slshape Nitpick found a counterexample:  | 
|
936  | 
\\[2\smallskipamount]  | 
|
937  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
938  | 
\hbox{}\qquad\qquad $n = 1$ \\
 | 
|
939  | 
\hbox{}\qquad Constants: \nopagebreak \\
 | 
|
940  | 
\hbox{}\qquad\qquad $\textit{even} = \{0, 2, 4, 6, 8, \unr\}$ \\
 | 
|
941  | 
\hbox{}\qquad\qquad $\textit{odd}_{\textsl{base}} = \{1, \unr\}$ \\
 | 
|
942  | 
\hbox{}\qquad\qquad $\textit{odd}_{\textsl{step}} = \!
 | 
|
943  | 
\!\begin{aligned}[t]
 | 
|
944  | 
  & \{(0, 0), (0, 2), (0, 4), (0, 6), (0, 8), (1, 1), (1, 3), (1, 5), \\[-2pt]
 | 
|
945  | 
  & \phantom{\{} (1, 7), (1, 9), (2, 2), (2, 4), (2, 6), (2, 8), (3, 3),
 | 
|
946  | 
(3, 5), \\[-2pt]  | 
|
947  | 
  & \phantom{\{} (3, 7), (3, 9), (4, 4), (4, 6), (4, 8), (5, 5), (5, 7), (5, 9), \\[-2pt]
 | 
|
948  | 
  & \phantom{\{} (6, 6), (6, 8), (7, 7), (7, 9), (8, 8), (9, 9), \unr\}\end{aligned}$ \\
 | 
|
949  | 
\hbox{}\qquad\qquad $\textit{odd} \subseteq \{1, 3, 5, 7, 9, 8^\Q, \unr\}$
 | 
|
950  | 
\postw  | 
|
951  | 
||
952  | 
\noindent  | 
|
953  | 
In the output, $\textit{odd}_{\textrm{base}}$ represents the base elements and
 | 
|
954  | 
$\textit{odd}_{\textrm{step}}$ is a transition relation that computes new
 | 
|
955  | 
elements from known ones. The set $\textit{odd}$ consists of all the values
 | 
|
956  | 
reachable through the reflexive transitive closure of  | 
|
957  | 
$\textit{odd}_{\textrm{step}}$ starting with any element from
 | 
|
958  | 
$\textit{odd}_{\textrm{base}}$, namely 1, 3, 5, 7, and 9. Using Kodkod's
 | 
|
959  | 
transitive closure to encode linear predicates is normally either more thorough  | 
|
960  | 
or more efficient than unrolling (depending on the value of \textit{iter}), but
 | 
|
961  | 
for those cases where it isn't you can disable it by passing the  | 
|
962  | 
\textit{dont\_star\_linear\_preds} option.
 | 
|
963  | 
||
964  | 
\subsection{Coinductive Datatypes}
 | 
|
965  | 
\label{coinductive-datatypes}
 | 
|
966  | 
||
967  | 
While Isabelle regrettably lacks a high-level mechanism for defining coinductive  | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
968  | 
datatypes, the \textit{Coinductive\_List} theory from Andreas Lochbihler's
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
969  | 
\textit{Coinductive} AFP entry \cite{lochbihler-2010} provides a coinductive
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
970  | 
``lazy list'' datatype, $'a~\textit{llist}$, defined the hard way. Nitpick
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
971  | 
supports these lazy lists seamlessly and provides a hook, described in  | 
| 33191 | 972  | 
\S\ref{registration-of-coinductive-datatypes}, to register custom coinductive
 | 
973  | 
datatypes.  | 
|
974  | 
||
975  | 
(Co)intuitively, a coinductive datatype is similar to an inductive datatype but  | 
|
976  | 
allows infinite objects. Thus, the infinite lists $\textit{ps}$ $=$ $[a, a, a,
 | 
|
977  | 
\ldots]$, $\textit{qs}$ $=$ $[a, b, a, b, \ldots]$, and $\textit{rs}$ $=$ $[0,
 | 
|
978  | 
1, 2, 3, \ldots]$ can be defined as lazy lists using the  | 
|
979  | 
$\textit{LNil}\mathbin{\Colon}{'}a~\textit{llist}$ and
 | 
|
980  | 
$\textit{LCons}\mathbin{\Colon}{'}a \mathbin{\Rightarrow} {'}a~\textit{llist}
 | 
|
981  | 
\mathbin{\Rightarrow} {'}a~\textit{llist}$ constructors.
 | 
|
982  | 
||
983  | 
Although it is otherwise no friend of infinity, Nitpick can find counterexamples  | 
|
984  | 
involving cyclic lists such as \textit{ps} and \textit{qs} above as well as
 | 
|
985  | 
finite lists:  | 
|
986  | 
||
987  | 
\prew  | 
|
988  | 
\textbf{lemma} ``$\textit{xs} \not= \textit{LCons}~a~\textit{xs}$'' \\
 | 
|
989  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
990  | 
\slshape Nitpick found a counterexample for {\itshape card}~$'a$ = 1: \\[2\smallskipamount]
 | 
|
991  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
992  | 
\hbox{}\qquad\qquad $\textit{a} = a_1$ \\
 | 
|
993  | 
\hbox{}\qquad\qquad $\textit{xs} = \textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega$
 | 
|
994  | 
\postw  | 
|
995  | 
||
996  | 
The notation $\textrm{THE}~\omega.\; \omega = t(\omega)$ stands
 | 
|
997  | 
for the infinite term $t(t(t(\ldots)))$. Hence, \textit{xs} is simply the
 | 
|
998  | 
infinite list $[a_1, a_1, a_1, \ldots]$.  | 
|
999  | 
||
1000  | 
The next example is more interesting:  | 
|
1001  | 
||
1002  | 
\prew  | 
|
1003  | 
\textbf{lemma}~``$\lbrakk\textit{xs} = \textit{LCons}~a~\textit{xs};\>\,
 | 
|
1004  | 
\textit{ys} = \textit{iterates}~(\lambda b.\> a)~b\rbrakk \,\Longrightarrow\, \textit{xs} = \textit{ys}$'' \\
 | 
|
1005  | 
\textbf{nitpick} [\textit{verbose}] \\[2\smallskipamount]
 | 
|
1006  | 
\slshape The type ``\kern1pt$'a$'' passed the monotonicity test. Nitpick might be able to skip  | 
|
1007  | 
some scopes. \\[2\smallskipamount]  | 
|
| 38181 | 1008  | 
Trying 10 scopes: \\  | 
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1009  | 
\hbox{}\qquad \textit{card} $'a$~= 1, \textit{card} ``\kern1pt$'a~\textit{list\/}$''~= 1,
 | 
| 33191 | 1010  | 
and \textit{bisim\_depth}~= 0. \\
 | 
1011  | 
\hbox{}\qquad $\qquad\vdots$ \\[.5\smallskipamount]
 | 
|
| 38181 | 1012  | 
\hbox{}\qquad \textit{card} $'a$~= 10, \textit{card} ``\kern1pt$'a~\textit{list\/}$''~= 10,
 | 
1013  | 
and \textit{bisim\_depth}~= 9. \\[2\smallskipamount]
 | 
|
| 33191 | 1014  | 
Nitpick found a counterexample for {\itshape card}~$'a$ = 2,
 | 
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1015  | 
\textit{card}~``\kern1pt$'a~\textit{list\/}$''~= 2, and \textit{bisim\_\allowbreak
 | 
| 33191 | 1016  | 
depth}~= 1:  | 
1017  | 
\\[2\smallskipamount]  | 
|
1018  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1019  | 
\hbox{}\qquad\qquad $\textit{a} = a_1$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1020  | 
\hbox{}\qquad\qquad $\textit{b} = a_2$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1021  | 
\hbox{}\qquad\qquad $\textit{xs} = \textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1022  | 
\hbox{}\qquad\qquad $\textit{ys} = \textit{LCons}~a_2~(\textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega)$ \\[2\smallskipamount]
 | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1023  | 
Total time: 1.02 s.  | 
| 33191 | 1024  | 
\postw  | 
1025  | 
||
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1026  | 
The lazy list $\textit{xs}$ is simply $[a_1, a_1, a_1, \ldots]$, whereas
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1027  | 
$\textit{ys}$ is $[a_2, a_1, a_1, a_1, \ldots]$, i.e., a lasso-shaped list with
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1028  | 
$[a_2]$ as its stem and $[a_1]$ as its cycle. In general, the list segment  | 
| 33191 | 1029  | 
within the scope of the {THE} binder corresponds to the lasso's cycle, whereas
 | 
1030  | 
the segment leading to the binder is the stem.  | 
|
1031  | 
||
1032  | 
A salient property of coinductive datatypes is that two objects are considered  | 
|
1033  | 
equal if and only if they lead to the same observations. For example, the lazy  | 
|
1034  | 
lists $\textrm{THE}~\omega.\; \omega =
 | 
|
1035  | 
\textit{LCons}~a~(\textit{LCons}~b~\omega)$ and
 | 
|
1036  | 
$\textit{LCons}~a~(\textrm{THE}~\omega.\; \omega =
 | 
|
1037  | 
\textit{LCons}~b~(\textit{LCons}~a~\omega))$ are identical, because both lead
 | 
|
1038  | 
to the sequence of observations $a$, $b$, $a$, $b$, \hbox{\ldots} (or,
 | 
|
1039  | 
equivalently, both encode the infinite list $[a, b, a, b, \ldots]$). This  | 
|
1040  | 
concept of equality for coinductive datatypes is called bisimulation and is  | 
|
1041  | 
defined coinductively.  | 
|
1042  | 
||
1043  | 
Internally, Nitpick encodes the coinductive bisimilarity predicate as part of  | 
|
1044  | 
the Kodkod problem to ensure that distinct objects lead to different  | 
|
1045  | 
observations. This precaution is somewhat expensive and often unnecessary, so it  | 
|
1046  | 
can be disabled by setting the \textit{bisim\_depth} option to $-1$. The
 | 
|
1047  | 
bisimilarity check is then performed \textsl{after} the counterexample has been
 | 
|
1048  | 
found to ensure correctness. If this after-the-fact check fails, the  | 
|
| 35695 | 1049  | 
counterexample is tagged as ``quasi genuine'' and Nitpick recommends to try  | 
| 33191 | 1050  | 
again with \textit{bisim\_depth} set to a nonnegative integer. Disabling the
 | 
1051  | 
check for the previous example saves approximately 150~milli\-seconds; the speed  | 
|
1052  | 
gains can be more significant for larger scopes.  | 
|
1053  | 
||
1054  | 
The next formula illustrates the need for bisimilarity (either as a Kodkod  | 
|
1055  | 
predicate or as an after-the-fact check) to prevent spurious counterexamples:  | 
|
1056  | 
||
1057  | 
\prew  | 
|
1058  | 
\textbf{lemma} ``$\lbrakk xs = \textit{LCons}~a~\textit{xs};\>\, \textit{ys} = \textit{LCons}~a~\textit{ys}\rbrakk
 | 
|
1059  | 
\,\Longrightarrow\, \textit{xs} = \textit{ys}$'' \\
 | 
|
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1060  | 
\textbf{nitpick} [\textit{bisim\_depth} = $-1$, \textit{show\_datatypes}] \\[2\smallskipamount]
 | 
| 35695 | 1061  | 
\slshape Nitpick found a quasi genuine counterexample for $\textit{card}~'a$ = 2: \\[2\smallskipamount]
 | 
| 33191 | 1062  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1063  | 
\hbox{}\qquad\qquad $a = a_1$ \\
 | 
| 33191 | 1064  | 
\hbox{}\qquad\qquad $\textit{xs} = \textsl{THE}~\omega.\; \omega =
 | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1065  | 
\textit{LCons}~a_1~\omega$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1066  | 
\hbox{}\qquad\qquad $\textit{ys} = \textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega$ \\
 | 
| 33191 | 1067  | 
\hbox{}\qquad Codatatype:\strut \nopagebreak \\
 | 
1068  | 
\hbox{}\qquad\qquad $'a~\textit{llist} =
 | 
|
1069  | 
\{\!\begin{aligned}[t]
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1070  | 
  & \textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega, \\[-2pt]
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1071  | 
  & \textsl{THE}~\omega.\; \omega = \textit{LCons}~a_1~\omega,\> \unr\}\end{aligned}$
 | 
| 33191 | 1072  | 
\\[2\smallskipamount]  | 
1073  | 
Try again with ``\textit{bisim\_depth}'' set to a nonnegative value to confirm
 | 
|
1074  | 
that the counterexample is genuine. \\[2\smallskipamount]  | 
|
1075  | 
{\upshape\textbf{nitpick}} \\[2\smallskipamount]
 | 
|
1076  | 
\slshape Nitpick found no counterexample.  | 
|
1077  | 
\postw  | 
|
1078  | 
||
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
1079  | 
In the first \textbf{nitpick} invocation, the after-the-fact check discovered
 | 
| 33191 | 1080  | 
that the two known elements of type $'a~\textit{llist}$ are bisimilar.
 | 
1081  | 
||
1082  | 
A compromise between leaving out the bisimilarity predicate from the Kodkod  | 
|
1083  | 
problem and performing the after-the-fact check is to specify a lower  | 
|
1084  | 
nonnegative \textit{bisim\_depth} value than the default one provided by
 | 
|
1085  | 
Nitpick. In general, a value of $K$ means that Nitpick will require all lists to  | 
|
1086  | 
be distinguished from each other by their prefixes of length $K$. Be aware that  | 
|
1087  | 
setting $K$ to a too low value can overconstrain Nitpick, preventing it from  | 
|
1088  | 
finding any counterexamples.  | 
|
1089  | 
||
1090  | 
\subsection{Boxing}
 | 
|
1091  | 
\label{boxing}
 | 
|
1092  | 
||
1093  | 
Nitpick normally maps function and product types directly to the corresponding  | 
|
1094  | 
Kodkod concepts. As a consequence, if $'a$ has cardinality 3 and $'b$ has  | 
|
1095  | 
cardinality 4, then $'a \times {'}b$ has cardinality 12 ($= 4 \times 3$) and $'a
 | 
|
1096  | 
\Rightarrow {'}b$ has cardinality 64 ($= 4^3$). In some circumstances, it pays
 | 
|
1097  | 
off to treat these types in the same way as plain datatypes, by approximating  | 
|
1098  | 
them by a subset of a given cardinality. This technique is called ``boxing'' and  | 
|
1099  | 
is particularly useful for functions passed as arguments to other functions, for  | 
|
1100  | 
high-arity functions, and for large tuples. Under the hood, boxing involves  | 
|
1101  | 
wrapping occurrences of the types $'a \times {'}b$ and $'a \Rightarrow {'}b$ in
 | 
|
1102  | 
isomorphic datatypes, as can be seen by enabling the \textit{debug} option.
 | 
|
1103  | 
||
1104  | 
To illustrate boxing, we consider a formalization of $\lambda$-terms represented  | 
|
1105  | 
using de Bruijn's notation:  | 
|
1106  | 
||
1107  | 
\prew  | 
|
1108  | 
\textbf{datatype} \textit{tm} = \textit{Var}~\textit{nat}~$\mid$~\textit{Lam}~\textit{tm} $\mid$ \textit{App~tm~tm}
 | 
|
1109  | 
\postw  | 
|
1110  | 
||
1111  | 
The $\textit{lift}~t~k$ function increments all variables with indices greater
 | 
|
1112  | 
than or equal to $k$ by one:  | 
|
1113  | 
||
1114  | 
\prew  | 
|
1115  | 
\textbf{primrec} \textit{lift} \textbf{where} \\
 | 
|
1116  | 
``$\textit{lift}~(\textit{Var}~j)~k = \textit{Var}~(\textrm{if}~j < k~\textrm{then}~j~\textrm{else}~j + 1)$'' $\mid$ \\
 | 
|
1117  | 
``$\textit{lift}~(\textit{Lam}~t)~k = \textit{Lam}~(\textit{lift}~t~(k + 1))$'' $\mid$ \\
 | 
|
1118  | 
``$\textit{lift}~(\textit{App}~t~u)~k = \textit{App}~(\textit{lift}~t~k)~(\textit{lift}~u~k)$''
 | 
|
1119  | 
\postw  | 
|
1120  | 
||
1121  | 
The $\textit{loose}~t~k$ predicate returns \textit{True} if and only if
 | 
|
1122  | 
term $t$ has a loose variable with index $k$ or more:  | 
|
1123  | 
||
1124  | 
\prew  | 
|
1125  | 
\textbf{primrec}~\textit{loose} \textbf{where} \\
 | 
|
1126  | 
``$\textit{loose}~(\textit{Var}~j)~k = (j \ge k)$'' $\mid$ \\
 | 
|
1127  | 
``$\textit{loose}~(\textit{Lam}~t)~k = \textit{loose}~t~(\textit{Suc}~k)$'' $\mid$ \\
 | 
|
1128  | 
``$\textit{loose}~(\textit{App}~t~u)~k = (\textit{loose}~t~k \mathrel{\lor} \textit{loose}~u~k)$''
 | 
|
1129  | 
\postw  | 
|
1130  | 
||
1131  | 
Next, the $\textit{subst}~\sigma~t$ function applies the substitution $\sigma$
 | 
|
1132  | 
on $t$:  | 
|
1133  | 
||
1134  | 
\prew  | 
|
1135  | 
\textbf{primrec}~\textit{subst} \textbf{where} \\
 | 
|
1136  | 
``$\textit{subst}~\sigma~(\textit{Var}~j) = \sigma~j$'' $\mid$ \\
 | 
|
1137  | 
``$\textit{subst}~\sigma~(\textit{Lam}~t) = {}$\phantom{''} \\
 | 
|
1138  | 
\phantom{``}$\textit{Lam}~(\textit{subst}~(\lambda n.\> \textrm{case}~n~\textrm{of}~0 \Rightarrow \textit{Var}~0 \mid \textit{Suc}~m \Rightarrow \textit{lift}~(\sigma~m)~1)~t)$'' $\mid$ \\
 | 
|
1139  | 
``$\textit{subst}~\sigma~(\textit{App}~t~u) = \textit{App}~(\textit{subst}~\sigma~t)~(\textit{subst}~\sigma~u)$''
 | 
|
1140  | 
\postw  | 
|
1141  | 
||
1142  | 
A substitution is a function that maps variable indices to terms. Observe that  | 
|
1143  | 
$\sigma$ is a function passed as argument and that Nitpick can't optimize it  | 
|
1144  | 
away, because the recursive call for the \textit{Lam} case involves an altered
 | 
|
1145  | 
version. Also notice the \textit{lift} call, which increments the variable
 | 
|
1146  | 
indices when moving under a \textit{Lam}.
 | 
|
1147  | 
||
1148  | 
A reasonable property to expect of substitution is that it should leave closed  | 
|
1149  | 
terms unchanged. Alas, even this simple property does not hold:  | 
|
1150  | 
||
1151  | 
\pre  | 
|
1152  | 
\textbf{lemma}~``$\lnot\,\textit{loose}~t~0 \,\Longrightarrow\, \textit{subst}~\sigma~t = t$'' \\
 | 
|
1153  | 
\textbf{nitpick} [\textit{verbose}] \\[2\smallskipamount]
 | 
|
1154  | 
\slshape  | 
|
| 38181 | 1155  | 
Trying 10 scopes: \nopagebreak \\  | 
| 33191 | 1156  | 
\hbox{}\qquad \textit{card~nat}~= 1, \textit{card tm}~= 1, and \textit{card} ``$\textit{nat} \Rightarrow \textit{tm}$'' = 1; \\
 | 
1157  | 
\hbox{}\qquad \textit{card~nat}~= 2, \textit{card tm}~= 2, and \textit{card} ``$\textit{nat} \Rightarrow \textit{tm}$'' = 2; \\
 | 
|
1158  | 
\hbox{}\qquad $\qquad\vdots$ \\[.5\smallskipamount]
 | 
|
| 38181 | 1159  | 
\hbox{}\qquad \textit{card~nat}~= 10, \textit{card tm}~= 10, and \textit{card} ``$\textit{nat} \Rightarrow \textit{tm}$'' = 10. \\[2\smallskipamount]
 | 
| 33191 | 1160  | 
Nitpick found a counterexample for \textit{card~nat}~= 6, \textit{card~tm}~= 6,
 | 
1161  | 
and \textit{card}~``$\textit{nat} \Rightarrow \textit{tm}$''~= 6: \\[2\smallskipamount]
 | 
|
1162  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
1163  | 
\hbox{}\qquad\qquad $\sigma = \undef(\!\begin{aligned}[t]
 | 
|
1164  | 
& 0 := \textit{Var}~0,\>
 | 
|
1165  | 
  1 := \textit{Var}~0,\>
 | 
|
1166  | 
  2 := \textit{Var}~0, \\[-2pt]
 | 
|
1167  | 
& 3 := \textit{Var}~0,\>
 | 
|
1168  | 
  4 := \textit{Var}~0,\>
 | 
|
1169  | 
  5 := \textit{Var}~0)\end{aligned}$ \\
 | 
|
1170  | 
\hbox{}\qquad\qquad $t = \textit{Lam}~(\textit{Lam}~(\textit{Var}~1))$ \\[2\smallskipamount]
 | 
|
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1171  | 
Total time: 3.56 s.  | 
| 33191 | 1172  | 
\postw  | 
1173  | 
||
1174  | 
Using \textit{eval}, we find out that $\textit{subst}~\sigma~t =
 | 
|
1175  | 
\textit{Lam}~(\textit{Lam}~(\textit{Var}~0))$. Using the traditional
 | 
|
1176  | 
$\lambda$-term notation, $t$~is  | 
|
1177  | 
$\lambda x\, y.\> x$ whereas $\textit{subst}~\sigma~t$ is $\lambda x\, y.\> y$.
 | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1178  | 
The bug is in \textit{subst\/}: The $\textit{lift}~(\sigma~m)~1$ call should be
 | 
| 33191 | 1179  | 
replaced with $\textit{lift}~(\sigma~m)~0$.
 | 
1180  | 
||
1181  | 
An interesting aspect of Nitpick's verbose output is that it assigned inceasing  | 
|
| 38181 | 1182  | 
cardinalities from 1 to 10 to the type $\textit{nat} \Rightarrow \textit{tm}$.
 | 
| 33191 | 1183  | 
For the formula of interest, knowing 6 values of that type was enough to find  | 
1184  | 
the counterexample. Without boxing, $46\,656$ ($= 6^6$) values must be  | 
|
1185  | 
considered, a hopeless undertaking:  | 
|
1186  | 
||
1187  | 
\prew  | 
|
1188  | 
\textbf{nitpick} [\textit{dont\_box}] \\[2\smallskipamount]
 | 
|
| 38183 | 1189  | 
{\slshape Nitpick ran out of time after checking 3 of 10 scopes.}
 | 
| 33191 | 1190  | 
\postw  | 
1191  | 
||
1192  | 
{\looseness=-1
 | 
|
1193  | 
Boxing can be enabled or disabled globally or on a per-type basis using the  | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1194  | 
\textit{box} option. Nitpick usually performs reasonable choices about which
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1195  | 
types should be boxed, but option tweaking sometimes helps. A related optimization,  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1196  | 
``finalization,'' attempts to wrap functions that constant at all but finitely  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1197  | 
many points (e.g., finite sets); see the documentation for the \textit{finalize}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1198  | 
option in \S\ref{scope-of-search} for details.
 | 
| 33191 | 1199  | 
|
1200  | 
}  | 
|
1201  | 
||
1202  | 
\subsection{Scope Monotonicity}
 | 
|
1203  | 
\label{scope-monotonicity}
 | 
|
1204  | 
||
1205  | 
The \textit{card} option (together with \textit{iter}, \textit{bisim\_depth},
 | 
|
1206  | 
and \textit{max}) controls which scopes are actually tested. In general, to
 | 
|
1207  | 
exhaust all models below a certain cardinality bound, the number of scopes that  | 
|
1208  | 
Nitpick must consider increases exponentially with the number of type variables  | 
|
1209  | 
(and \textbf{typedecl}'d types) occurring in the formula. Given the default
 | 
|
| 38181 | 1210  | 
cardinality specification of 1--10, no fewer than $10^4 = 10\,000$ scopes must be  | 
| 33191 | 1211  | 
considered for a formula involving $'a$, $'b$, $'c$, and $'d$.  | 
1212  | 
||
1213  | 
Fortunately, many formulas exhibit a property called \textsl{scope
 | 
|
1214  | 
monotonicity}, meaning that if the formula is falsifiable for a given scope,  | 
|
1215  | 
it is also falsifiable for all larger scopes \cite[p.~165]{jackson-2006}.
 | 
|
1216  | 
||
1217  | 
Consider the formula  | 
|
1218  | 
||
1219  | 
\prew  | 
|
1220  | 
\textbf{lemma}~``$\textit{length~xs} = \textit{length~ys} \,\Longrightarrow\, \textit{rev}~(\textit{zip~xs~ys}) = \textit{zip~xs}~(\textit{rev~ys})$''
 | 
|
1221  | 
\postw  | 
|
1222  | 
||
1223  | 
where \textit{xs} is of type $'a~\textit{list}$ and \textit{ys} is of type
 | 
|
| 38181 | 1224  | 
$'b~\textit{list}$. A priori, Nitpick would need to consider $1\,000$ scopes to
 | 
| 38274 | 1225  | 
exhaust the specification \textit{card}~= 1--10 (10 cardinalies for $'a$
 | 
1226  | 
$\times$ 10 cardinalities for $'b$ $\times$ 10 cardinalities for the datatypes).  | 
|
1227  | 
However, our intuition tells us that any counterexample found with a small scope  | 
|
1228  | 
would still be a counterexample in a larger scope---by simply ignoring the fresh  | 
|
1229  | 
$'a$ and $'b$ values provided by the larger scope. Nitpick comes to the same  | 
|
1230  | 
conclusion after a careful inspection of the formula and the relevant  | 
|
1231  | 
definitions:  | 
|
| 33191 | 1232  | 
|
1233  | 
\prew  | 
|
1234  | 
\textbf{nitpick}~[\textit{verbose}] \\[2\smallskipamount]
 | 
|
1235  | 
\slshape  | 
|
1236  | 
The types ``\kern1pt$'a$'' and ``\kern1pt$'b$'' passed the monotonicity test.  | 
|
1237  | 
Nitpick might be able to skip some scopes.  | 
|
1238  | 
\\[2\smallskipamount]  | 
|
| 38181 | 1239  | 
Trying 10 scopes: \\  | 
| 33191 | 1240  | 
\hbox{}\qquad \textit{card} $'a$~= 1, \textit{card} $'b$~= 1,
 | 
1241  | 
\textit{card} \textit{nat}~= 1, \textit{card} ``$('a \times {'}b)$
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1242  | 
\textit{list\/}''~= 1, \\
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1243  | 
\hbox{}\qquad\quad \textit{card} ``\kern1pt$'a$ \textit{list\/}''~= 1, and
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1244  | 
\textit{card} ``\kern1pt$'b$ \textit{list\/}''~= 1. \\
 | 
| 33191 | 1245  | 
\hbox{}\qquad \textit{card} $'a$~= 2, \textit{card} $'b$~= 2,
 | 
1246  | 
\textit{card} \textit{nat}~= 2, \textit{card} ``$('a \times {'}b)$
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1247  | 
\textit{list\/}''~= 2, \\
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1248  | 
\hbox{}\qquad\quad \textit{card} ``\kern1pt$'a$ \textit{list\/}''~= 2, and
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1249  | 
\textit{card} ``\kern1pt$'b$ \textit{list\/}''~= 2. \\
 | 
| 33191 | 1250  | 
\hbox{}\qquad $\qquad\vdots$ \\[.5\smallskipamount]
 | 
| 38181 | 1251  | 
\hbox{}\qquad \textit{card} $'a$~= 10, \textit{card} $'b$~= 10,
 | 
1252  | 
\textit{card} \textit{nat}~= 10, \textit{card} ``$('a \times {'}b)$
 | 
|
1253  | 
\textit{list\/}''~= 10, \\
 | 
|
1254  | 
\hbox{}\qquad\quad \textit{card} ``\kern1pt$'a$ \textit{list\/}''~= 10, and
 | 
|
1255  | 
\textit{card} ``\kern1pt$'b$ \textit{list\/}''~= 10.
 | 
|
| 33191 | 1256  | 
\\[2\smallskipamount]  | 
1257  | 
Nitpick found a counterexample for  | 
|
1258  | 
\textit{card} $'a$~= 5, \textit{card} $'b$~= 5,
 | 
|
1259  | 
\textit{card} \textit{nat}~= 5, \textit{card} ``$('a \times {'}b)$
 | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1260  | 
\textit{list\/}''~= 5, \textit{card} ``\kern1pt$'a$ \textit{list\/}''~= 5, and
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1261  | 
\textit{card} ``\kern1pt$'b$ \textit{list\/}''~= 5:
 | 
| 33191 | 1262  | 
\\[2\smallskipamount]  | 
1263  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1264  | 
\hbox{}\qquad\qquad $\textit{xs} = [a_1, a_2]$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1265  | 
\hbox{}\qquad\qquad $\textit{ys} = [b_1, b_1]$ \\[2\smallskipamount]
 | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1266  | 
Total time: 1.63 s.  | 
| 33191 | 1267  | 
\postw  | 
1268  | 
||
1269  | 
In theory, it should be sufficient to test a single scope:  | 
|
1270  | 
||
1271  | 
\prew  | 
|
| 38181 | 1272  | 
\textbf{nitpick}~[\textit{card}~= 10]
 | 
| 33191 | 1273  | 
\postw  | 
1274  | 
||
1275  | 
However, this is often less efficient in practice and may lead to overly complex  | 
|
1276  | 
counterexamples.  | 
|
1277  | 
||
1278  | 
If the monotonicity check fails but we believe that the formula is monotonic (or  | 
|
1279  | 
we don't mind missing some counterexamples), we can pass the  | 
|
1280  | 
\textit{mono} option. To convince yourself that this option is risky,
 | 
|
1281  | 
simply consider this example from \S\ref{skolemization}:
 | 
|
1282  | 
||
1283  | 
\prew  | 
|
1284  | 
\textbf{lemma} ``$\exists g.\; \forall x\Colon 'b.~g~(f~x) = x
 | 
|
1285  | 
 \,\Longrightarrow\, \forall y\Colon {'}a.\; \exists x.~y = f~x$'' \\
 | 
|
1286  | 
\textbf{nitpick} [\textit{mono}] \\[2\smallskipamount]
 | 
|
1287  | 
{\slshape Nitpick found no counterexample.} \\[2\smallskipamount]
 | 
|
1288  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
1289  | 
\slshape  | 
|
1290  | 
Nitpick found a counterexample for \textit{card} $'a$~= 2 and \textit{card} $'b$~=~1: \\
 | 
|
1291  | 
\hbox{}\qquad $\vdots$
 | 
|
1292  | 
\postw  | 
|
1293  | 
||
1294  | 
(It turns out the formula holds if and only if $\textit{card}~'a \le
 | 
|
1295  | 
\textit{card}~'b$.) Although this is rarely advisable, the automatic
 | 
|
1296  | 
monotonicity checks can be disabled by passing \textit{non\_mono}
 | 
|
1297  | 
(\S\ref{optimizations}).
 | 
|
1298  | 
||
1299  | 
As insinuated in \S\ref{natural-numbers-and-integers} and
 | 
|
1300  | 
\S\ref{inductive-datatypes}, \textit{nat}, \textit{int}, and inductive datatypes
 | 
|
1301  | 
are normally monotonic and treated as such. The same is true for record types,  | 
|
| 38274 | 1302  | 
\textit{rat}, and \textit{real}. Thus, given the
 | 
| 38181 | 1303  | 
cardinality specification 1--10, a formula involving \textit{nat}, \textit{int},
 | 
| 33191 | 1304  | 
\textit{int~list}, \textit{rat}, and \textit{rat~list} will lead Nitpick to
 | 
| 38274 | 1305  | 
consider only 10~scopes instead of $10\,000$. On the other hand,  | 
1306  | 
\textbf{typedef}s and quotient types are generally nonmonotonic.
 | 
|
| 33191 | 1307  | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1308  | 
\subsection{Inductive Properties}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1309  | 
\label{inductive-properties}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1310  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1311  | 
Inductive properties are a particular pain to prove, because the failure to  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1312  | 
establish an induction step can mean several things:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1313  | 
%  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1314  | 
\begin{enumerate}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1315  | 
\item The property is invalid.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1316  | 
\item The property is valid but is too weak to support the induction step.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1317  | 
\item The property is valid and strong enough; it's just that we haven't found  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1318  | 
the proof yet.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1319  | 
\end{enumerate}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1320  | 
%  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1321  | 
Depending on which scenario applies, we would take the appropriate course of  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1322  | 
action:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1323  | 
%  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1324  | 
\begin{enumerate}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1325  | 
\item Repair the statement of the property so that it becomes valid.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1326  | 
\item Generalize the property and/or prove auxiliary properties.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1327  | 
\item Work harder on a proof.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1328  | 
\end{enumerate}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1329  | 
%  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1330  | 
How can we distinguish between the three scenarios? Nitpick's normal mode of  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1331  | 
operation can often detect scenario 1, and Isabelle's automatic tactics help with  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1332  | 
scenario 3. Using appropriate techniques, it is also often possible to use  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1333  | 
Nitpick to identify scenario 2. Consider the following transition system,  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1334  | 
in which natural numbers represent states:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1335  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1336  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1337  | 
\textbf{inductive\_set}~\textit{reach}~\textbf{where} \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1338  | 
``$(4\Colon\textit{nat}) \in \textit{reach\/}$'' $\mid$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1339  | 
``$\lbrakk n < 4;\> n \in \textit{reach\/}\rbrakk \,\Longrightarrow\, 3 * n + 1 \in \textit{reach\/}$'' $\mid$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1340  | 
``$n \in \textit{reach} \,\Longrightarrow n + 2 \in \textit{reach\/}$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1341  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1342  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1343  | 
We will try to prove that only even numbers are reachable:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1344  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1345  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1346  | 
\textbf{lemma}~``$n \in \textit{reach} \,\Longrightarrow\, 2~\textrm{dvd}~n$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1347  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1348  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1349  | 
Does this property hold? Nitpick cannot find a counterexample within 30 seconds,  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1350  | 
so let's attempt a proof by induction:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1351  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1352  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1353  | 
\textbf{apply}~(\textit{induct~set}{:}~\textit{reach\/}) \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1354  | 
\textbf{apply}~\textit{auto}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1355  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1356  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1357  | 
This leaves us in the following proof state:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1358  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1359  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1360  | 
{\slshape goal (2 subgoals): \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1361  | 
\phantom{0}1. ${\bigwedge}n.\;\, \lbrakk n \in \textit{reach\/};\, n < 4;\, 2~\textsl{dvd}~n\rbrakk \,\Longrightarrow\, 2~\textsl{dvd}~\textit{Suc}~(3 * n)$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1362  | 
\phantom{0}2. ${\bigwedge}n.\;\, \lbrakk n \in \textit{reach\/};\, 2~\textsl{dvd}~n\rbrakk \,\Longrightarrow\, 2~\textsl{dvd}~\textit{Suc}~(\textit{Suc}~n)$
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1363  | 
}  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1364  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1365  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1366  | 
If we run Nitpick on the first subgoal, it still won't find any  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1367  | 
counterexample; and yet, \textit{auto} fails to go further, and \textit{arith}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1368  | 
is helpless. However, notice the $n \in \textit{reach}$ assumption, which
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1369  | 
strengthens the induction hypothesis but is not immediately usable in the proof.  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1370  | 
If we remove it and invoke Nitpick, this time we get a counterexample:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1371  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1372  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1373  | 
\textbf{apply}~(\textit{thin\_tac}~``$n \in \textit{reach\/}$'') \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1374  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1375  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1376  | 
\hbox{}\qquad Skolem constant: \nopagebreak \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1377  | 
\hbox{}\qquad\qquad $n = 0$
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1378  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1379  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1380  | 
Indeed, 0 < 4, 2 divides 0, but 2 does not divide 1. We can use this information  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1381  | 
to strength the lemma:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1382  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1383  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1384  | 
\textbf{lemma}~``$n \in \textit{reach} \,\Longrightarrow\, 2~\textrm{dvd}~n \mathrel{\lor} n \not= 0$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1385  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1386  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1387  | 
Unfortunately, the proof by induction still gets stuck, except that Nitpick now  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1388  | 
finds the counterexample $n = 2$. We generalize the lemma further to  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1389  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1390  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1391  | 
\textbf{lemma}~``$n \in \textit{reach} \,\Longrightarrow\, 2~\textrm{dvd}~n \mathrel{\lor} n \ge 4$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1392  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1393  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1394  | 
and this time \textit{arith} can finish off the subgoals.
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1395  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1396  | 
A similar technique can be employed for structural induction. The  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1397  | 
following mini formalization of full binary trees will serve as illustration:  | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1398  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1399  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1400  | 
\textbf{datatype} $\kern1pt'a$~\textit{bin\_tree} = $\textit{Leaf}~{\kern1pt'a}$ $\mid$ $\textit{Branch}$ ``\kern1pt$'a$ \textit{bin\_tree}'' ``\kern1pt$'a$ \textit{bin\_tree}'' \\[2\smallskipamount]
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1401  | 
\textbf{primrec}~\textit{labels}~\textbf{where} \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1402  | 
``$\textit{labels}~(\textit{Leaf}~a) = \{a\}$'' $\mid$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1403  | 
``$\textit{labels}~(\textit{Branch}~t~u) = \textit{labels}~t \mathrel{\cup} \textit{labels}~u$'' \\[2\smallskipamount]
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1404  | 
\textbf{primrec}~\textit{swap}~\textbf{where} \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1405  | 
``$\textit{swap}~(\textit{Leaf}~c)~a~b =$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1406  | 
\phantom{``}$(\textrm{if}~c = a~\textrm{then}~\textit{Leaf}~b~\textrm{else~if}~c = b~\textrm{then}~\textit{Leaf}~a~\textrm{else}~\textit{Leaf}~c)$'' $\mid$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1407  | 
``$\textit{swap}~(\textit{Branch}~t~u)~a~b = \textit{Branch}~(\textit{swap}~t~a~b)~(\textit{swap}~u~a~b)$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1408  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1409  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1410  | 
The \textit{labels} function returns the set of labels occurring on leaves of a
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1411  | 
tree, and \textit{swap} exchanges two labels. Intuitively, if two distinct
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1412  | 
labels $a$ and $b$ occur in a tree $t$, they should also occur in the tree  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1413  | 
obtained by swapping $a$ and $b$:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1414  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1415  | 
\prew  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1416  | 
\textbf{lemma} $``\{a, b\} \subseteq \textit{labels}~t \,\Longrightarrow\, \textit{labels}~(\textit{swap}~t~a~b) = \textit{labels}~t$''
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1417  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1418  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1419  | 
Nitpick can't find any counterexample, so we proceed with induction  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1420  | 
(this time favoring a more structured style):  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1421  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1422  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1423  | 
\textbf{proof}~(\textit{induct}~$t$) \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1424  | 
\hbox{}\quad \textbf{case}~\textit{Leaf}~\textbf{thus}~\textit{?case}~\textbf{by}~\textit{simp} \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1425  | 
\textbf{next} \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1426  | 
\hbox{}\quad \textbf{case}~$(\textit{Branch}~t~u)$~\textbf{thus} \textit{?case}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1427  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1428  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1429  | 
Nitpick can't find any counterexample at this point either, but it makes the  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1430  | 
following suggestion:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1431  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1432  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1433  | 
\slshape  | 
| 35178 | 1434  | 
Hint: To check that the induction hypothesis is general enough, try this command:  | 
| 
35183
 
8580ba651489
reintroduce structural induction hint in Nitpick
 
blanchet 
parents: 
35180 
diff
changeset
 | 
1435  | 
\textbf{nitpick}~[\textit{non\_std}, \textit{show\_all}].
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1436  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1437  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1438  | 
If we follow the hint, we get a ``nonstandard'' counterexample for the step:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1439  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1440  | 
\prew  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1441  | 
\slshape Nitpick found a nonstandard counterexample for \textit{card} $'a$ = 3: \\[2\smallskipamount]
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1442  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1443  | 
\hbox{}\qquad\qquad $a = a_1$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1444  | 
\hbox{}\qquad\qquad $b = a_2$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1445  | 
\hbox{}\qquad\qquad $t = \xi_1$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1446  | 
\hbox{}\qquad\qquad $u = \xi_2$ \\
 | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1447  | 
\hbox{}\qquad Datatype: \nopagebreak \\
 | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1448  | 
\hbox{}\qquad\qquad $\alpha~\textit{btree} = \{\xi_1 \mathbin{=} \textit{Branch}~\xi_1~\xi_1,\> \xi_2 \mathbin{=} \textit{Branch}~\xi_2~\xi_2,\> \textit{Branch}~\xi_1~\xi_2\}$ \\
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1449  | 
\hbox{}\qquad {\slshape Constants:} \nopagebreak \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1450  | 
\hbox{}\qquad\qquad $\textit{labels} = \undef
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1451  | 
    (\!\begin{aligned}[t]%
 | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1452  | 
    & \xi_1 := \{a_2, a_3\},\> \xi_2 := \{a_1\},\> \\[-2pt]
 | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1453  | 
    & \textit{Branch}~\xi_1~\xi_2 := \{a_1, a_2, a_3\})\end{aligned}$ \\
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1454  | 
\hbox{}\qquad\qquad $\lambda x_1.\> \textit{swap}~x_1~a~b = \undef
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1455  | 
    (\!\begin{aligned}[t]%
 | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1456  | 
& \xi_1 := \xi_2,\> \xi_2 := \xi_2, \\[-2pt]  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1457  | 
    & \textit{Branch}~\xi_1~\xi_2 := \xi_2)\end{aligned}$ \\[2\smallskipamount]
 | 
| 36126 | 1458  | 
The existence of a nonstandard model suggests that the induction hypothesis is not general enough or may even  | 
1459  | 
be wrong. See the Nitpick manual's ``Inductive Properties'' section for details (``\textit{isabelle doc nitpick}'').
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1460  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1461  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1462  | 
Reading the Nitpick manual is a most excellent idea.  | 
| 
35183
 
8580ba651489
reintroduce structural induction hint in Nitpick
 
blanchet 
parents: 
35180 
diff
changeset
 | 
1463  | 
But what's going on? The \textit{non\_std} option told the tool to look for
 | 
| 
 
8580ba651489
reintroduce structural induction hint in Nitpick
 
blanchet 
parents: 
35180 
diff
changeset
 | 
1464  | 
nonstandard models of binary trees, which means that new ``nonstandard'' trees  | 
| 
 
8580ba651489
reintroduce structural induction hint in Nitpick
 
blanchet 
parents: 
35180 
diff
changeset
 | 
1465  | 
$\xi_1, \xi_2, \ldots$, are now allowed in addition to the standard trees  | 
| 
 
8580ba651489
reintroduce structural induction hint in Nitpick
 
blanchet 
parents: 
35180 
diff
changeset
 | 
1466  | 
generated by the \textit{Leaf} and \textit{Branch} constructors.%
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1467  | 
\footnote{Notice the similarity between allowing nonstandard trees here and
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1468  | 
allowing unreachable states in the preceding example (by removing the ``$n \in  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1469  | 
\textit{reach\/}$'' assumption). In both cases, we effectively enlarge the
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1470  | 
set of objects over which the induction is performed while doing the step  | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1471  | 
in order to test the induction hypothesis's strength.}  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1472  | 
Unlike standard trees, these new trees contain cycles. We will see later that  | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1473  | 
every property of acyclic trees that can be proved without using induction also  | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1474  | 
holds for cyclic trees. Hence,  | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1475  | 
%  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1476  | 
\begin{quote}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1477  | 
\textsl{If the induction
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1478  | 
hypothesis is strong enough, the induction step will hold even for nonstandard  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1479  | 
objects, and Nitpick won't find any nonstandard counterexample.}  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1480  | 
\end{quote}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1481  | 
%  | 
| 
35180
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1482  | 
But here the tool find some nonstandard trees $t = \xi_1$  | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1483  | 
and $u = \xi_2$ such that $a \notin \textit{labels}~t$, $b \in
 | 
| 
 
c57dba973391
more work on Nitpick's support for nonstandard models + fix in model reconstruction
 
blanchet 
parents: 
35178 
diff
changeset
 | 
1484  | 
\textit{labels}~t$, $a \in \textit{labels}~u$, and $b \notin \textit{labels}~u$.
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1485  | 
Because neither tree contains both $a$ and $b$, the induction hypothesis tells  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1486  | 
us nothing about the labels of $\textit{swap}~t~a~b$ and $\textit{swap}~u~a~b$,
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1487  | 
and as a result we know nothing about the labels of the tree  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1488  | 
$\textit{swap}~(\textit{Branch}~t~u)~a~b$, which by definition equals
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1489  | 
$\textit{Branch}$ $(\textit{swap}~t~a~b)$ $(\textit{swap}~u~a~b)$, whose
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1490  | 
labels are $\textit{labels}$ $(\textit{swap}~t~a~b) \mathrel{\cup}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1491  | 
\textit{labels}$ $(\textit{swap}~u~a~b)$.
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1492  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1493  | 
The solution is to ensure that we always know what the labels of the subtrees  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1494  | 
are in the inductive step, by covering the cases where $a$ and/or~$b$ is not in  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1495  | 
$t$ in the statement of the lemma:  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1496  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1497  | 
\prew  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1498  | 
\textbf{lemma} ``$\textit{labels}~(\textit{swap}~t~a~b) = {}$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1499  | 
\phantom{\textbf{lemma} ``}$(\textrm{if}~a \in \textit{labels}~t~\textrm{then}$ \nopagebreak \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1500  | 
\phantom{\textbf{lemma} ``(\quad}$\textrm{if}~b \in \textit{labels}~t~\textrm{then}~\textit{labels}~t~\textrm{else}~(\textit{labels}~t - \{a\}) \mathrel{\cup} \{b\}$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1501  | 
\phantom{\textbf{lemma} ``(}$\textrm{else}$ \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1502  | 
\phantom{\textbf{lemma} ``(\quad}$\textrm{if}~b \in \textit{labels}~t~\textrm{then}~(\textit{labels}~t - \{b\}) \mathrel{\cup} \{a\}~\textrm{else}~\textit{labels}~t)$''
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1503  | 
\postw  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1504  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1505  | 
This time, Nitpick won't find any nonstandard counterexample, and we can perform  | 
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1506  | 
the induction step using \textit{auto}.
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1507  | 
|
| 33191 | 1508  | 
\section{Case Studies}
 | 
1509  | 
\label{case-studies}
 | 
|
1510  | 
||
1511  | 
As a didactic device, the previous section focused mostly on toy formulas whose  | 
|
1512  | 
validity can easily be assessed just by looking at the formula. We will now  | 
|
1513  | 
review two somewhat more realistic case studies that are within Nitpick's  | 
|
1514  | 
reach:\ a context-free grammar modeled by mutually inductive sets and a  | 
|
1515  | 
functional implementation of AA trees. The results presented in this  | 
|
1516  | 
section were produced with the following settings:  | 
|
1517  | 
||
1518  | 
\prew  | 
|
| 36268 | 1519  | 
\textbf{nitpick\_params} [\textit{max\_potential}~= 0]
 | 
| 33191 | 1520  | 
\postw  | 
1521  | 
||
1522  | 
\subsection{A Context-Free Grammar}
 | 
|
1523  | 
\label{a-context-free-grammar}
 | 
|
1524  | 
||
1525  | 
Our first case study is taken from section 7.4 in the Isabelle tutorial  | 
|
1526  | 
\cite{isa-tutorial}. The following grammar, originally due to Hopcroft and
 | 
|
1527  | 
Ullman, produces all strings with an equal number of $a$'s and $b$'s:  | 
|
1528  | 
||
1529  | 
\prew  | 
|
1530  | 
\begin{tabular}{@{}r@{$\;\,$}c@{$\;\,$}l@{}}
 | 
|
1531  | 
$S$ & $::=$ & $\epsilon \mid bA \mid aB$ \\  | 
|
1532  | 
$A$ & $::=$ & $aS \mid bAA$ \\  | 
|
1533  | 
$B$ & $::=$ & $bS \mid aBB$  | 
|
1534  | 
\end{tabular}
 | 
|
1535  | 
\postw  | 
|
1536  | 
||
| 45517 | 1537  | 
The intuition behind the grammar is that $A$ generates all strings with one more  | 
| 33191 | 1538  | 
$a$ than $b$'s and $B$ generates all strings with one more $b$ than $a$'s.  | 
1539  | 
||
1540  | 
The alphabet consists exclusively of $a$'s and $b$'s:  | 
|
1541  | 
||
1542  | 
\prew  | 
|
1543  | 
\textbf{datatype} \textit{alphabet}~= $a$ $\mid$ $b$
 | 
|
1544  | 
\postw  | 
|
1545  | 
||
1546  | 
Strings over the alphabet are represented by \textit{alphabet list}s.
 | 
|
1547  | 
Nonterminals in the grammar become sets of strings. The production rules  | 
|
1548  | 
presented above can be expressed as a mutually inductive definition:  | 
|
1549  | 
||
1550  | 
\prew  | 
|
1551  | 
\textbf{inductive\_set} $S$ \textbf{and} $A$ \textbf{and} $B$ \textbf{where} \\
 | 
|
1552  | 
\textit{R1}:\kern.4em ``$[] \in S$'' $\,\mid$ \\
 | 
|
1553  | 
\textit{R2}:\kern.4em ``$w \in A\,\Longrightarrow\, b \mathbin{\#} w \in S$'' $\,\mid$ \\
 | 
|
1554  | 
\textit{R3}:\kern.4em ``$w \in B\,\Longrightarrow\, a \mathbin{\#} w \in S$'' $\,\mid$ \\
 | 
|
1555  | 
\textit{R4}:\kern.4em ``$w \in S\,\Longrightarrow\, a \mathbin{\#} w \in A$'' $\,\mid$ \\
 | 
|
1556  | 
\textit{R5}:\kern.4em ``$w \in S\,\Longrightarrow\, b \mathbin{\#} w \in S$'' $\,\mid$ \\
 | 
|
1557  | 
\textit{R6}:\kern.4em ``$\lbrakk v \in B;\> v \in B\rbrakk \,\Longrightarrow\, a \mathbin{\#} v \mathbin{@} w \in B$''
 | 
|
1558  | 
\postw  | 
|
1559  | 
||
1560  | 
The conversion of the grammar into the inductive definition was done manually by  | 
|
1561  | 
Joe Blow, an underpaid undergraduate student. As a result, some errors might  | 
|
1562  | 
have sneaked in.  | 
|
1563  | 
||
1564  | 
Debugging faulty specifications is at the heart of Nitpick's \textsl{raison
 | 
|
1565  | 
d'\^etre}. A good approach is to state desirable properties of the specification  | 
|
1566  | 
(here, that $S$ is exactly the set of strings over $\{a, b\}$ with as many $a$'s
 | 
|
1567  | 
as $b$'s) and check them with Nitpick. If the properties are correctly stated,  | 
|
1568  | 
counterexamples will point to bugs in the specification. For our grammar  | 
|
1569  | 
example, we will proceed in two steps, separating the soundness and the  | 
|
1570  | 
completeness of the set $S$. First, soundness:  | 
|
1571  | 
||
1572  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1573  | 
\textbf{theorem}~\textit{S\_sound\/}: \\
 | 
| 33191 | 1574  | 
``$w \in S \longrightarrow \textit{length}~[x\mathbin{\leftarrow} w.\; x = a] =
 | 
1575  | 
  \textit{length}~[x\mathbin{\leftarrow} w.\; x = b]$'' \\
 | 
|
1576  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
1577  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
1578  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
1579  | 
\hbox{}\qquad\qquad $w = [b]$
 | 
|
1580  | 
\postw  | 
|
1581  | 
||
1582  | 
It would seem that $[b] \in S$. How could this be? An inspection of the  | 
|
1583  | 
introduction rules reveals that the only rule with a right-hand side of the form  | 
|
1584  | 
$b \mathbin{\#} {\ldots} \in S$ that could have introduced $[b]$ into $S$ is
 | 
|
1585  | 
\textit{R5}:
 | 
|
1586  | 
||
1587  | 
\prew  | 
|
1588  | 
``$w \in S\,\Longrightarrow\, b \mathbin{\#} w \in S$''
 | 
|
1589  | 
\postw  | 
|
1590  | 
||
1591  | 
On closer inspection, we can see that this rule is wrong. To match the  | 
|
1592  | 
production $B ::= bS$, the second $S$ should be a $B$. We fix the typo and try  | 
|
1593  | 
again:  | 
|
1594  | 
||
1595  | 
\prew  | 
|
1596  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
1597  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
1598  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
1599  | 
\hbox{}\qquad\qquad $w = [a, a, b]$
 | 
|
1600  | 
\postw  | 
|
1601  | 
||
1602  | 
Some detective work is necessary to find out what went wrong here. To get $[a,  | 
|
1603  | 
a, b] \in S$, we need $[a, b] \in B$ by \textit{R3}, which in turn can only come
 | 
|
1604  | 
from \textit{R6}:
 | 
|
1605  | 
||
1606  | 
\prew  | 
|
1607  | 
``$\lbrakk v \in B;\> v \in B\rbrakk \,\Longrightarrow\, a \mathbin{\#} v \mathbin{@} w \in B$''
 | 
|
1608  | 
\postw  | 
|
1609  | 
||
1610  | 
Now, this formula must be wrong: The same assumption occurs twice, and the  | 
|
1611  | 
variable $w$ is unconstrained. Clearly, one of the two occurrences of $v$ in  | 
|
1612  | 
the assumptions should have been a $w$.  | 
|
1613  | 
||
1614  | 
With the correction made, we don't get any counterexample from Nitpick. Let's  | 
|
1615  | 
move on and check completeness:  | 
|
1616  | 
||
1617  | 
\prew  | 
|
1618  | 
\textbf{theorem}~\textit{S\_complete}: \\
 | 
|
1619  | 
``$\textit{length}~[x\mathbin{\leftarrow} w.\; x = a] =
 | 
|
1620  | 
   \textit{length}~[x\mathbin{\leftarrow} w.\; x = b]
 | 
|
1621  | 
\longrightarrow w \in S$'' \\  | 
|
1622  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
1623  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
1624  | 
\hbox{}\qquad Free variable: \nopagebreak \\
 | 
|
1625  | 
\hbox{}\qquad\qquad $w = [b, b, a, a]$
 | 
|
1626  | 
\postw  | 
|
1627  | 
||
1628  | 
Apparently, $[b, b, a, a] \notin S$, even though it has the same numbers of  | 
|
1629  | 
$a$'s and $b$'s. But since our inductive definition passed the soundness check,  | 
|
1630  | 
the introduction rules we have are probably correct. Perhaps we simply lack an  | 
|
1631  | 
introduction rule. Comparing the grammar with the inductive definition, our  | 
|
1632  | 
suspicion is confirmed: Joe Blow simply forgot the production $A ::= bAA$,  | 
|
1633  | 
without which the grammar cannot generate two or more $b$'s in a row. So we add  | 
|
1634  | 
the rule  | 
|
1635  | 
||
1636  | 
\prew  | 
|
1637  | 
``$\lbrakk v \in A;\> w \in A\rbrakk \,\Longrightarrow\, b \mathbin{\#} v \mathbin{@} w \in A$''
 | 
|
1638  | 
\postw  | 
|
1639  | 
||
1640  | 
With this last change, we don't get any counterexamples from Nitpick for either  | 
|
1641  | 
soundness or completeness. We can even generalize our result to cover $A$ and  | 
|
1642  | 
$B$ as well:  | 
|
1643  | 
||
1644  | 
\prew  | 
|
1645  | 
\textbf{theorem} \textit{S\_A\_B\_sound\_and\_complete}: \\
 | 
|
1646  | 
``$w \in S \longleftrightarrow \textit{length}~[x \mathbin{\leftarrow} w.\; x = a] = \textit{length}~[x \mathbin{\leftarrow} w.\; x = b]$'' \\
 | 
|
1647  | 
``$w \in A \longleftrightarrow \textit{length}~[x \mathbin{\leftarrow} w.\; x = a] = \textit{length}~[x \mathbin{\leftarrow} w.\; x = b] + 1$'' \\
 | 
|
1648  | 
``$w \in B \longleftrightarrow \textit{length}~[x \mathbin{\leftarrow} w.\; x = b] = \textit{length}~[x \mathbin{\leftarrow} w.\; x = a] + 1$'' \\
 | 
|
1649  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
| 38183 | 1650  | 
\slshape Nitpick found no counterexample.  | 
| 33191 | 1651  | 
\postw  | 
1652  | 
||
1653  | 
\subsection{AA Trees}
 | 
|
1654  | 
\label{aa-trees}
 | 
|
1655  | 
||
1656  | 
AA trees are a kind of balanced trees discovered by Arne Andersson that provide  | 
|
1657  | 
similar performance to red-black trees, but with a simpler implementation  | 
|
1658  | 
\cite{andersson-1993}. They can be used to store sets of elements equipped with
 | 
|
1659  | 
a total order $<$. We start by defining the datatype and some basic extractor  | 
|
1660  | 
functions:  | 
|
1661  | 
||
1662  | 
\prew  | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1663  | 
\textbf{datatype} $'a$~\textit{aa\_tree} = \\
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1664  | 
\hbox{}\quad $\Lambda$ $\mid$ $N$ ``\kern1pt$'a\Colon \textit{linorder}$'' \textit{nat} ``\kern1pt$'a$ \textit{aa\_tree}'' ``\kern1pt$'a$ \textit{aa\_tree}''  \\[2\smallskipamount]
 | 
| 33191 | 1665  | 
\textbf{primrec} \textit{data} \textbf{where} \\
 | 
1666  | 
``$\textit{data}~\Lambda = \undef$'' $\,\mid$ \\
 | 
|
1667  | 
``$\textit{data}~(N~x~\_~\_~\_) = x$'' \\[2\smallskipamount]
 | 
|
1668  | 
\textbf{primrec} \textit{dataset} \textbf{where} \\
 | 
|
1669  | 
``$\textit{dataset}~\Lambda = \{\}$'' $\,\mid$ \\
 | 
|
1670  | 
``$\textit{dataset}~(N~x~\_~t~u) = \{x\} \cup \textit{dataset}~t \mathrel{\cup} \textit{dataset}~u$'' \\[2\smallskipamount]
 | 
|
1671  | 
\textbf{primrec} \textit{level} \textbf{where} \\
 | 
|
1672  | 
``$\textit{level}~\Lambda = 0$'' $\,\mid$ \\
 | 
|
1673  | 
``$\textit{level}~(N~\_~k~\_~\_) = k$'' \\[2\smallskipamount]
 | 
|
1674  | 
\textbf{primrec} \textit{left} \textbf{where} \\
 | 
|
1675  | 
``$\textit{left}~\Lambda = \Lambda$'' $\,\mid$ \\
 | 
|
1676  | 
``$\textit{left}~(N~\_~\_~t~\_) = t$'' \\[2\smallskipamount]
 | 
|
1677  | 
\textbf{primrec} \textit{right} \textbf{where} \\
 | 
|
1678  | 
``$\textit{right}~\Lambda = \Lambda$'' $\,\mid$ \\
 | 
|
1679  | 
``$\textit{right}~(N~\_~\_~\_~u) = u$''
 | 
|
1680  | 
\postw  | 
|
1681  | 
||
1682  | 
The wellformedness criterion for AA trees is fairly complex. Wikipedia states it  | 
|
1683  | 
as follows \cite{wikipedia-2009-aa-trees}:
 | 
|
1684  | 
||
1685  | 
\kern.2\parskip %% TYPESETTING  | 
|
1686  | 
||
1687  | 
\pre  | 
|
1688  | 
Each node has a level field, and the following invariants must remain true for  | 
|
1689  | 
the tree to be valid:  | 
|
1690  | 
||
1691  | 
\raggedright  | 
|
1692  | 
||
1693  | 
\kern-.4\parskip %% TYPESETTING  | 
|
1694  | 
||
1695  | 
\begin{enum}
 | 
|
1696  | 
\item[]  | 
|
1697  | 
\begin{enum}
 | 
|
1698  | 
\item[1.] The level of a leaf node is one.  | 
|
1699  | 
\item[2.] The level of a left child is strictly less than that of its parent.  | 
|
1700  | 
\item[3.] The level of a right child is less than or equal to that of its parent.  | 
|
1701  | 
\item[4.] The level of a right grandchild is strictly less than that of its grandparent.  | 
|
1702  | 
\item[5.] Every node of level greater than one must have two children.  | 
|
1703  | 
\end{enum}
 | 
|
1704  | 
\end{enum}
 | 
|
1705  | 
\post  | 
|
1706  | 
||
1707  | 
\kern.4\parskip %% TYPESETTING  | 
|
1708  | 
||
1709  | 
The \textit{wf} predicate formalizes this description:
 | 
|
1710  | 
||
1711  | 
\prew  | 
|
1712  | 
\textbf{primrec} \textit{wf} \textbf{where} \\
 | 
|
1713  | 
``$\textit{wf}~\Lambda = \textit{True}$'' $\,\mid$ \\
 | 
|
1714  | 
``$\textit{wf}~(N~\_~k~t~u) =$ \\
 | 
|
1715  | 
\phantom{``}$(\textrm{if}~t = \Lambda~\textrm{then}$ \\
 | 
|
1716  | 
\phantom{``$(\quad$}$k = 1 \mathrel{\land} (u = \Lambda \mathrel{\lor} (\textit{level}~u = 1 \mathrel{\land} \textit{left}~u = \Lambda \mathrel{\land} \textit{right}~u = \Lambda))$ \\
 | 
|
1717  | 
\phantom{``$($}$\textrm{else}$ \\
 | 
|
| 33193 | 1718  | 
\hbox{}\phantom{``$(\quad$}$\textit{wf}~t \mathrel{\land} \textit{wf}~u
 | 
| 33191 | 1719  | 
\mathrel{\land} u \not= \Lambda \mathrel{\land} \textit{level}~t < k
 | 
| 33193 | 1720  | 
\mathrel{\land} \textit{level}~u \le k$ \\
 | 
1721  | 
\hbox{}\phantom{``$(\quad$}${\land}\; \textit{level}~(\textit{right}~u) < k)$''
 | 
|
| 33191 | 1722  | 
\postw  | 
1723  | 
||
1724  | 
Rebalancing the tree upon insertion and removal of elements is performed by two  | 
|
1725  | 
auxiliary functions called \textit{skew} and \textit{split}, defined below:
 | 
|
1726  | 
||
1727  | 
\prew  | 
|
1728  | 
\textbf{primrec} \textit{skew} \textbf{where} \\
 | 
|
1729  | 
``$\textit{skew}~\Lambda = \Lambda$'' $\,\mid$ \\
 | 
|
1730  | 
``$\textit{skew}~(N~x~k~t~u) = {}$ \\
 | 
|
1731  | 
\phantom{``}$(\textrm{if}~t \not= \Lambda \mathrel{\land} k =
 | 
|
1732  | 
\textit{level}~t~\textrm{then}$ \\
 | 
|
1733  | 
\phantom{``(\quad}$N~(\textit{data}~t)~k~(\textit{left}~t)~(N~x~k~
 | 
|
1734  | 
(\textit{right}~t)~u)$ \\
 | 
|
1735  | 
\phantom{``(}$\textrm{else}$ \\
 | 
|
1736  | 
\phantom{``(\quad}$N~x~k~t~u)$''
 | 
|
1737  | 
\postw  | 
|
1738  | 
||
1739  | 
\prew  | 
|
1740  | 
\textbf{primrec} \textit{split} \textbf{where} \\
 | 
|
1741  | 
``$\textit{split}~\Lambda = \Lambda$'' $\,\mid$ \\
 | 
|
1742  | 
``$\textit{split}~(N~x~k~t~u) = {}$ \\
 | 
|
1743  | 
\phantom{``}$(\textrm{if}~u \not= \Lambda \mathrel{\land} k =
 | 
|
1744  | 
\textit{level}~(\textit{right}~u)~\textrm{then}$ \\
 | 
|
1745  | 
\phantom{``(\quad}$N~(\textit{data}~u)~(\textit{Suc}~k)~
 | 
|
1746  | 
(N~x~k~t~(\textit{left}~u))~(\textit{right}~u)$ \\
 | 
|
1747  | 
\phantom{``(}$\textrm{else}$ \\
 | 
|
1748  | 
\phantom{``(\quad}$N~x~k~t~u)$''
 | 
|
1749  | 
\postw  | 
|
1750  | 
||
1751  | 
Performing a \textit{skew} or a \textit{split} should have no impact on the set
 | 
|
1752  | 
of elements stored in the tree:  | 
|
1753  | 
||
1754  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1755  | 
\textbf{theorem}~\textit{dataset\_skew\_split\/}:\\
 | 
| 33191 | 1756  | 
``$\textit{dataset}~(\textit{skew}~t) = \textit{dataset}~t$'' \\
 | 
1757  | 
``$\textit{dataset}~(\textit{split}~t) = \textit{dataset}~t$'' \\
 | 
|
1758  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
| 38183 | 1759  | 
{\slshape Nitpick ran out of time after checking 9 of 10 scopes.}
 | 
| 33191 | 1760  | 
\postw  | 
1761  | 
||
| 40147 | 1762  | 
Furthermore, applying \textit{skew} or \textit{split} on a well-formed tree
 | 
| 33191 | 1763  | 
should not alter the tree:  | 
1764  | 
||
1765  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1766  | 
\textbf{theorem}~\textit{wf\_skew\_split\/}:\\
 | 
| 33191 | 1767  | 
``$\textit{wf}~t\,\Longrightarrow\, \textit{skew}~t = t$'' \\
 | 
1768  | 
``$\textit{wf}~t\,\Longrightarrow\, \textit{split}~t = t$'' \\
 | 
|
1769  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
1770  | 
{\slshape Nitpick found no counterexample.}
 | 
|
1771  | 
\postw  | 
|
1772  | 
||
1773  | 
Insertion is implemented recursively. It preserves the sort order:  | 
|
1774  | 
||
1775  | 
\prew  | 
|
1776  | 
\textbf{primrec}~\textit{insort} \textbf{where} \\
 | 
|
1777  | 
``$\textit{insort}~\Lambda~x = N~x~1~\Lambda~\Lambda$'' $\,\mid$ \\
 | 
|
1778  | 
``$\textit{insort}~(N~y~k~t~u)~x =$ \\
 | 
|
1779  | 
\phantom{``}$({*}~(\textit{split} \circ \textit{skew})~{*})~(N~y~k~(\textrm{if}~x < y~\textrm{then}~\textit{insort}~t~x~\textrm{else}~t)$ \\
 | 
|
1780  | 
\phantom{``$({*}~(\textit{split} \circ \textit{skew})~{*})~(N~y~k~$}$(\textrm{if}~x > y~\textrm{then}~\textit{insort}~u~x~\textrm{else}~u))$''
 | 
|
1781  | 
\postw  | 
|
1782  | 
||
1783  | 
Notice that we deliberately commented out the application of \textit{skew} and
 | 
|
1784  | 
\textit{split}. Let's see if this causes any problems:
 | 
|
1785  | 
||
1786  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1787  | 
\textbf{theorem}~\textit{wf\_insort\/}:\kern.4em ``$\textit{wf}~t\,\Longrightarrow\, \textit{wf}~(\textit{insort}~t~x)$'' \\
 | 
| 33191 | 1788  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
1789  | 
\slshape Nitpick found a counterexample for \textit{card} $'a$ = 4: \\[2\smallskipamount]
 | 
|
1790  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1791  | 
\hbox{}\qquad\qquad $t = N~a_1~1~\Lambda~\Lambda$ \\
 | 
| 
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
1792  | 
\hbox{}\qquad\qquad $x = a_2$
 | 
| 33191 | 1793  | 
\postw  | 
1794  | 
||
| 
34038
 
a2736debeabd
make Nitpick output the message "Hint: Maybe you forgot a type constraint?" only for syntactic classes
 
blanchet 
parents: 
33887 
diff
changeset
 | 
1795  | 
It's hard to see why this is a counterexample. To improve readability, we will  | 
| 
 
a2736debeabd
make Nitpick output the message "Hint: Maybe you forgot a type constraint?" only for syntactic classes
 
blanchet 
parents: 
33887 
diff
changeset
 | 
1796  | 
restrict the theorem to \textit{nat}, so that we don't need to look up the value
 | 
| 
 
a2736debeabd
make Nitpick output the message "Hint: Maybe you forgot a type constraint?" only for syntactic classes
 
blanchet 
parents: 
33887 
diff
changeset
 | 
1797  | 
of the $\textit{op}~{<}$ constant to find out which element is smaller than the
 | 
| 
 
a2736debeabd
make Nitpick output the message "Hint: Maybe you forgot a type constraint?" only for syntactic classes
 
blanchet 
parents: 
33887 
diff
changeset
 | 
1798  | 
other. In addition, we will tell Nitpick to display the value of  | 
| 
 
a2736debeabd
make Nitpick output the message "Hint: Maybe you forgot a type constraint?" only for syntactic classes
 
blanchet 
parents: 
33887 
diff
changeset
 | 
1799  | 
$\textit{insort}~t~x$ using the \textit{eval} option. This gives
 | 
| 33191 | 1800  | 
|
1801  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1802  | 
\textbf{theorem} \textit{wf\_insort\_nat\/}:\kern.4em ``$\textit{wf}~t\,\Longrightarrow\, \textit{wf}~(\textit{insort}~t~(x\Colon\textit{nat}))$'' \\
 | 
| 33191 | 1803  | 
\textbf{nitpick} [\textit{eval} = ``$\textit{insort}~t~x$''] \\[2\smallskipamount]
 | 
1804  | 
\slshape Nitpick found a counterexample: \\[2\smallskipamount]  | 
|
1805  | 
\hbox{}\qquad Free variables: \nopagebreak \\
 | 
|
1806  | 
\hbox{}\qquad\qquad $t = N~1~1~\Lambda~\Lambda$ \\
 | 
|
1807  | 
\hbox{}\qquad\qquad $x = 0$ \\
 | 
|
1808  | 
\hbox{}\qquad Evaluated term: \\
 | 
|
1809  | 
\hbox{}\qquad\qquad $\textit{insort}~t~x = N~1~1~(N~0~1~\Lambda~\Lambda)~\Lambda$
 | 
|
1810  | 
\postw  | 
|
1811  | 
||
1812  | 
Nitpick's output reveals that the element $0$ was added as a left child of $1$,  | 
|
| 40147 | 1813  | 
where both nodes have a level of 1. This violates the second AA tree invariant,  | 
1814  | 
which states that a left child's level must be less than its parent's. This  | 
|
1815  | 
shouldn't come as a surprise, considering that we commented out the tree  | 
|
1816  | 
rebalancing code. Reintroducing the code seems to solve the problem:  | 
|
| 33191 | 1817  | 
|
1818  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1819  | 
\textbf{theorem}~\textit{wf\_insort\/}:\kern.4em ``$\textit{wf}~t\,\Longrightarrow\, \textit{wf}~(\textit{insort}~t~x)$'' \\
 | 
| 33191 | 1820  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
| 38183 | 1821  | 
{\slshape Nitpick ran out of time after checking 8 of 10 scopes.}
 | 
| 33191 | 1822  | 
\postw  | 
1823  | 
||
1824  | 
Insertion should transform the set of elements represented by the tree in the  | 
|
1825  | 
obvious way:  | 
|
1826  | 
||
1827  | 
\prew  | 
|
| 
35284
 
9edc2bd6d2bd
enabled Nitpick's support for quotient types + shortened the Nitpick tests a bit
 
blanchet 
parents: 
35220 
diff
changeset
 | 
1828  | 
\textbf{theorem} \textit{dataset\_insort\/}:\kern.4em
 | 
| 33191 | 1829  | 
``$\textit{dataset}~(\textit{insort}~t~x) = \{x\} \cup \textit{dataset}~t$'' \\
 | 
1830  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
| 38183 | 1831  | 
{\slshape Nitpick ran out of time after checking 7 of 10 scopes.}
 | 
| 33191 | 1832  | 
\postw  | 
1833  | 
||
| 45571 | 1834  | 
We could continue like this and sketch a full-blown theory of AA trees. Once the  | 
| 
35072
 
d79308423aea
optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
 
blanchet 
parents: 
34998 
diff
changeset
 | 
1835  | 
definitions and main theorems are in place and have been thoroughly tested using  | 
| 
 
d79308423aea
optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
 
blanchet 
parents: 
34998 
diff
changeset
 | 
1836  | 
Nitpick, we could start working on the proofs. Developing theories this way  | 
| 
 
d79308423aea
optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
 
blanchet 
parents: 
34998 
diff
changeset
 | 
1837  | 
usually saves time, because faulty theorems and definitions are discovered much  | 
| 
 
d79308423aea
optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
 
blanchet 
parents: 
34998 
diff
changeset
 | 
1838  | 
earlier in the process.  | 
| 33191 | 1839  | 
|
1840  | 
\section{Option Reference}
 | 
|
1841  | 
\label{option-reference}
 | 
|
1842  | 
||
| 43012 | 1843  | 
\def\defl{\{}
 | 
1844  | 
\def\defr{\}}
 | 
|
1845  | 
||
| 33191 | 1846  | 
\def\flushitem#1{\item[]\noindent\kern-\leftmargin \textbf{#1}}
 | 
1847  | 
\def\qty#1{$\left<\textit{#1}\right>$}
 | 
|
1848  | 
\def\qtybf#1{$\mathbf{\left<\textbf{\textit{#1}}\right>}$}
 | 
|
| 43012 | 1849  | 
\def\optrue#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{true}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
 | 
1850  | 
\def\opfalse#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{false}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
 | 
|
1851  | 
\def\opsmart#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\enskip \defl\textit{smart}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1852  | 
\def\opnodefault#1#2{\flushitem{\textit{#1} = \qtybf{#2}} \nopagebreak\\[\parskip]}
 | 
| 43012 | 1853  | 
\def\opdefault#1#2#3{\flushitem{\textit{#1} = \qtybf{#2}\enskip \defl\textit{#3}\defr} \nopagebreak\\[\parskip]}
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1854  | 
\def\oparg#1#2#3{\flushitem{\textit{#1} \qtybf{#2} = \qtybf{#3}} \nopagebreak\\[\parskip]}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1855  | 
\def\opargbool#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]}
 | 
| 43012 | 1856  | 
\def\opargboolorsmart#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]}
 | 
| 33191 | 1857  | 
|
1858  | 
Nitpick's behavior can be influenced by various options, which can be specified  | 
|
1859  | 
in brackets after the \textbf{nitpick} command. Default values can be set
 | 
|
1860  | 
using \textbf{nitpick\_\allowbreak params}. For example:
 | 
|
1861  | 
||
1862  | 
\prew  | 
|
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1863  | 
\textbf{nitpick\_params} [\textit{verbose}, \,\textit{timeout} = 60]
 | 
| 33191 | 1864  | 
\postw  | 
1865  | 
||
1866  | 
The options are categorized as follows:\ mode of operation  | 
|
1867  | 
(\S\ref{mode-of-operation}), scope of search (\S\ref{scope-of-search}), output
 | 
|
1868  | 
format (\S\ref{output-format}), automatic counterexample checks
 | 
|
1869  | 
(\S\ref{authentication}), optimizations
 | 
|
1870  | 
(\S\ref{optimizations}), and timeouts (\S\ref{timeouts}).
 | 
|
1871  | 
||
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1872  | 
You can instruct Nitpick to run automatically on newly entered theorems by  | 
| 
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1873  | 
enabling the ``Auto Nitpick'' option from the ``Isabelle'' menu in Proof  | 
| 39317 | 1874  | 
General. For automatic runs, \textit{user\_axioms} (\S\ref{mode-of-operation}),
 | 
1875  | 
\textit{assms} (\S\ref{mode-of-operation}), and \textit{mono}
 | 
|
1876  | 
(\S\ref{scope-of-search}) are implicitly enabled, \textit{blocking}
 | 
|
1877  | 
(\S\ref{mode-of-operation}), \textit{verbose} (\S\ref{output-format}), and
 | 
|
1878  | 
\textit{debug} (\S\ref{output-format}) are disabled, \textit{max\_threads}
 | 
|
1879  | 
(\S\ref{optimizations}) is taken to be 1, \textit{max\_potential}
 | 
|
1880  | 
(\S\ref{output-format}) is taken to be 0, and \textit{timeout}
 | 
|
1881  | 
(\S\ref{timeouts}) is superseded by the ``Auto Tools Time Limit'' in
 | 
|
1882  | 
Proof General's ``Isabelle'' menu. Nitpick's output is also more concise.  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1883  | 
|
| 33191 | 1884  | 
The number of options can be overwhelming at first glance. Do not let that worry  | 
1885  | 
you: Nitpick's defaults have been chosen so that it almost always does the right  | 
|
1886  | 
thing, and the most important options have been covered in context in  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
1887  | 
\S\ref{first-steps}.
 | 
| 33191 | 1888  | 
|
1889  | 
The descriptions below refer to the following syntactic quantities:  | 
|
1890  | 
||
1891  | 
\begin{enum}
 | 
|
| 45515 | 1892  | 
\item[\labelitemi] \qtybf{string}: A string.
 | 
1893  | 
\item[\labelitemi] \qtybf{string\_list\/}: A space-separated list of strings
 | 
|
| 37259 | 1894  | 
(e.g., ``\textit{ichi ni san}'').
 | 
| 45515 | 1895  | 
\item[\labelitemi] \qtybf{bool\/}: \textit{true} or \textit{false}.
 | 
1896  | 
\item[\labelitemi] \qtybf{smart\_bool\/}: \textit{true}, \textit{false}, or \textit{smart}.
 | 
|
1897  | 
\item[\labelitemi] \qtybf{int\/}: An integer. Negative integers are prefixed with a hyphen.
 | 
|
1898  | 
\item[\labelitemi] \qtybf{smart\_int\/}: An integer or \textit{smart}.
 | 
|
1899  | 
\item[\labelitemi] \qtybf{int\_range}: An integer (e.g., 3) or a range
 | 
|
| 42959 | 1900  | 
of nonnegative integers (e.g., $1$--$4$). The range symbol `--' can be entered as \texttt{-} (hyphen) or \texttt{\char`\\\char`\<emdash\char`\>}.
 | 
| 45515 | 1901  | 
\item[\labelitemi] \qtybf{int\_seq}: A comma-separated sequence of ranges of integers (e.g.,~1{,}3{,}\allowbreak6--8).
 | 
1902  | 
\item[\labelitemi] \qtybf{float\_or\_none}: An integer (e.g., 60) or floating-point number
 | 
|
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1903  | 
(e.g., 0.5) expressing a number of seconds, or the keyword \textit{none}
 | 
| 
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
1904  | 
($\infty$ seconds).  | 
| 45515 | 1905  | 
\item[\labelitemi] \qtybf{const\/}: The name of a HOL constant.
 | 
1906  | 
\item[\labelitemi] \qtybf{term}: A HOL term (e.g., ``$f~x$'').
 | 
|
1907  | 
\item[\labelitemi] \qtybf{term\_list\/}: A space-separated list of HOL terms (e.g.,
 | 
|
| 33191 | 1908  | 
``$f~x$''~``$g~y$'').  | 
| 45515 | 1909  | 
\item[\labelitemi] \qtybf{type}: A HOL type.
 | 
| 33191 | 1910  | 
\end{enum}
 | 
1911  | 
||
| 43217 | 1912  | 
Default values are indicated in curly brackets (\textrm{\{\}}). Boolean options
 | 
1913  | 
have a negated counterpart (e.g., \textit{blocking} vs.\
 | 
|
1914  | 
\textit{non\_blocking}). When setting them, ``= \textit{true}'' may be omitted.
 | 
|
| 33191 | 1915  | 
|
1916  | 
\subsection{Mode of Operation}
 | 
|
1917  | 
\label{mode-of-operation}
 | 
|
1918  | 
||
1919  | 
\begin{enum}
 | 
|
1920  | 
\optrue{blocking}{non\_blocking}
 | 
|
1921  | 
Specifies whether the \textbf{nitpick} command should operate synchronously.
 | 
|
1922  | 
The asynchronous (non-blocking) mode lets the user start proving the putative  | 
|
1923  | 
theorem while Nitpick looks for a counterexample, but it can also be more  | 
|
1924  | 
confusing. For technical reasons, automatic runs currently always block.  | 
|
1925  | 
||
1926  | 
\optrue{falsify}{satisfy}
 | 
|
1927  | 
Specifies whether Nitpick should look for falsifying examples (countermodels) or  | 
|
1928  | 
satisfying examples (models). This manual assumes throughout that  | 
|
1929  | 
\textit{falsify} is enabled.
 | 
|
1930  | 
||
1931  | 
\opsmart{user\_axioms}{no\_user\_axioms}
 | 
|
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
1932  | 
Specifies whether the user-defined axioms (specified using  | 
| 33191 | 1933  | 
\textbf{axiomatization} and \textbf{axioms}) should be considered. If the option
 | 
1934  | 
is set to \textit{smart}, Nitpick performs an ad hoc axiom selection based on
 | 
|
1935  | 
the constants that occur in the formula to falsify. The option is implicitly set  | 
|
1936  | 
to \textit{true} for automatic runs.
 | 
|
1937  | 
||
1938  | 
\textbf{Warning:} If the option is set to \textit{true}, Nitpick might
 | 
|
1939  | 
nonetheless ignore some polymorphic axioms. Counterexamples generated under  | 
|
| 35695 | 1940  | 
these conditions are tagged as ``quasi genuine.'' The \textit{debug}
 | 
| 33191 | 1941  | 
(\S\ref{output-format}) option can be used to find out which axioms were
 | 
1942  | 
considered.  | 
|
1943  | 
||
1944  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1945  | 
{\small See also \textit{assms} (\S\ref{mode-of-operation}) and \textit{debug}
 | 
| 
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1946  | 
(\S\ref{output-format}).}
 | 
| 33191 | 1947  | 
|
1948  | 
\optrue{assms}{no\_assms}
 | 
|
| 35331 | 1949  | 
Specifies whether the relevant assumptions in structured proofs should be  | 
| 33191 | 1950  | 
considered. The option is implicitly enabled for automatic runs.  | 
1951  | 
||
1952  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
1953  | 
{\small See also \textit{user\_axioms} (\S\ref{mode-of-operation}).}
 | 
| 33191 | 1954  | 
|
1955  | 
\opfalse{overlord}{no\_overlord}
 | 
|
1956  | 
Specifies whether Nitpick should put its temporary files in  | 
|
1957  | 
\texttt{\$ISABELLE\_\allowbreak HOME\_\allowbreak USER}, which is useful for
 | 
|
1958  | 
debugging Nitpick but also unsafe if several instances of the tool are run  | 
|
| 34998 | 1959  | 
simultaneously. The files are identified by the extensions  | 
1960  | 
\texttt{.kki}, \texttt{.cnf}, \texttt{.out}, and
 | 
|
1961  | 
\texttt{.err}; you may safely remove them after Nitpick has run.
 | 
|
| 33191 | 1962  | 
|
1963  | 
\nopagebreak  | 
|
1964  | 
{\small See also \textit{debug} (\S\ref{output-format}).}
 | 
|
1965  | 
\end{enum}
 | 
|
1966  | 
||
1967  | 
\subsection{Scope of Search}
 | 
|
1968  | 
\label{scope-of-search}
 | 
|
1969  | 
||
1970  | 
\begin{enum}
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1971  | 
\oparg{card}{type}{int\_seq}
 | 
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1972  | 
Specifies the sequence of cardinalities to use for a given type.  | 
| 33191 | 1973  | 
For free types, and often also for \textbf{typedecl}'d types, it usually makes
 | 
1974  | 
sense to specify cardinalities as a range of the form \textit{$1$--$n$}.
 | 
|
1975  | 
||
1976  | 
\nopagebreak  | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1977  | 
{\small See also \textit{box} (\S\ref{scope-of-search}) and \textit{mono}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
1978  | 
(\S\ref{scope-of-search}).}
 | 
| 33191 | 1979  | 
|
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
1980  | 
\opdefault{card}{int\_seq}{\upshape 1--10}
 | 
| 33191 | 1981  | 
Specifies the default sequence of cardinalities to use. This can be overridden  | 
1982  | 
on a per-type basis using the \textit{card}~\qty{type} option described above.
 | 
|
1983  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1984  | 
\oparg{max}{const}{int\_seq}
 | 
| 33191 | 1985  | 
Specifies the sequence of maximum multiplicities to use for a given  | 
1986  | 
(co)in\-duc\-tive datatype constructor. A constructor's multiplicity is the  | 
|
1987  | 
number of distinct values that it can construct. Nonsensical values (e.g.,  | 
|
1988  | 
\textit{max}~[]~$=$~2) are silently repaired. This option is only available for
 | 
|
1989  | 
datatypes equipped with several constructors.  | 
|
1990  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
1991  | 
\opnodefault{max}{int\_seq}
 | 
| 33191 | 1992  | 
Specifies the default sequence of maximum multiplicities to use for  | 
1993  | 
(co)in\-duc\-tive datatype constructors. This can be overridden on a per-constructor  | 
|
1994  | 
basis using the \textit{max}~\qty{const} option described above.
 | 
|
1995  | 
||
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1996  | 
\opsmart{binary\_ints}{unary\_ints}
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1997  | 
Specifies whether natural numbers and integers should be encoded using a unary  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1998  | 
or binary notation. In unary mode, the cardinality fully specifies the subset  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
1999  | 
used to approximate the type. For example:  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2000  | 
%  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2001  | 
$$\hbox{\begin{tabular}{@{}rll@{}}%
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2002  | 
\textit{card nat} = 4 & induces & $\{0,\, 1,\, 2,\, 3\}$ \\
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2003  | 
\textit{card int} = 4 & induces & $\{-1,\, 0,\, +1,\, +2\}$ \\
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2004  | 
\textit{card int} = 5 & induces & $\{-2,\, -1,\, 0,\, +1,\, +2\}.$%
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2005  | 
\end{tabular}}$$
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2006  | 
%  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2007  | 
In general:  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2008  | 
%  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2009  | 
$$\hbox{\begin{tabular}{@{}rll@{}}%
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2010  | 
\textit{card nat} = $K$ & induces & $\{0,\, \ldots,\, K - 1\}$ \\
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2011  | 
\textit{card int} = $K$ & induces & $\{-\lceil K/2 \rceil + 1,\, \ldots,\, +\lfloor K/2 \rfloor\}.$%
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2012  | 
\end{tabular}}$$
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2013  | 
%  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2014  | 
In binary mode, the cardinality specifies the number of distinct values that can  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2015  | 
be constructed. Each of these value is represented by a bit pattern whose length  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2016  | 
is specified by the \textit{bits} (\S\ref{scope-of-search}) option. By default,
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2017  | 
Nitpick attempts to choose the more appropriate encoding by inspecting the  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2018  | 
formula at hand, preferring the binary notation for problems involving  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2019  | 
multiplicative operators or large constants.  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2020  | 
|
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2021  | 
\textbf{Warning:} For technical reasons, Nitpick always reverts to unary for
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2022  | 
problems that refer to the types \textit{rat} or \textit{real} or the constants
 | 
| 34126 | 2023  | 
\textit{Suc}, \textit{gcd}, or \textit{lcm}.
 | 
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2024  | 
|
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2025  | 
{\small See also \textit{bits} (\S\ref{scope-of-search}) and
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2026  | 
\textit{show\_datatypes} (\S\ref{output-format}).}
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2027  | 
|
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2028  | 
\opdefault{bits}{int\_seq}{\upshape 1,2,3,4,6,8,10,12,14,16}
 | 
| 
34124
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2029  | 
Specifies the number of bits to use to represent natural numbers and integers in  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2030  | 
binary, excluding the sign bit. The minimum is 1 and the maximum is 31.  | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2031  | 
|
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2032  | 
{\small See also \textit{binary\_ints} (\S\ref{scope-of-search}).}
 | 
| 
 
c4628a1dcf75
added support for binary nat/int representation to Nitpick
 
blanchet 
parents: 
34038 
diff
changeset
 | 
2033  | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2034  | 
\opargboolorsmart{wf}{const}{non\_wf}
 | 
| 33191 | 2035  | 
Specifies whether the specified (co)in\-duc\-tively defined predicate is  | 
2036  | 
well-founded. The option can take the following values:  | 
|
2037  | 
||
2038  | 
\begin{enum}
 | 
|
| 45515 | 2039  | 
\item[\labelitemi] \textbf{\textit{true}:} Tentatively treat the (co)in\-duc\-tive
 | 
| 33191 | 2040  | 
predicate as if it were well-founded. Since this is generally not sound when the  | 
| 35695 | 2041  | 
predicate is not well-founded, the counterexamples are tagged as ``quasi  | 
| 33191 | 2042  | 
genuine.''  | 
2043  | 
||
| 45515 | 2044  | 
\item[\labelitemi] \textbf{\textit{false}:} Treat the (co)in\-duc\-tive predicate
 | 
| 33191 | 2045  | 
as if it were not well-founded. The predicate is then unrolled as prescribed by  | 
2046  | 
the \textit{star\_linear\_preds}, \textit{iter}~\qty{const}, and \textit{iter}
 | 
|
2047  | 
options.  | 
|
2048  | 
||
| 45515 | 2049  | 
\item[\labelitemi] \textbf{\textit{smart}:} Try to prove that the inductive
 | 
| 33191 | 2050  | 
predicate is well-founded using Isabelle's \textit{lexicographic\_order} and
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2051  | 
\textit{size\_change} tactics. If this succeeds (or the predicate occurs with an
 | 
| 38176 | 2052  | 
appropriate polarity in the formula to falsify), use an efficient fixed-point  | 
| 33191 | 2053  | 
equation as specification of the predicate; otherwise, unroll the predicates  | 
2054  | 
according to the \textit{iter}~\qty{const} and \textit{iter} options.
 | 
|
2055  | 
\end{enum}
 | 
|
2056  | 
||
2057  | 
\nopagebreak  | 
|
2058  | 
{\small See also \textit{iter} (\S\ref{scope-of-search}),
 | 
|
2059  | 
\textit{star\_linear\_preds} (\S\ref{optimizations}), and \textit{tac\_timeout}
 | 
|
2060  | 
(\S\ref{timeouts}).}
 | 
|
2061  | 
||
2062  | 
\opsmart{wf}{non\_wf}
 | 
|
2063  | 
Specifies the default wellfoundedness setting to use. This can be overridden on  | 
|
2064  | 
a per-predicate basis using the \textit{wf}~\qty{const} option above.
 | 
|
2065  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2066  | 
\oparg{iter}{const}{int\_seq}
 | 
| 33191 | 2067  | 
Specifies the sequence of iteration counts to use when unrolling a given  | 
2068  | 
(co)in\-duc\-tive predicate. By default, unrolling is applied for inductive  | 
|
2069  | 
predicates that occur negatively and coinductive predicates that occur  | 
|
2070  | 
positively in the formula to falsify and that cannot be proved to be  | 
|
2071  | 
well-founded, but this behavior is influenced by the \textit{wf} option. The
 | 
|
2072  | 
iteration counts are automatically bounded by the cardinality of the predicate's  | 
|
2073  | 
domain.  | 
|
2074  | 
||
2075  | 
{\small See also \textit{wf} (\S\ref{scope-of-search}) and
 | 
|
2076  | 
\textit{star\_linear\_preds} (\S\ref{optimizations}).}
 | 
|
2077  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2078  | 
\opdefault{iter}{int\_seq}{\upshape 0{,}1{,}2{,}4{,}8{,}12{,}16{,}20{,}24{,}28}
 | 
| 33191 | 2079  | 
Specifies the sequence of iteration counts to use when unrolling (co)in\-duc\-tive  | 
2080  | 
predicates. This can be overridden on a per-predicate basis using the  | 
|
2081  | 
\textit{iter} \qty{const} option above.
 | 
|
2082  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2083  | 
\opdefault{bisim\_depth}{int\_seq}{\upshape 9}
 | 
| 33191 | 2084  | 
Specifies the sequence of iteration counts to use when unrolling the  | 
2085  | 
bisimilarity predicate generated by Nitpick for coinductive datatypes. A value  | 
|
2086  | 
of $-1$ means that no predicate is generated, in which case Nitpick performs an  | 
|
2087  | 
after-the-fact check to see if the known coinductive datatype values are  | 
|
2088  | 
bidissimilar. If two values are found to be bisimilar, the counterexample is  | 
|
| 35695 | 2089  | 
tagged as ``quasi genuine.'' The iteration counts are automatically bounded by  | 
| 33191 | 2090  | 
the sum of the cardinalities of the coinductive datatypes occurring in the  | 
2091  | 
formula to falsify.  | 
|
2092  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2093  | 
\opargboolorsmart{box}{type}{dont\_box}
 | 
| 33191 | 2094  | 
Specifies whether Nitpick should attempt to wrap (``box'') a given function or  | 
2095  | 
product type in an isomorphic datatype internally. Boxing is an effective mean  | 
|
2096  | 
to reduce the search space and speed up Nitpick, because the isomorphic datatype  | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2097  | 
is approximated by a subset of the possible function or pair values.  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2098  | 
Like other drastic optimizations, it can also prevent the discovery of  | 
| 33191 | 2099  | 
counterexamples. The option can take the following values:  | 
2100  | 
||
2101  | 
\begin{enum}
 | 
|
| 45515 | 2102  | 
\item[\labelitemi] \textbf{\textit{true}:} Box the specified type whenever
 | 
| 33191 | 2103  | 
practicable.  | 
| 45515 | 2104  | 
\item[\labelitemi] \textbf{\textit{false}:} Never box the type.
 | 
2105  | 
\item[\labelitemi] \textbf{\textit{smart}:} Box the type only in contexts where it
 | 
|
| 33191 | 2106  | 
is likely to help. For example, $n$-tuples where $n > 2$ and arguments to  | 
2107  | 
higher-order functions are good candidates for boxing.  | 
|
2108  | 
\end{enum}
 | 
|
2109  | 
||
2110  | 
\nopagebreak  | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2111  | 
{\small See also \textit{finitize} (\S\ref{scope-of-search}), \textit{verbose}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2112  | 
(\S\ref{output-format}), and \textit{debug} (\S\ref{output-format}).}
 | 
| 33191 | 2113  | 
|
2114  | 
\opsmart{box}{dont\_box}
 | 
|
2115  | 
Specifies the default boxing setting to use. This can be overridden on a  | 
|
2116  | 
per-type basis using the \textit{box}~\qty{type} option described above.
 | 
|
2117  | 
||
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2118  | 
\opargboolorsmart{finitize}{type}{dont\_finitize}
 | 
| 
41793
 
c7a2669ae75d
tweaked Nitpick based on C++ memory model example
 
blanchet 
parents: 
41053 
diff
changeset
 | 
2119  | 
Specifies whether Nitpick should attempt to finitize an infinite datatype. The  | 
| 
 
c7a2669ae75d
tweaked Nitpick based on C++ memory model example
 
blanchet 
parents: 
41053 
diff
changeset
 | 
2120  | 
option can then take the following values:  | 
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2121  | 
|
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2122  | 
\begin{enum}
 | 
| 45515 | 2123  | 
\item[\labelitemi] \textbf{\textit{true}:} Finitize the datatype. Since this is
 | 
| 35695 | 2124  | 
unsound, counterexamples generated under these conditions are tagged as ``quasi  | 
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2125  | 
genuine.''  | 
| 45515 | 2126  | 
\item[\labelitemi] \textbf{\textit{false}:} Don't attempt to finitize the datatype.
 | 
2127  | 
\item[\labelitemi] \textbf{\textit{smart}:}
 | 
|
| 
41793
 
c7a2669ae75d
tweaked Nitpick based on C++ memory model example
 
blanchet 
parents: 
41053 
diff
changeset
 | 
2128  | 
If the datatype's constructors don't appear in the problem, perform a  | 
| 
 
c7a2669ae75d
tweaked Nitpick based on C++ memory model example
 
blanchet 
parents: 
41053 
diff
changeset
 | 
2129  | 
monotonicity analysis to detect whether the datatype can be soundly finitized;  | 
| 
 
c7a2669ae75d
tweaked Nitpick based on C++ memory model example
 
blanchet 
parents: 
41053 
diff
changeset
 | 
2130  | 
otherwise, don't finitize it.  | 
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2131  | 
\end{enum}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2132  | 
|
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2133  | 
\nopagebreak  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2134  | 
{\small See also \textit{box} (\S\ref{scope-of-search}), \textit{mono}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2135  | 
(\S\ref{scope-of-search}), \textit{verbose} (\S\ref{output-format}), and
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2136  | 
\textit{debug} (\S\ref{output-format}).}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2137  | 
|
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2138  | 
\opsmart{finitize}{dont\_finitize}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2139  | 
Specifies the default finitization setting to use. This can be overridden on a  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2140  | 
per-type basis using the \textit{finitize}~\qty{type} option described above.
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2141  | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2142  | 
\opargboolorsmart{mono}{type}{non\_mono}
 | 
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2143  | 
Specifies whether the given type should be considered monotonic when enumerating  | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2144  | 
scopes and finitizing types. If the option is set to \textit{smart}, Nitpick
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2145  | 
performs a monotonicity check on the type. Setting this option to \textit{true}
 | 
| 
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2146  | 
can reduce the number of scopes tried, but it can also diminish the chance of  | 
| 39317 | 2147  | 
finding a counterexample, as demonstrated in \S\ref{scope-monotonicity}. The
 | 
2148  | 
option is implicitly set to \textit{true} for automatic runs.
 | 
|
| 33191 | 2149  | 
|
2150  | 
\nopagebreak  | 
|
2151  | 
{\small See also \textit{card} (\S\ref{scope-of-search}),
 | 
|
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2152  | 
\textit{finitize} (\S\ref{scope-of-search}),
 | 
| 
33556
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2153  | 
\textit{merge\_type\_vars} (\S\ref{scope-of-search}), and \textit{verbose}
 | 
| 33191 | 2154  | 
(\S\ref{output-format}).}
 | 
2155  | 
||
| 
35665
 
ff2bf50505ab
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
 
blanchet 
parents: 
35386 
diff
changeset
 | 
2156  | 
\opsmart{mono}{non\_mono}
 | 
| 33191 | 2157  | 
Specifies the default monotonicity setting to use. This can be overridden on a  | 
2158  | 
per-type basis using the \textit{mono}~\qty{type} option described above.
 | 
|
2159  | 
||
| 
33556
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2160  | 
\opfalse{merge\_type\_vars}{dont\_merge\_type\_vars}
 | 
| 33191 | 2161  | 
Specifies whether type variables with the same sort constraints should be  | 
2162  | 
merged. Setting this option to \textit{true} can reduce the number of scopes
 | 
|
2163  | 
tried and the size of the generated Kodkod formulas, but it also diminishes the  | 
|
2164  | 
theoretical chance of finding a counterexample.  | 
|
2165  | 
||
2166  | 
{\small See also \textit{mono} (\S\ref{scope-of-search}).}
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2167  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2168  | 
\opargbool{std}{type}{non\_std}
 | 
| 
35189
 
250fe9541fb2
added gotcha to Nitpick manual regarding nonstandard models of "nat"
 
blanchet 
parents: 
35185 
diff
changeset
 | 
2169  | 
Specifies whether the given (recursive) datatype should be given standard  | 
| 
 
250fe9541fb2
added gotcha to Nitpick manual regarding nonstandard models of "nat"
 
blanchet 
parents: 
35185 
diff
changeset
 | 
2170  | 
models. Nonstandard models are unsound but can help debug structural induction  | 
| 
 
250fe9541fb2
added gotcha to Nitpick manual regarding nonstandard models of "nat"
 
blanchet 
parents: 
35185 
diff
changeset
 | 
2171  | 
proofs, as explained in \S\ref{inductive-properties}.
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2172  | 
|
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2173  | 
\optrue{std}{non\_std}
 | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2174  | 
Specifies the default standardness to use. This can be overridden on a per-type  | 
| 
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2175  | 
basis using the \textit{std}~\qty{type} option described above.
 | 
| 33191 | 2176  | 
\end{enum}
 | 
2177  | 
||
2178  | 
\subsection{Output Format}
 | 
|
2179  | 
\label{output-format}
 | 
|
2180  | 
||
2181  | 
\begin{enum}
 | 
|
2182  | 
\opfalse{verbose}{quiet}
 | 
|
2183  | 
Specifies whether the \textbf{nitpick} command should explain what it does. This
 | 
|
2184  | 
option is useful to determine which scopes are tried or which SAT solver is  | 
|
2185  | 
used. This option is implicitly disabled for automatic runs.  | 
|
2186  | 
||
2187  | 
\opfalse{debug}{no\_debug}
 | 
|
2188  | 
Specifies whether Nitpick should display additional debugging information beyond  | 
|
2189  | 
what \textit{verbose} already displays. Enabling \textit{debug} also enables
 | 
|
2190  | 
\textit{verbose} and \textit{show\_all} behind the scenes. The \textit{debug}
 | 
|
2191  | 
option is implicitly disabled for automatic runs.  | 
|
2192  | 
||
2193  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2194  | 
{\small See also \textit{overlord} (\S\ref{mode-of-operation}) and
 | 
| 
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2195  | 
\textit{batch\_size} (\S\ref{optimizations}).}
 | 
| 33191 | 2196  | 
|
2197  | 
\opfalse{show\_datatypes}{hide\_datatypes}
 | 
|
| 43012 | 2198  | 
Specifies whether the subsets used to approximate (co)in\-duc\-tive data\-types should  | 
| 33191 | 2199  | 
be displayed as part of counterexamples. Such subsets are sometimes helpful when  | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2200  | 
investigating whether a potentially spurious counterexample is genuine, but  | 
| 33191 | 2201  | 
their potential for clutter is real.  | 
2202  | 
||
| 
41993
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2203  | 
\optrue{show\_skolems}{hide\_skolem}
 | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2204  | 
Specifies whether the values of Skolem constants should be displayed as part of  | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2205  | 
counterexamples. Skolem constants correspond to bound variables in the original  | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2206  | 
formula and usually help us to understand why the counterexample falsifies the  | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2207  | 
formula.  | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2208  | 
|
| 33191 | 2209  | 
\opfalse{show\_consts}{hide\_consts}
 | 
2210  | 
Specifies whether the values of constants occurring in the formula (including  | 
|
2211  | 
its axioms) should be displayed along with any counterexample. These values are  | 
|
2212  | 
sometimes helpful when investigating why a counterexample is  | 
|
2213  | 
genuine, but they can clutter the output.  | 
|
2214  | 
||
| 
37169
 
f69efa106feb
make Nitpick "show_all" option behave less surprisingly
 
blanchet 
parents: 
36926 
diff
changeset
 | 
2215  | 
\opnodefault{show\_all}{bool}
 | 
| 
41993
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2216  | 
Abbreviation for \textit{show\_datatypes}, \textit{show\_skolems}, and
 | 
| 
 
bd6296de1432
reintroduced "show_skolems" option -- useful when too many Skolems are displayed
 
blanchet 
parents: 
41992 
diff
changeset
 | 
2217  | 
\textit{show\_consts}.
 | 
| 33191 | 2218  | 
|
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2219  | 
\opdefault{max\_potential}{int}{\upshape 1}
 | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2220  | 
Specifies the maximum number of potentially spurious counterexamples to display.  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2221  | 
Setting this option to 0 speeds up the search for a genuine counterexample. This  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2222  | 
option is implicitly set to 0 for automatic runs. If you set this option to a  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2223  | 
value greater than 1, you will need an incremental SAT solver, such as  | 
| 35710 | 2224  | 
\textit{MiniSat\_JNI} (recommended) and \textit{SAT4J}. Be aware that many of
 | 
2225  | 
the counterexamples may be identical.  | 
|
| 33191 | 2226  | 
|
2227  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2228  | 
{\small See also \textit{check\_potential} (\S\ref{authentication}) and
 | 
| 33191 | 2229  | 
\textit{sat\_solver} (\S\ref{optimizations}).}
 | 
2230  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2231  | 
\opdefault{max\_genuine}{int}{\upshape 1}
 | 
| 33191 | 2232  | 
Specifies the maximum number of genuine counterexamples to display. If you set  | 
| 35710 | 2233  | 
this option to a value greater than 1, you will need an incremental SAT solver,  | 
2234  | 
such as \textit{MiniSat\_JNI} (recommended) and \textit{SAT4J}. Be aware that
 | 
|
2235  | 
many of the counterexamples may be identical.  | 
|
| 33191 | 2236  | 
|
2237  | 
\nopagebreak  | 
|
2238  | 
{\small See also \textit{check\_genuine} (\S\ref{authentication}) and
 | 
|
2239  | 
\textit{sat\_solver} (\S\ref{optimizations}).}
 | 
|
2240  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2241  | 
\opnodefault{eval}{term\_list}
 | 
| 33191 | 2242  | 
Specifies the list of terms whose values should be displayed along with  | 
2243  | 
counterexamples. This option suffers from an ``observer effect'': Nitpick might  | 
|
2244  | 
find different counterexamples for different values of this option.  | 
|
2245  | 
||
| 37259 | 2246  | 
\oparg{atoms}{type}{string\_list}
 | 
2247  | 
Specifies the names to use to refer to the atoms of the given type. By default,  | 
|
2248  | 
Nitpick generates names of the form $a_1, \ldots, a_n$, where $a$ is the first  | 
|
2249  | 
letter of the type's name.  | 
|
2250  | 
||
2251  | 
\opnodefault{atoms}{string\_list}
 | 
|
2252  | 
Specifies the default names to use to refer to atoms of any type. For example,  | 
|
2253  | 
to call the three atoms of type ${'}a$ \textit{ichi}, \textit{ni}, and
 | 
|
2254  | 
\textit{san} instead of $a_1$, $a_2$, $a_3$, specify the option
 | 
|
2255  | 
``\textit{atoms}~${'}a$ = \textit{ichi~ni~san}''. The default names can be
 | 
|
2256  | 
overridden on a per-type basis using the \textit{atoms}~\qty{type} option
 | 
|
2257  | 
described above.  | 
|
2258  | 
||
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2259  | 
\oparg{format}{term}{int\_seq}
 | 
| 33191 | 2260  | 
Specifies how to uncurry the value displayed for a variable or constant.  | 
2261  | 
Uncurrying sometimes increases the readability of the output for high-arity  | 
|
2262  | 
functions. For example, given the variable $y \mathbin{\Colon} {'a}\Rightarrow
 | 
|
2263  | 
{'b}\Rightarrow {'c}\Rightarrow {'d}\Rightarrow {'e}\Rightarrow {'f}\Rightarrow
 | 
|
2264  | 
{'g}$, setting \textit{format}~$y$ = 3 tells Nitpick to group the last three
 | 
|
2265  | 
arguments, as if the type had been ${'a}\Rightarrow {'b}\Rightarrow
 | 
|
2266  | 
{'c}\Rightarrow {'d}\times {'e}\times {'f}\Rightarrow {'g}$. In general, a list
 | 
|
2267  | 
of values $n_1,\ldots,n_k$ tells Nitpick to show the last $n_k$ arguments as an  | 
|
2268  | 
$n_k$-tuple, the previous $n_{k-1}$ arguments as an $n_{k-1}$-tuple, and so on;
 | 
|
2269  | 
arguments that are not accounted for are left alone, as if the specification had  | 
|
2270  | 
been $1,\ldots,1,n_1,\ldots,n_k$.  | 
|
2271  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2272  | 
\opdefault{format}{int\_seq}{\upshape 1}
 | 
| 33191 | 2273  | 
Specifies the default format to use. Irrespective of the default format, the  | 
2274  | 
extra arguments to a Skolem constant corresponding to the outer bound variables  | 
|
2275  | 
are kept separated from the remaining arguments, the \textbf{for} arguments of
 | 
|
2276  | 
an inductive definitions are kept separated from the remaining arguments, and  | 
|
2277  | 
the iteration counter of an unrolled inductive definition is shown alone. The  | 
|
2278  | 
default format can be overridden on a per-variable or per-constant basis using  | 
|
2279  | 
the \textit{format}~\qty{term} option described above.
 | 
|
2280  | 
\end{enum}
 | 
|
2281  | 
||
2282  | 
\subsection{Authentication}
 | 
|
2283  | 
\label{authentication}
 | 
|
2284  | 
||
2285  | 
\begin{enum}
 | 
|
2286  | 
\opfalse{check\_potential}{trust\_potential}
 | 
|
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2287  | 
Specifies whether potentially spurious counterexamples should be given to  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2288  | 
Isabelle's \textit{auto} tactic to assess their validity. If a potentially
 | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2289  | 
spurious counterexample is shown to be genuine, Nitpick displays a message to  | 
| 
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2290  | 
this effect and terminates.  | 
| 33191 | 2291  | 
|
2292  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2293  | 
{\small See also \textit{max\_potential} (\S\ref{output-format}).}
 | 
| 33191 | 2294  | 
|
2295  | 
\opfalse{check\_genuine}{trust\_genuine}
 | 
|
| 35695 | 2296  | 
Specifies whether genuine and quasi genuine counterexamples should be given to  | 
| 33191 | 2297  | 
Isabelle's \textit{auto} tactic to assess their validity. If a ``genuine''
 | 
2298  | 
counterexample is shown to be spurious, the user is kindly asked to send a bug  | 
|
2299  | 
report to the author at  | 
|
2300  | 
\texttt{blan{\color{white}nospam}\kern-\wd\boxA{}chette@in.tum.de}.
 | 
|
2301  | 
||
2302  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2303  | 
{\small See also \textit{max\_genuine} (\S\ref{output-format}).}
 | 
| 33191 | 2304  | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2305  | 
\opnodefault{expect}{string}
 | 
| 33191 | 2306  | 
Specifies the expected outcome, which must be one of the following:  | 
2307  | 
||
2308  | 
\begin{enum}
 | 
|
| 45515 | 2309  | 
\item[\labelitemi] \textbf{\textit{genuine}:} Nitpick found a genuine counterexample.
 | 
2310  | 
\item[\labelitemi] \textbf{\textit{quasi\_genuine}:} Nitpick found a ``quasi
 | 
|
| 33191 | 2311  | 
genuine'' counterexample (i.e., a counterexample that is genuine unless  | 
2312  | 
it contradicts a missing axiom or a dangerous option was used inappropriately).  | 
|
| 45515 | 2313  | 
\item[\labelitemi] \textbf{\textit{potential}:} Nitpick found a potentially
 | 
| 
41992
 
0e4716fa330a
reword Nitpick's wording concerning potential counterexamples
 
blanchet 
parents: 
41985 
diff
changeset
 | 
2314  | 
spurious counterexample.  | 
| 45515 | 2315  | 
\item[\labelitemi] \textbf{\textit{none}:} Nitpick found no counterexample.
 | 
2316  | 
\item[\labelitemi] \textbf{\textit{unknown}:} Nitpick encountered some problem (e.g.,
 | 
|
| 33191 | 2317  | 
Kodkod ran out of memory).  | 
2318  | 
\end{enum}
 | 
|
2319  | 
||
2320  | 
Nitpick emits an error if the actual outcome differs from the expected outcome.  | 
|
2321  | 
This option is useful for regression testing.  | 
|
2322  | 
\end{enum}
 | 
|
2323  | 
||
2324  | 
\subsection{Optimizations}
 | 
|
2325  | 
\label{optimizations}
 | 
|
2326  | 
||
2327  | 
\def\cpp{C\nobreak\raisebox{.1ex}{+}\nobreak\raisebox{.1ex}{+}}
 | 
|
2328  | 
||
2329  | 
\sloppy  | 
|
2330  | 
||
2331  | 
\begin{enum}
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2332  | 
\opdefault{sat\_solver}{string}{smart}
 | 
| 33191 | 2333  | 
Specifies which SAT solver to use. SAT solvers implemented in C or \cpp{} tend
 | 
2334  | 
to be faster than their Java counterparts, but they can be more difficult to  | 
|
2335  | 
install. Also, if you set the \textit{max\_potential} (\S\ref{output-format}) or
 | 
|
2336  | 
\textit{max\_genuine} (\S\ref{output-format}) option to a value greater than 1,
 | 
|
| 
35078
 
6fd1052fe463
optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
 
blanchet 
parents: 
35072 
diff
changeset
 | 
2337  | 
you will need an incremental SAT solver, such as \textit{MiniSat\_JNI}
 | 
| 33191 | 2338  | 
(recommended) or \textit{SAT4J}.
 | 
2339  | 
||
2340  | 
The supported solvers are listed below:  | 
|
2341  | 
||
2342  | 
\begin{enum}
 | 
|
2343  | 
||
| 45515 | 2344  | 
\item[\labelitemi] \textbf{\textit{CryptoMiniSat}:} CryptoMiniSat is the winner of
 | 
| 
38125
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2345  | 
the 2010 SAT Race. To use CryptoMiniSat, set the environment variable  | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2346  | 
\texttt{CRYPTO\-MINISAT\_}\discretionary{}{}{}\texttt{HOME} to the directory that contains the \texttt{crypto\-minisat}
 | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2347  | 
executable.%  | 
| 45078 | 2348  | 
\footnote{Important note for Cygwin users: The path must be specified using
 | 
2349  | 
native Windows syntax. Make sure to escape backslashes properly.%  | 
|
2350  | 
\label{cygwin-paths}}
 | 
|
| 
38125
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2351  | 
The \cpp{} sources and executables for Crypto\-Mini\-Sat are available at
 | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2352  | 
\url{http://planete.inrialpes.fr/~soos/}\allowbreak\url{CryptoMiniSat2/index.php}.
 | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2353  | 
Nitpick has been tested with version 2.51.  | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2354  | 
|
| 45515 | 2355  | 
\item[\labelitemi] \textbf{\textit{CryptoMiniSat\_JNI}:} The JNI (Java Native
 | 
| 45078 | 2356  | 
Interface) version of CryptoMiniSat is bundled with Kodkodi and is precompiled  | 
| 45080 | 2357  | 
for Linux and Mac~OS~X. It is also available from the Kodkod web site  | 
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2358  | 
\cite{kodkod-2009}.
 | 
| 
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2359  | 
|
| 45515 | 2360  | 
\item[\labelitemi] \textbf{\textit{Lingeling\_JNI}:}
 | 
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2361  | 
Lingeling is an efficient solver written in C. The JNI (Java Native Interface)  | 
| 
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2362  | 
version of Lingeling is bundled with Kodkodi and is precompiled for Linux and  | 
| 
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2363  | 
Mac~OS~X. It is also available from the Kodkod web site \cite{kodkod-2009}.
 | 
| 45078 | 2364  | 
|
| 45515 | 2365  | 
\item[\labelitemi] \textbf{\textit{MiniSat}:} MiniSat is an efficient solver
 | 
| 45078 | 2366  | 
written in \cpp{}. To use MiniSat, set the environment variable
 | 
2367  | 
\texttt{MINISAT\_HOME} to the directory that contains the \texttt{minisat}
 | 
|
2368  | 
executable.%  | 
|
| 35695 | 2369  | 
\footref{cygwin-paths}
 | 
| 45078 | 2370  | 
The \cpp{} sources and executables for MiniSat are available at
 | 
2371  | 
\url{http://minisat.se/MiniSat.html}. Nitpick has been tested with versions 1.14
 | 
|
2372  | 
and 2.2.  | 
|
2373  | 
||
| 45515 | 2374  | 
\item[\labelitemi] \textbf{\textit{MiniSat\_JNI}:} The JNI
 | 
| 45080 | 2375  | 
version of MiniSat is bundled with Kodkodi and is precompiled for Linux,  | 
2376  | 
Mac~OS~X, and Windows (Cygwin). It is also available from the Kodkod web site  | 
|
2377  | 
\cite{kodkod-2009}. Unlike the standard version of MiniSat, the JNI version can
 | 
|
2378  | 
be used incrementally.  | 
|
| 45078 | 2379  | 
|
| 45515 | 2380  | 
\item[\labelitemi] \textbf{\textit{zChaff}:} zChaff is an older solver written
 | 
| 33191 | 2381  | 
in \cpp{}. To use zChaff, set the environment variable \texttt{ZCHAFF\_HOME} to
 | 
| 35695 | 2382  | 
the directory that contains the \texttt{zchaff} executable.%
 | 
2383  | 
\footref{cygwin-paths}
 | 
|
2384  | 
The \cpp{} sources and executables for zChaff are available at
 | 
|
| 33191 | 2385  | 
\url{http://www.princeton.edu/~chaff/zchaff.html}. Nitpick has been tested with
 | 
2386  | 
versions 2004-05-13, 2004-11-15, and 2007-03-12.  | 
|
2387  | 
||
| 45515 | 2388  | 
\item[\labelitemi] \textbf{\textit{RSat}:} RSat is an efficient solver written in
 | 
| 33191 | 2389  | 
\cpp{}. To use RSat, set the environment variable \texttt{RSAT\_HOME} to the
 | 
| 35695 | 2390  | 
directory that contains the \texttt{rsat} executable.%
 | 
2391  | 
\footref{cygwin-paths}
 | 
|
2392  | 
The \cpp{} sources for RSat are available at
 | 
|
2393  | 
\url{http://reasoning.cs.ucla.edu/rsat/}. Nitpick has been tested with version
 | 
|
2394  | 
2.01.  | 
|
| 33191 | 2395  | 
|
| 45515 | 2396  | 
\item[\labelitemi] \textbf{\textit{BerkMin}:} BerkMin561 is an efficient solver
 | 
| 33191 | 2397  | 
written in C. To use BerkMin, set the environment variable  | 
2398  | 
\texttt{BERKMIN\_HOME} to the directory that contains the \texttt{BerkMin561}
 | 
|
| 35695 | 2399  | 
executable.\footref{cygwin-paths}
 | 
2400  | 
The BerkMin executables are available at  | 
|
| 33191 | 2401  | 
\url{http://eigold.tripod.com/BerkMin.html}.
 | 
2402  | 
||
| 45515 | 2403  | 
\item[\labelitemi] \textbf{\textit{BerkMin\_Alloy}:} Variant of BerkMin that is
 | 
| 33191 | 2404  | 
included with Alloy 4 and calls itself ``sat56'' in its banner text. To use this  | 
2405  | 
version of BerkMin, set the environment variable  | 
|
2406  | 
\texttt{BERKMINALLOY\_HOME} to the directory that contains the \texttt{berkmin}
 | 
|
| 35695 | 2407  | 
executable.%  | 
2408  | 
\footref{cygwin-paths}
 | 
|
| 33191 | 2409  | 
|
| 45515 | 2410  | 
\item[\labelitemi] \textbf{\textit{SAT4J}:} SAT4J is a reasonably efficient solver
 | 
| 33191 | 2411  | 
written in Java that can be used incrementally. It is bundled with Kodkodi and  | 
2412  | 
requires no further installation or configuration steps. Do not attempt to  | 
|
2413  | 
install the official SAT4J packages, because their API is incompatible with  | 
|
2414  | 
Kodkod.  | 
|
2415  | 
||
| 45515 | 2416  | 
\item[\labelitemi] \textbf{\textit{SAT4J\_Light}:} Variant of SAT4J that is
 | 
| 33191 | 2417  | 
optimized for small problems. It can also be used incrementally.  | 
2418  | 
||
| 45515 | 2419  | 
\item[\labelitemi] \textbf{\textit{smart}:} If \textit{sat\_solver} is set to
 | 
| 
38125
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2420  | 
\textit{smart}, Nitpick selects the first solver among the above that is
 | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2421  | 
recognized by Isabelle. If \textit{verbose} (\S\ref{output-format}) is enabled,
 | 
| 
 
b178a63df952
change the order of the SAT solvers, from fastest to slowest
 
blanchet 
parents: 
38123 
diff
changeset
 | 
2422  | 
Nitpick displays which SAT solver was chosen.  | 
| 33191 | 2423  | 
\end{enum}
 | 
2424  | 
\fussy  | 
|
2425  | 
||
| 43012 | 2426  | 
\opdefault{batch\_size}{smart\_int}{smart}
 | 
| 33191 | 2427  | 
Specifies the maximum number of Kodkod problems that should be lumped together  | 
2428  | 
when invoking Kodkodi. Each problem corresponds to one scope. Lumping problems  | 
|
2429  | 
together ensures that Kodkodi is launched less often, but it makes the verbose  | 
|
2430  | 
output less readable and is sometimes detrimental to performance. If  | 
|
2431  | 
\textit{batch\_size} is set to \textit{smart}, the actual value used is 1 if
 | 
|
| 38181 | 2432  | 
\textit{debug} (\S\ref{output-format}) is set and 50 otherwise.
 | 
| 33191 | 2433  | 
|
2434  | 
\optrue{destroy\_constrs}{dont\_destroy\_constrs}
 | 
|
2435  | 
Specifies whether formulas involving (co)in\-duc\-tive datatype constructors should  | 
|
2436  | 
be rewritten to use (automatically generated) discriminators and destructors.  | 
|
2437  | 
This optimization can drastically reduce the size of the Boolean formulas given  | 
|
2438  | 
to the SAT solver.  | 
|
2439  | 
||
2440  | 
\nopagebreak  | 
|
2441  | 
{\small See also \textit{debug} (\S\ref{output-format}).}
 | 
|
2442  | 
||
2443  | 
\optrue{specialize}{dont\_specialize}
 | 
|
2444  | 
Specifies whether functions invoked with static arguments should be specialized.  | 
|
2445  | 
This optimization can drastically reduce the search space, especially for  | 
|
2446  | 
higher-order functions.  | 
|
2447  | 
||
2448  | 
\nopagebreak  | 
|
2449  | 
{\small See also \textit{debug} (\S\ref{output-format}) and
 | 
|
2450  | 
\textit{show\_consts} (\S\ref{output-format}).}
 | 
|
2451  | 
||
2452  | 
\optrue{star\_linear\_preds}{dont\_star\_linear\_preds}
 | 
|
2453  | 
Specifies whether Nitpick should use Kodkod's transitive closure operator to  | 
|
2454  | 
encode non-well-founded ``linear inductive predicates,'' i.e., inductive  | 
|
2455  | 
predicates for which each the predicate occurs in at most one assumption of each  | 
|
2456  | 
introduction rule. Using the reflexive transitive closure is in principle  | 
|
2457  | 
equivalent to setting \textit{iter} to the cardinality of the predicate's
 | 
|
2458  | 
domain, but it is usually more efficient.  | 
|
2459  | 
||
2460  | 
{\small See also \textit{wf} (\S\ref{scope-of-search}), \textit{debug}
 | 
|
2461  | 
(\S\ref{output-format}), and \textit{iter} (\S\ref{scope-of-search}).}
 | 
|
2462  | 
||
| 38209 | 2463  | 
\opnodefault{whack}{term\_list}
 | 
2464  | 
Specifies a list of atomic terms (usually constants, but also free and schematic  | 
|
2465  | 
variables) that should be taken as being $\unk$ (unknown). This can be useful to  | 
|
2466  | 
reduce the size of the Kodkod problem if you can guess in advance that a  | 
|
2467  | 
constant might not be needed to find a countermodel.  | 
|
2468  | 
||
2469  | 
{\small See also \textit{debug} (\S\ref{output-format}).}
 | 
|
2470  | 
||
| 41876 | 2471  | 
\opnodefault{need}{term\_list}
 | 
| 41985 | 2472  | 
Specifies a list of datatype values (normally ground constructor terms) that  | 
2473  | 
should be part of the subterm-closed subsets used to approximate datatypes. If  | 
|
2474  | 
you know that a value must necessarily belong to the subset of representable  | 
|
2475  | 
values that approximates a datatype, specifying it can speed up the search,  | 
|
2476  | 
especially for high cardinalities.  | 
|
2477  | 
%By default, Nitpick inspects the conjecture to infer needed datatype values.  | 
|
| 33191 | 2478  | 
|
| 41857 | 2479  | 
\opsmart{total\_consts}{partial\_consts}
 | 
2480  | 
Specifies whether constants occurring in the problem other than constructors can  | 
|
2481  | 
be assumed to be considered total for the representable values that approximate  | 
|
2482  | 
a datatype. This option is highly incomplete; it should be used only for  | 
|
2483  | 
problems that do not construct datatype values explicitly. Since this option is  | 
|
2484  | 
(in rare cases) unsound, counterexamples generated under these conditions are  | 
|
2485  | 
tagged as ``quasi genuine.''  | 
|
2486  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2487  | 
\opdefault{datatype\_sym\_break}{int}{\upshape 5}
 | 
| 38128 | 2488  | 
Specifies an upper bound on the number of datatypes for which Nitpick generates  | 
2489  | 
symmetry breaking predicates. Symmetry breaking can speed up the SAT solver  | 
|
2490  | 
considerably, especially for unsatisfiable problems, but too much of it can slow  | 
|
2491  | 
it down.  | 
|
2492  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2493  | 
\opdefault{kodkod\_sym\_break}{int}{\upshape 15}
 | 
| 38128 | 2494  | 
Specifies an upper bound on the number of relations for which Kodkod generates  | 
2495  | 
symmetry breaking predicates. Symmetry breaking can speed up the SAT solver  | 
|
2496  | 
considerably, especially for unsatisfiable problems, but too much of it can slow  | 
|
2497  | 
it down.  | 
|
2498  | 
||
| 41804 | 2499  | 
\optrue{peephole\_optim}{no\_peephole\_optim}
 | 
2500  | 
Specifies whether Nitpick should simplify the generated Kodkod formulas using a  | 
|
2501  | 
peephole optimizer. These optimizations can make a significant difference.  | 
|
2502  | 
Unless you are tracking down a bug in Nitpick or distrust the peephole  | 
|
2503  | 
optimizer, you should leave this option enabled.  | 
|
2504  | 
||
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2505  | 
\opdefault{max\_threads}{int}{\upshape 0}
 | 
| 33191 | 2506  | 
Specifies the maximum number of threads to use in Kodkod. If this option is set  | 
2507  | 
to 0, Kodkod will compute an appropriate value based on the number of processor  | 
|
| 39317 | 2508  | 
cores available. The option is implicitly set to 1 for automatic runs.  | 
| 33191 | 2509  | 
|
2510  | 
\nopagebreak  | 
|
2511  | 
{\small See also \textit{batch\_size} (\S\ref{optimizations}) and
 | 
|
2512  | 
\textit{timeout} (\S\ref{timeouts}).}
 | 
|
2513  | 
\end{enum}
 | 
|
2514  | 
||
2515  | 
\subsection{Timeouts}
 | 
|
2516  | 
\label{timeouts}
 | 
|
2517  | 
||
2518  | 
\begin{enum}
 | 
|
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2519  | 
\opdefault{timeout}{float\_or\_none}{\upshape 30}
 | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
2520  | 
Specifies the maximum number of seconds that the \textbf{nitpick} command should
 | 
| 33191 | 2521  | 
spend looking for a counterexample. Nitpick tries to honor this constraint as  | 
2522  | 
well as it can but offers no guarantees. For automatic runs,  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2523  | 
\textit{timeout} is ignored; instead, Auto Quickcheck and Auto Nitpick share
 | 
| 
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2524  | 
a time slot whose length is specified by the ``Auto Counterexample Time  | 
| 
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2525  | 
Limit'' option in Proof General.  | 
| 33191 | 2526  | 
|
2527  | 
\nopagebreak  | 
|
| 
33561
 
ab01b72715ef
introduced Auto Nitpick in addition to Auto Quickcheck;
 
blanchet 
parents: 
33559 
diff
changeset
 | 
2528  | 
{\small See also \textit{max\_threads} (\S\ref{optimizations}).}
 | 
| 33191 | 2529  | 
|
| 
40343
 
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
 
blanchet 
parents: 
40341 
diff
changeset
 | 
2530  | 
\opdefault{tac\_timeout}{float\_or\_none}{\upshape 0.5}
 | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
2531  | 
Specifies the maximum number of seconds that the \textit{auto} tactic should use
 | 
| 33191 | 2532  | 
when checking a counterexample, and similarly that \textit{lexicographic\_order}
 | 
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2533  | 
and \textit{size\_change} should use when checking whether a (co)in\-duc\-tive
 | 
| 33191 | 2534  | 
predicate is well-founded. Nitpick tries to honor this constraint as well as it  | 
2535  | 
can but offers no guarantees.  | 
|
2536  | 
||
2537  | 
\nopagebreak  | 
|
2538  | 
{\small See also \textit{wf} (\S\ref{scope-of-search}),
 | 
|
2539  | 
\textit{check\_potential} (\S\ref{authentication}),
 | 
|
2540  | 
and \textit{check\_genuine} (\S\ref{authentication}).}
 | 
|
2541  | 
\end{enum}
 | 
|
2542  | 
||
2543  | 
\section{Attribute Reference}
 | 
|
2544  | 
\label{attribute-reference}
 | 
|
2545  | 
||
2546  | 
Nitpick needs to consider the definitions of all constants occurring in a  | 
|
2547  | 
formula in order to falsify it. For constants introduced using the  | 
|
2548  | 
\textbf{definition} command, the definition is simply the associated
 | 
|
2549  | 
\textit{\_def} axiom. In contrast, instead of using the internal representation
 | 
|
2550  | 
of functions synthesized by Isabelle's \textbf{primrec}, \textbf{function}, and
 | 
|
2551  | 
\textbf{nominal\_primrec} packages, Nitpick relies on the more natural
 | 
|
2552  | 
equational specification entered by the user.  | 
|
2553  | 
||
2554  | 
Behind the scenes, Isabelle's built-in packages and theories rely on the  | 
|
2555  | 
following attributes to affect Nitpick's behavior:  | 
|
2556  | 
||
| 
36386
 
2132f15b366f
Fruhjahrsputz: remove three mostly useless Nitpick options
 
blanchet 
parents: 
36268 
diff
changeset
 | 
2557  | 
\begin{enum}
 | 
| 41796 | 2558  | 
\flushitem{\textit{nitpick\_unfold}}
 | 
| 33191 | 2559  | 
|
2560  | 
\nopagebreak  | 
|
| 41796 | 2561  | 
This attribute specifies an equation that Nitpick should use to expand a  | 
2562  | 
constant. The equation should be logically equivalent to the constant's actual  | 
|
2563  | 
definition and should be of the form  | 
|
| 33191 | 2564  | 
|
| 41794 | 2565  | 
\qquad $c~{?}x_1~\ldots~{?}x_n \,=\, t$,
 | 
2566  | 
||
2567  | 
or  | 
|
2568  | 
||
| 33191 | 2569  | 
\qquad $c~{?}x_1~\ldots~{?}x_n \,\equiv\, t$,
 | 
2570  | 
||
2571  | 
where ${?}x_1, \ldots, {?}x_n$ are distinct variables and $c$ does not occur in
 | 
|
| 41796 | 2572  | 
$t$. Each occurrence of $c$ in the problem is expanded to $\lambda x_1\,\ldots  | 
2573  | 
x_n.\; t$.  | 
|
| 33191 | 2574  | 
|
2575  | 
\flushitem{\textit{nitpick\_simp}}
 | 
|
2576  | 
||
2577  | 
\nopagebreak  | 
|
2578  | 
This attribute specifies the equations that constitute the specification of a  | 
|
| 38203 | 2579  | 
constant. The \textbf{primrec}, \textbf{function}, and
 | 
2580  | 
\textbf{nominal\_\allowbreak primrec} packages automatically attach this
 | 
|
2581  | 
attribute to their \textit{simps} rules. The equations must be of the form
 | 
|
| 33191 | 2582  | 
|
| 38201 | 2583  | 
\qquad $c~t_1~\ldots\ t_n \;\bigl[{=}\; u\bigr]$
 | 
2584  | 
||
2585  | 
or  | 
|
2586  | 
||
2587  | 
\qquad $c~t_1~\ldots\ t_n \,\equiv\, u.$  | 
|
| 33191 | 2588  | 
|
2589  | 
\flushitem{\textit{nitpick\_psimp}}
 | 
|
2590  | 
||
2591  | 
\nopagebreak  | 
|
2592  | 
This attribute specifies the equations that constitute the partial specification  | 
|
| 38203 | 2593  | 
of a constant. The \textbf{function} package automatically attaches this
 | 
2594  | 
attribute to its \textit{psimps} rules. The conditional equations must be of the
 | 
|
2595  | 
form  | 
|
| 33191 | 2596  | 
|
| 38201 | 2597  | 
\qquad $\lbrakk P_1;\> \ldots;\> P_m\rbrakk \,\Longrightarrow\, c\ t_1\ \ldots\ t_n \;\bigl[{=}\; u\bigr]$
 | 
2598  | 
||
2599  | 
or  | 
|
2600  | 
||
2601  | 
\qquad $\lbrakk P_1;\> \ldots;\> P_m\rbrakk \,\Longrightarrow\, c\ t_1\ \ldots\ t_n \,\equiv\, u$.  | 
|
| 33191 | 2602  | 
|
| 35809 | 2603  | 
\flushitem{\textit{nitpick\_choice\_spec}}
 | 
2604  | 
||
2605  | 
\nopagebreak  | 
|
2606  | 
This attribute specifies the (free-form) specification of a constant defined  | 
|
2607  | 
using the \hbox{(\textbf{ax\_})}\allowbreak\textbf{specification} command.
 | 
|
| 
36386
 
2132f15b366f
Fruhjahrsputz: remove three mostly useless Nitpick options
 
blanchet 
parents: 
36268 
diff
changeset
 | 
2608  | 
\end{enum}
 | 
| 33191 | 2609  | 
|
2610  | 
When faced with a constant, Nitpick proceeds as follows:  | 
|
2611  | 
||
2612  | 
\begin{enum}
 | 
|
2613  | 
\item[1.] If the \textit{nitpick\_simp} set associated with the constant
 | 
|
2614  | 
is not empty, Nitpick uses these rules as the specification of the constant.  | 
|
2615  | 
||
2616  | 
\item[2.] Otherwise, if the \textit{nitpick\_psimp} set associated with
 | 
|
2617  | 
the constant is not empty, it uses these rules as the specification of the  | 
|
2618  | 
constant.  | 
|
2619  | 
||
| 35809 | 2620  | 
\item[3.] Otherwise, if the constant was defined using the  | 
2621  | 
\hbox{(\textbf{ax\_})}\allowbreak\textbf{specification} command and the
 | 
|
2622  | 
\textit{nitpick\_choice\_spec} set associated with the constant is not empty, it
 | 
|
2623  | 
uses these theorems as the specification of the constant.  | 
|
2624  | 
||
| 38203 | 2625  | 
\item[4.] Otherwise, it looks up the definition of the constant. If the  | 
| 41796 | 2626  | 
\textit{nitpick\_unfold} set associated with the constant is not empty, it uses
 | 
2627  | 
the latest rule added to the set as the definition of the constant; otherwise it  | 
|
| 38203 | 2628  | 
uses the actual definition axiom.  | 
| 33191 | 2629  | 
|
2630  | 
\begin{enum}
 | 
|
| 38203 | 2631  | 
\item[1.] If the definition is of the form  | 
| 33191 | 2632  | 
|
| 38181 | 2633  | 
\qquad $c~{?}x_1~\ldots~{?}x_m \,\equiv\, \lambda y_1~\ldots~y_n.\; \textit{lfp}~(\lambda f.\; t)$
 | 
2634  | 
||
2635  | 
or  | 
|
2636  | 
||
| 38201 | 2637  | 
\qquad $c~{?}x_1~\ldots~{?}x_m \,\equiv\, \lambda y_1~\ldots~y_n.\; \textit{gfp}~(\lambda f.\; t).$
 | 
| 38181 | 2638  | 
|
2639  | 
Nitpick assumes that the definition was made using a (co)inductive package  | 
|
2640  | 
based on the user-specified introduction rules registered in Isabelle's internal  | 
|
2641  | 
\textit{Spec\_Rules} table. The tool uses the introduction rules to ascertain
 | 
|
2642  | 
whether the definition is well-founded and the definition to generate a  | 
|
2643  | 
fixed-point equation or an unrolled equation.  | 
|
| 38203 | 2644  | 
|
2645  | 
\item[2.] If the definition is compact enough, the constant is \textsl{unfolded}
 | 
|
2646  | 
wherever it appears; otherwise, it is defined equationally, as with  | 
|
2647  | 
the \textit{nitpick\_simp} attribute.
 | 
|
| 33191 | 2648  | 
\end{enum}
 | 
2649  | 
\end{enum}
 | 
|
2650  | 
||
2651  | 
As an illustration, consider the inductive definition  | 
|
2652  | 
||
2653  | 
\prew  | 
|
2654  | 
\textbf{inductive}~\textit{odd}~\textbf{where} \\
 | 
|
2655  | 
``\textit{odd}~1'' $\,\mid$ \\
 | 
|
2656  | 
``\textit{odd}~$n\,\Longrightarrow\, \textit{odd}~(\textit{Suc}~(\textit{Suc}~n))$''
 | 
|
2657  | 
\postw  | 
|
2658  | 
||
| 
37264
 
8b931fb51cc6
removed "nitpick_intro" attribute -- Nitpick noew uses Spec_Rules instead
 
blanchet 
parents: 
37259 
diff
changeset
 | 
2659  | 
By default, Nitpick uses the \textit{lfp}-based definition in conjunction with
 | 
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2660  | 
the introduction rules. To override this, you can specify an alternative  | 
| 33191 | 2661  | 
definition as follows:  | 
2662  | 
||
2663  | 
\prew  | 
|
| 41796 | 2664  | 
\textbf{lemma} $\mathit{odd\_alt\_unfold}$ [\textit{nitpick\_unfold}]:\kern.4em ``$\textit{odd}~n \,\equiv\, n~\textrm{mod}~2 = 1$''
 | 
| 33191 | 2665  | 
\postw  | 
2666  | 
||
2667  | 
Nitpick then expands all occurrences of $\mathit{odd}~n$ to $n~\textrm{mod}~2
 | 
|
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2668  | 
= 1$. Alternatively, you can specify an equational specification of the constant:  | 
| 33191 | 2669  | 
|
2670  | 
\prew  | 
|
| 38175 | 2671  | 
\textbf{lemma} $\mathit{odd\_simp}$ [\textit{nitpick\_simp}]:\kern.4em ``$\textit{odd}~n = (n~\textrm{mod}~2 = 1)$''
 | 
| 33191 | 2672  | 
\postw  | 
2673  | 
||
| 38176 | 2674  | 
Such tweaks should be done with great care, because Nitpick will assume that the  | 
2675  | 
constant is completely defined by its equational specification. For example, if  | 
|
2676  | 
you make ``$\textit{odd}~(2 * k + 1)$'' a \textit{nitpick\_simp} rule and neglect to provide rules to handle the $2 * k$ case, Nitpick will define
 | 
|
2677  | 
$\textit{odd}~n$ arbitrarily for even values of $n$. The \textit{debug}
 | 
|
2678  | 
(\S\ref{output-format}) option is extremely useful to understand what is going
 | 
|
2679  | 
on when experimenting with \textit{nitpick\_} attributes.
 | 
|
2680  | 
||
2681  | 
Because of its internal three-valued logic, Nitpick tends to lose a  | 
|
| 
38173
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2682  | 
lot of precision in the presence of partially specified constants. For example,  | 
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2683  | 
|
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2684  | 
\prew  | 
| 38176 | 2685  | 
\textbf{lemma} \textit{odd\_simp} [\textit{nitpick\_simp}]:\kern.4em ``$\textit{odd~x} = \lnot\, \textit{even}~x$''
 | 
| 
38173
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2686  | 
\postw  | 
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2687  | 
|
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2688  | 
is superior to  | 
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2689  | 
|
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2690  | 
\prew  | 
| 38175 | 2691  | 
\textbf{lemma} \textit{odd\_psimps} [\textit{nitpick\_simp}]: \\
 | 
2692  | 
``$\textit{even~x} \,\Longrightarrow\, \textit{odd~x} = \textit{False\/}$'' \\
 | 
|
2693  | 
``$\lnot\, \textit{even~x} \,\Longrightarrow\, \textit{odd~x} = \textit{True\/}$''
 | 
|
| 
38173
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2694  | 
\postw  | 
| 
 
de6ef87e65b3
document something I explained in an email to a poweruser
 
blanchet 
parents: 
38172 
diff
changeset
 | 
2695  | 
|
| 38203 | 2696  | 
Because Nitpick sometimes unfolds definitions but never simplification rules,  | 
2697  | 
you can ensure that a constant is defined explicitly using the  | 
|
2698  | 
\textit{nitpick\_simp}. For example:
 | 
|
| 38176 | 2699  | 
|
2700  | 
\prew  | 
|
2701  | 
\textbf{definition}~\textit{optimum} \textbf{where} [\textit{nitpick\_simp}]: \\
 | 
|
2702  | 
``$\textit{optimum}~t =
 | 
|
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2703  | 
     (\forall u.\; \textit{consistent}~u \mathrel{\land} \textit{alphabet}~t = \textit{alphabet}~u$ \\
 | 
| 38177 | 2704  | 
\phantom{``$\textit{optimum}~t = (\forall u.\;$}${\mathrel{\land}}\; \textit{freq}~t = \textit{freq}~u \longrightarrow
 | 
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2705  | 
         \textit{cost}~t \le \textit{cost}~u)$''
 | 
| 38176 | 2706  | 
\postw  | 
| 33191 | 2707  | 
|
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2708  | 
In some rare occasions, you might want to provide an inductive or coinductive  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2709  | 
view on top of an existing constant $c$. The easiest way to achieve this is to  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2710  | 
define a new constant $c'$ (co)inductively. Then prove that $c$ equals $c'$  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2711  | 
and let Nitpick know about it:  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2712  | 
|
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2713  | 
\prew  | 
| 41796 | 2714  | 
\textbf{lemma} \textit{c\_alt\_unfold} [\textit{nitpick\_unfold}]:\kern.4em ``$c \equiv c'$\kern2pt ''
 | 
| 
38178
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2715  | 
\postw  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2716  | 
|
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2717  | 
This ensures that Nitpick will substitute $c'$ for $c$ and use the (co)inductive  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2718  | 
definition.  | 
| 
 
0cea0125339a
more documentation, based on email discussions with a user
 
blanchet 
parents: 
38177 
diff
changeset
 | 
2719  | 
|
| 33191 | 2720  | 
\section{Standard ML Interface}
 | 
2721  | 
\label{standard-ml-interface}
 | 
|
2722  | 
||
2723  | 
Nitpick provides a rich Standard ML interface used mainly for internal purposes  | 
|
2724  | 
and debugging. Among the most interesting functions exported by Nitpick are  | 
|
2725  | 
those that let you invoke the tool programmatically and those that let you  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2726  | 
register and unregister custom coinductive datatypes as well as term  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2727  | 
postprocessors.  | 
| 33191 | 2728  | 
|
2729  | 
\subsection{Invocation of Nitpick}
 | 
|
2730  | 
\label{invocation-of-nitpick}
 | 
|
2731  | 
||
2732  | 
The \textit{Nitpick} structure offers the following functions for invoking your
 | 
|
2733  | 
favorite counterexample generator:  | 
|
2734  | 
||
2735  | 
\prew  | 
|
2736  | 
$\textbf{val}\,~\textit{pick\_nits\_in\_term} : \\
 | 
|
| 43023 | 2737  | 
\hbox{}\quad\textit{Proof.state} \rightarrow \textit{params} \rightarrow \textit{mode}
 | 
2738  | 
\rightarrow \textit{int} \rightarrow \textit{int} \rightarrow \textit{int}$ \\
 | 
|
2739  | 
$\hbox{}\quad{\rightarrow}\; (\textit{term} * \textit{term})~\textit{list}
 | 
|
2740  | 
\rightarrow \textit{term~list} \rightarrow \textit{term} \rightarrow \textit{string} * \textit{Proof.state}$ \\
 | 
|
| 33191 | 2741  | 
$\textbf{val}\,~\textit{pick\_nits\_in\_subgoal} : \\
 | 
| 43023 | 2742  | 
\hbox{}\quad\textit{Proof.state} \rightarrow \textit{params} \rightarrow \textit{mode} \rightarrow \textit{int} \rightarrow \textit{int} \rightarrow \textit{string} * \textit{Proof.state}$
 | 
| 33191 | 2743  | 
\postw  | 
2744  | 
||
2745  | 
The return value is a new proof state paired with an outcome string  | 
|
| 35695 | 2746  | 
(``genuine'', ``quasi\_genuine'', ``potential'', ``none'', or ``unknown''). The  | 
| 33191 | 2747  | 
\textit{params} type is a large record that lets you set Nitpick's options. The
 | 
2748  | 
current default options can be retrieved by calling the following function  | 
|
| 
33232
 
f93390060bbe
internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
 
blanchet 
parents: 
33229 
diff
changeset
 | 
2749  | 
defined in the \textit{Nitpick\_Isar} structure:
 | 
| 33191 | 2750  | 
|
2751  | 
\prew  | 
|
2752  | 
$\textbf{val}\,~\textit{default\_params} :\,
 | 
|
2753  | 
\textit{theory} \rightarrow (\textit{string} * \textit{string})~\textit{list} \rightarrow \textit{params}$
 | 
|
2754  | 
\postw  | 
|
2755  | 
||
2756  | 
The second argument lets you override option values before they are parsed and  | 
|
| 43023 | 2757  | 
put into a \textit{params} record. Here is an example where Nitpick is invoked
 | 
2758  | 
on subgoal $i$ of $n$ with no time limit:  | 
|
| 33191 | 2759  | 
|
2760  | 
\prew  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2761  | 
$\textbf{val}\,~\textit{params} = \textit{Nitpick\_Isar.default\_params}~\textit{thy}~[(\textrm{``}\textrm{timeout\/}\textrm{''},\, \textrm{``}\textrm{none}\textrm{''})]$ \\
 | 
| 43023 | 2762  | 
$\textbf{val}\,~(\textit{outcome},\, \textit{state}') = {}$ \\
 | 
2763  | 
$\hbox{}\quad\textit{Nitpick.pick\_nits\_in\_subgoal}~\textit{state}~\textit{params}~\textit{Nitpick.Normal}~\textit{i}~\textit{n}$
 | 
|
| 33191 | 2764  | 
\postw  | 
2765  | 
||
| 
33557
 
107f3df799f6
clean Nitpick's wellfoundedness cache once in a while, to avoid potential memory leak
 
blanchet 
parents: 
33556 
diff
changeset
 | 
2766  | 
\let\antiq=\textrm  | 
| 
 
107f3df799f6
clean Nitpick's wellfoundedness cache once in a while, to avoid potential memory leak
 
blanchet 
parents: 
33556 
diff
changeset
 | 
2767  | 
|
| 33191 | 2768  | 
\subsection{Registration of Coinductive Datatypes}
 | 
2769  | 
\label{registration-of-coinductive-datatypes}
 | 
|
2770  | 
||
2771  | 
If you have defined a custom coinductive datatype, you can tell Nitpick about  | 
|
2772  | 
it, so that it can use an efficient Kodkod axiomatization similar to the one it  | 
|
2773  | 
uses for lazy lists. The interface for registering and unregistering coinductive  | 
|
2774  | 
datatypes consists of the following pair of functions defined in the  | 
|
| 38241 | 2775  | 
\textit{Nitpick\_HOL} structure:
 | 
| 33191 | 2776  | 
|
2777  | 
\prew  | 
|
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2778  | 
$\textbf{val}\,~\textit{register\_codatatype\/} : {}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2779  | 
$\hbox{}\quad\textit{morphism} \rightarrow \textit{typ} \rightarrow \textit{string} \rightarrow (\textit{string} \times \textit{typ})\;\textit{list} \rightarrow \textit{Context.generic} {}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2780  | 
$\hbox{}\quad{\rightarrow}\; \textit{Context.generic}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2781  | 
$\textbf{val}\,~\textit{unregister\_codatatype\/} : {}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2782  | 
$\hbox{}\quad\textit{morphism} \rightarrow \textit{typ} \rightarrow \textit{Context.generic} \rightarrow \textit{Context.generic} {}$
 | 
| 33191 | 2783  | 
\postw  | 
2784  | 
||
2785  | 
The type $'a~\textit{llist}$ of lazy lists is already registered; had it
 | 
|
2786  | 
not been, you could have told Nitpick about it by adding the following line  | 
|
2787  | 
to your theory file:  | 
|
2788  | 
||
2789  | 
\prew  | 
|
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2790  | 
$\textbf{declaration}~\,\{{*}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2791  | 
$\hbox{}\quad\textit{Nitpick\_HOL.register\_codatatype}~@\{\antiq{typ}~``\kern1pt'a~\textit{llist\/}\textrm{''}\}$ \\
 | 
| 38274 | 2792  | 
$\hbox{}\qquad\quad @\{\antiq{const\_name}~ \textit{llist\_case}\}$ \\
 | 
2793  | 
$\hbox{}\qquad\quad (\textit{map}~\textit{dest\_Const}~[@\{\antiq{term}~\textit{LNil}\},\, @\{\antiq{term}~\textit{LCons}\}])$ \\
 | 
|
| 38241 | 2794  | 
${*}\}$
 | 
| 33191 | 2795  | 
\postw  | 
2796  | 
||
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2797  | 
The \textit{register\_codatatype} function takes a coinductive datatype, its
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2798  | 
case function, and the list of its constructors (in addition to the current  | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2799  | 
morphism and generic proof context). The case function must take its arguments  | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2800  | 
in the order that the constructors are listed. If no case function with the  | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2801  | 
correct signature is available, simply pass the empty string.  | 
| 33191 | 2802  | 
|
2803  | 
On the other hand, if your goal is to cripple Nitpick, add the following line to  | 
|
2804  | 
your theory file and try to check a few conjectures about lazy lists:  | 
|
2805  | 
||
2806  | 
\prew  | 
|
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2807  | 
$\textbf{declaration}~\,\{{*}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2808  | 
$\hbox{}\quad\textit{Nitpick\_HOL.unregister\_codatatype}~@\{\antiq{typ}~``\kern1pt'a~\textit{llist\/}\textrm{''}\}$ \\
 | 
| 38241 | 2809  | 
${*}\}$
 | 
| 33191 | 2810  | 
\postw  | 
2811  | 
||
| 
33581
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2812  | 
Inductive datatypes can be registered as coinductive datatypes, given  | 
| 
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2813  | 
appropriate coinductive constructors. However, doing so precludes  | 
| 
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2814  | 
the use of the inductive constructors---Nitpick will generate an error if they  | 
| 
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2815  | 
are needed.  | 
| 
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2816  | 
|
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2817  | 
\subsection{Registration of Term Postprocessors}
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2818  | 
\label{registration-of-term-postprocessors}
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2819  | 
|
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2820  | 
It is possible to change the output of any term that Nitpick considers a  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2821  | 
datatype by registering a term postprocessor. The interface for registering and  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2822  | 
unregistering postprocessors consists of the following pair of functions defined  | 
| 38241 | 2823  | 
in the \textit{Nitpick\_Model} structure:
 | 
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2824  | 
|
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2825  | 
\prew  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2826  | 
$\textbf{type}\,~\textit{term\_postprocessor}\,~{=} {}$ \\
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2827  | 
$\hbox{}\quad\textit{Proof.context} \rightarrow \textit{string} \rightarrow (\textit{typ} \rightarrow \textit{term~list\/}) \rightarrow \textit{typ} \rightarrow \textit{term} \rightarrow \textit{term}$ \\
 | 
| 
38284
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2828  | 
$\textbf{val}\,~\textit{register\_term\_postprocessor} : {}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2829  | 
$\hbox{}\quad\textit{typ} \rightarrow \textit{term\_postprocessor} \rightarrow \textit{morphism} \rightarrow \textit{Context.generic}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2830  | 
$\hbox{}\quad{\rightarrow}\; \textit{Context.generic}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2831  | 
$\textbf{val}\,~\textit{unregister\_term\_postprocessor} : {}$ \\
 | 
| 
 
9f98107ad8b4
use "declaration" instead of "setup" to register Nitpick extensions
 
blanchet 
parents: 
38274 
diff
changeset
 | 
2832  | 
$\hbox{}\quad\textit{typ} \rightarrow \textit{morphism} \rightarrow \textit{Context.generic} \rightarrow \textit{Context.generic}$
 | 
| 
35712
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2833  | 
\postw  | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2834  | 
|
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2835  | 
\S\ref{typedefs-quotient-types-records-rationals-and-reals} and
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2836  | 
\texttt{src/HOL/Library/Multiset.thy} illustrate this feature in context.
 | 
| 
 
77aa29bf14ee
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
 
blanchet 
parents: 
35710 
diff
changeset
 | 
2837  | 
|
| 33191 | 2838  | 
\section{Known Bugs and Limitations}
 | 
2839  | 
\label{known-bugs-and-limitations}
 | 
|
2840  | 
||
2841  | 
Here are the known bugs and limitations in Nitpick at the time of writing:  | 
|
2842  | 
||
2843  | 
\begin{enum}
 | 
|
| 45515 | 2844  | 
\item[\labelitemi] Underspecified functions defined using the \textbf{primrec},
 | 
| 33191 | 2845  | 
\textbf{function}, or \textbf{nominal\_\allowbreak primrec} packages can lead
 | 
2846  | 
Nitpick to generate spurious counterexamples for theorems that refer to values  | 
|
2847  | 
for which the function is not defined. For example:  | 
|
2848  | 
||
2849  | 
\prew  | 
|
2850  | 
\textbf{primrec} \textit{prec} \textbf{where} \\
 | 
|
2851  | 
``$\textit{prec}~(\textit{Suc}~n) = n$'' \\[2\smallskipamount]
 | 
|
2852  | 
\textbf{lemma} ``$\textit{prec}~0 = \undef$'' \\
 | 
|
2853  | 
\textbf{nitpick} \\[2\smallskipamount]
 | 
|
| 
45083
 
014342144091
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
 
blanchet 
parents: 
45080 
diff
changeset
 | 
2854  | 
\quad{\slshape Nitpick found a counterexample for \textit{card nat}~= 2:
 | 
| 33191 | 2855  | 
\nopagebreak  | 
2856  | 
\\[2\smallskipamount]  | 
|
2857  | 
\hbox{}\qquad Empty assignment} \nopagebreak\\[2\smallskipamount]
 | 
|
| 
34982
 
7b8c366e34a2
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
 
blanchet 
parents: 
34126 
diff
changeset
 | 
2858  | 
\textbf{by}~(\textit{auto simp}:~\textit{prec\_def})
 | 
| 33191 | 2859  | 
\postw  | 
2860  | 
||
| 
38213
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2861  | 
Such theorems are generally considered bad style because they rely on the  | 
| 
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2862  | 
internal representation of functions synthesized by Isabelle, an implementation  | 
| 33191 | 2863  | 
detail.  | 
2864  | 
||
| 45515 | 2865  | 
\item[\labelitemi] Similarly, Nitpick might find spurious counterexamples for  | 
| 
38207
 
792b78e355e7
added support for "Abs_" and "Rep_" functions on quotient types
 
blanchet 
parents: 
38203 
diff
changeset
 | 
2866  | 
theorems that rely on the use of the indefinite description operator internally  | 
| 
 
792b78e355e7
added support for "Abs_" and "Rep_" functions on quotient types
 
blanchet 
parents: 
38203 
diff
changeset
 | 
2867  | 
by \textbf{specification} and \textbf{quot\_type}.
 | 
| 
 
792b78e355e7
added support for "Abs_" and "Rep_" functions on quotient types
 
blanchet 
parents: 
38203 
diff
changeset
 | 
2868  | 
|
| 45515 | 2869  | 
\item[\labelitemi] Axioms or definitions that restrict the possible values of the  | 
| 
38213
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2870  | 
\textit{undefined} constant or other partially specified built-in Isabelle
 | 
| 
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2871  | 
constants (e.g., \textit{Abs\_} and \textit{Rep\_} constants) are in general
 | 
| 
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2872  | 
ignored. Again, such nonconservative extensions are generally considered bad  | 
| 
 
d4cbc80e7271
extend the scope of limitation about nonconservative extensions
 
blanchet 
parents: 
38209 
diff
changeset
 | 
2873  | 
style.  | 
| 35811 | 2874  | 
|
| 45515 | 2875  | 
\item[\labelitemi] Nitpick maintains a global cache of wellfoundedness conditions,  | 
| 
33556
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2876  | 
which can become invalid if you change the definition of an inductive predicate  | 
| 
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2877  | 
that is registered in the cache. To clear the cache,  | 
| 
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2878  | 
run Nitpick with the \textit{tac\_timeout} option set to a new value (e.g.,
 | 
| 
40341
 
03156257040f
standardize on seconds for Nitpick and Sledgehammer timeouts
 
blanchet 
parents: 
40147 
diff
changeset
 | 
2879  | 
$0.51$).  | 
| 
33556
 
cba22e2999d5
renamed Nitpick option "coalesce_type_vars" to "merge_type_vars" (shorter) and cleaned up old hacks that are no longer necessary
 
blanchet 
parents: 
33232 
diff
changeset
 | 
2880  | 
|
| 45515 | 2881  | 
\item[\labelitemi] Nitpick produces spurious counterexamples when invoked after a  | 
| 33191 | 2882  | 
\textbf{guess} command in a structured proof.
 | 
2883  | 
||
| 45515 | 2884  | 
\item[\labelitemi] The \textit{nitpick\_xxx} attributes and the
 | 
| 38241 | 2885  | 
\textit{Nitpick\_xxx.register\_yyy} functions can cause havoc if used
 | 
2886  | 
improperly.  | 
|
| 33191 | 2887  | 
|
| 45515 | 2888  | 
\item[\labelitemi] Although this has never been observed, arbitrary theorem  | 
| 
33581
 
e1e77265fb1d
added possibility to register datatypes as codatatypes in Nitpick;
 
blanchet 
parents: 
33579 
diff
changeset
 | 
2889  | 
morphisms could possibly confuse Nitpick, resulting in spurious counterexamples.  | 
| 33579 | 2890  | 
|
| 45515 | 2891  | 
\item[\labelitemi] All constants, types, free variables, and schematic variables  | 
| 
35386
 
45a4e19d3ebd
more work on the new monotonicity stuff in Nitpick
 
blanchet 
parents: 
35385 
diff
changeset
 | 
2892  | 
whose names start with \textit{Nitpick}{.} are reserved for internal use.
 | 
| 33191 | 2893  | 
\end{enum}
 | 
2894  | 
||
2895  | 
\let\em=\sl  | 
|
2896  | 
\bibliography{../manual}{}
 | 
|
2897  | 
\bibliographystyle{abbrv}
 | 
|
2898  | 
||
2899  | 
\end{document}
 |