Documentation

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

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

    Given a : Nat, returns (a', h) such that a' : Int, and h : NatCast.natCast a = a'

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

      Given x whose denotation is e, if e is of the form NatCast.natCast a, asserts that it is nonnegative.

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

        Given e : Int, tries to construct a proof that e ≥ 0

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

          Given x whose denotation is e : Int, tries to assert that e ≥ 0

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