Documentation

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

Equations
@[reducible, inline]
abbrev Int.OfNat.M (α : Type) :
Equations
Instances For

    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.
    Instances For
      Equations
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          Instances For
            Equations
            Instances For

              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.
              Instances For