- ringId : Nat
- checkCoeffDvd : Bool
If
checkCoeffDvdistrue, then when using a polynomialk*m - pto simplify.. + k'*m*m_2 + ..., the substitution is performed IFkdividesk', OR- Ring implements
NoNatZeroDivisors.
We need this check when simplifying disequalities. In this case, if we perform the simplification anyway, we may end up with a proof that
k * q = 0, but we cannot deduceq = 0since the ring does not implementNoNatZeroDivisorsSee comment atPolyDerivation.
Instances For
@[always_inline]
instance
Lean.Meta.Grind.Arith.CommRing.instMonadGetRingOfMonadLift
(m n : Type → Type)
[MonadLift m n]
[MonadGetRing m]
:
Equations
@[reducible, inline]
We don't want to keep carrying the RingId around.
Equations
Instances For
@[reducible, inline]
Equations
Instances For
@[reducible, inline]
Equations
Instances For
@[reducible, inline]
Equations
Instances For
Equations
@[reducible, inline]
Equations
Instances For
Equations
Instances For
Returns some c if the current ring has a nonzero characteristic c.
Equations
Instances For
Returns some (charInst, c) if the current ring has a nonzero characteristic c.
Equations
Instances For
Equations
Instances For
Returns true if the current ring satisfies the property
∀ (k : Nat) (a : α), k ≠ 0 → OfNat.ofNat (α := α) k * a = 0 → a = 0
Equations
Instances For
Returns true if the current ring has a IsCharP instance.