Documentation

Mathlib.Lean.Meta.Tactic.Rewrite

Additional declarations for Lean.Meta.Tactic.Rewrite #

Rewrites e via some eq, producing a proof e = e' for some e'.

Rewrites with a fresh metavariable as the ambient goal. Fails if the rewrite produces any subgoals.

Equations
    Instances For

      Rewrites the type of e via some eq, then moves e into the new type via Eq.mp.

      Rewrites with a fresh metavariable as the ambient goal. Fails if the rewrite produces any subgoals.

      Equations
        Instances For