Documentation

Auto.LemDB

inductive Auto.LemDB :

Lemma database is a collection of lemmas that users can supply to a tactic. Users only need to provide the name of the lemma database to the tactic. Each lemma database has a name, which is internally stored as a Name. User can add a lemma to a lemma database (internally, .addLemma), or combine several existing lemma databases to form a larger lemma database (internally, .compose), or both. Note that .compose is dynamic.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For