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