Documentation
Lean
.
Meta
.
Tactic
.
Simp
.
Arith
.
Util
Search
return to top
source
Imports
Lean.Meta.Basic
Imported by
Lean
.
Meta
.
Simp
.
Arith
.
isLinearTerm?
Lean
.
Meta
.
Simp
.
Arith
.
isLinearTerm
Lean
.
Meta
.
Simp
.
Arith
.
isLinearPosCnstr
Lean
.
Meta
.
Simp
.
Arith
.
isLinearCnstr
Lean
.
Meta
.
Simp
.
Arith
.
isDvdCnstr
source
def
Lean
.
Meta
.
Simp
.
Arith
.
isLinearTerm?
(
e
:
Expr
)
:
Option
Expr
Quick filter for linear terms.
Equations
Instances For
source
def
Lean
.
Meta
.
Simp
.
Arith
.
isLinearTerm
(
e
:
Expr
)
:
Bool
Equations
Instances For
source
def
Lean
.
Meta
.
Simp
.
Arith
.
isLinearPosCnstr
(
e
:
Expr
)
:
Bool
Equations
Instances For
source
def
Lean
.
Meta
.
Simp
.
Arith
.
isLinearCnstr
(
e
:
Expr
)
:
Bool
Equations
Instances For
source
def
Lean
.
Meta
.
Simp
.
Arith
.
isDvdCnstr
(
e
:
Expr
)
:
Bool
Equations
Instances For