This folder is divided into six directories. 

- libraries: gives the number of theorems in the library of each provers
- properties: examples of the most common normalized properties for each prover 
              containing 1 constants, 2 constants and any number of constants.
- simple_scoring: matches derived from the scoring loop with no strategy applied
                  and a default normalization
- normalization: matches derived from the scoring loop with no strategy applied 
                 with different normalizations 
- transitive: transitive matches between Isabelle/HOL and Mizar
              ordered using different ways of combining the transitive score 
              with the direct score.
- strategy: matches obtained after applying the combination of strategy 
            named in the folder

Combination of abbreviation used in the name of files and folders.

Provers
  coq -> Coq
  h4  -> HOL4
  hl  -> HOL/Light
  isa -> Isabelle/HOL
  mat -> Matita
  miz -> Mizar

Normalization
  no_type     -> type erasure
  simple_type -> every composed type is turned into a constant type.
  const_type  -> type at every constant position.
  com         -> commutativity applied to all operators
  subterm     -> subterm conceptualization

Startegy
  greedy
  disambiguation
  typecoherence

