Documentation

Lean.Meta.Sym.Arith.DenoteExpr

Denotation of reified expressions #

Converts reified RingExpr, Poly, Mon, Power back into Lean Exprs using the ring's cached operator functions and variable array.

Convert an integer to a numeral expression in the ring. Negative values use getNegFn.

Instances For

    Denote a Power (variable raised to a power).

    Instances For

      Denote a Mon (product of powers).

      Instances For

        Denote a Poly (sum of coefficient × monomial terms).

        Instances For

          Denote a RingExpr using an explicit variable array.

          Instances For