Documentation

Lean.Meta.Tactic.Grind.Intro

Introduce new hypotheses (and apply by_contra) until goal is of the form ... ⊢ False or is inconsistent.

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

Similar to intros, but returns true if new hypotheses have been added, and false otherwise.

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

Asserts next fact in the goal fact queue. Returns true if the queue was not empty and false otherwise.

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

Asserts all facts in the goal fact queue. Returns true if the queue was not empty and false otherwise.

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