Documentation

Lean.Meta.Tactic.Grind.Arith.Offset.Util

Returns some (a, k) if e is of the form a + k.

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • { u := u, v := v, k := k }.neg = { u := v, v := u, k := -k - 1 }
Equations
  • One or more equations did not get rendered due to their size.

Returns some cnstr if e is offset constraint. Remark: z is 0 numeral. It is an extra argument because we want to be able to provide the one that has already been internalized.

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