Documentation

Mathlib.Deprecated.NatLemmas

Note about deprecated files #

This file is deprecated, and is no longer imported by anything in mathlib other than other deprecated files, and test files. You should not need to import it.

multiplication

@[deprecated Nat.mul_eq_zero (since := "2024-08-23")]
theorem Nat.eq_zero_of_mul_eq_zero {m n : } :
n * m = 0n = 0 m = 0

Alias of the forward direction of Nat.mul_eq_zero.

successor and predecessor

@[deprecated "No deprecation message was provided." (since := "2024-08-23")]
def Nat.discriminate {B : Sort u} {n : } (H1 : n = 0B) (H2 : (m : ) → n = m.succB) :
B
Equations
  • One or more equations did not get rendered due to their size.
Instances For