Documentation

Lean.Meta.Tactic.Grind.Arith.Util

Returns true if e is of the form Nat

Equations

Returns true if e is of the form @instHAdd Nat instAddNat

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

Returns some (a, b) if e is of the form

@HAdd.hAdd Nat Nat Nat (instHAdd Nat instAddNat) a b
Equations
  • One or more equations did not get rendered due to their size.

Returns true if e is of the form

@HAdd.hAdd Nat Nat Nat (instHAdd Nat instAddNat) _ _
Equations
  • One or more equations did not get rendered due to their size.

Returns some k if e @OfNat.ofNat Nat _ (instOfNatNat k)

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