Documentation

Lean.Meta.Tactic.Grind.Arith.Cutsat.Nat

Equations

Given e of the form lhs ≤ rhs where lhs and rhs have type Nat, returns (lhs, rhs, ctx) where lhs and rhs are Int.OfNat.Expr and ctx is the context.

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

Given e of type Int, tries to compute a : Int.OfNat.Expr s.t. a.denoteAsInt ctx is e

If e is of the form a.denoteAsInt ctx for some a and ctx, assert that e is nonnegative.

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