def
Lean.Meta.Grind.Arith.Linear.DiseqCnstr.applyEq?
(a : Int)
(x : Var)
(c₁ : EqCnstr)
(b : Int)
(c₂ : DiseqCnstr)
:
Given an equation c₁
containing the monomial a*x
, and a disequality constraint c₂
containing the monomial b*x
, eliminate x
by applying substitution.
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
@[export lean_process_linarith_eq]
Equations
Instances For
@[export lean_process_linarith_diseq]