Documentation

Mathlib.Tactic.FunProp.Types

funProp #

this file defines environment extension for funProp

Instances For
    • Simp's cache is used as the funProp tactic is designed to be used inside of simp and utilize its cache

    • transitionDepth :

      The number of used transition theorems.

    Instances For

      Log used theorem

      Equations
      • Mathlib.Meta.FunProp.Config.addThm cfg thmId = { constToUnfold := cfg.constToUnfold, disch := cfg.disch, maxTransitionDepth := cfg.maxTransitionDepth, thmStack := thmId :: cfg.thmStack }
      Instances For

        Result of funProp, it is a proof of function property P f

        Instances For

          Get the name of previously used theorem.

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