Documentation

Lean.Meta.Tactic.Grind.Beta

Returns all lambda expressions in the equivalence class with root root.

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

Returns the root of the functions in the equivalence class containing e. That is, if f a is in roots equivalence class, results contains the root of f.

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

For each lam in lams s.t. lam and f are in the same equivalence class, propagate f args = lam args.

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

Applies beta-reduction for lambdas in fs equivalence class. We use this function while internalizing new applications.

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