theorem
Mathlib.Meta.NormNum.isNat_eq_false
{α : Type u_1}
[AddMonoidWithOne α]
[CharZero α]
{a : α}
{b : α}
{a' : ℕ}
{b' : ℕ}
:
Mathlib.Meta.NormNum.IsNat a a' → Mathlib.Meta.NormNum.IsNat b b' → Nat.beq a' b' = false → ¬a = b
theorem
Mathlib.Meta.NormNum.isInt_eq_false
{α : Type u_1}
[Ring α]
[CharZero α]
{a : α}
{b : α}
{a' : ℤ}
{b' : ℤ}
:
Mathlib.Meta.NormNum.IsInt a a' → Mathlib.Meta.NormNum.IsInt b b' → decide (a' = b') = false → ¬a = b