some utilities for dealing with verification problems about classification
datasets. Of particular interest for us is the ``robust`` predicate, defined in
the theory ``DatasetClassificationProps`` as follows:
We will first write some predicates to take into account the fact
that we only have two available labels in the dataset sample (0, 1 and 2)
and that the
input images are normalized (floating point values between 0. and 1.).
We will also define a predicate that, given a label ``l`` and an image ``i`` checks whether the neural network ``nn`` indeed advises the correct label.