Skip to Content.
Sympa Menu

ssreflect - Re: "==" and "="

Subject: Ssreflect Users Discussion List

List archive

Re: "==" and "="


Chronological Thread 
  • From: Guillaume Cano <>
  • To: Marcus Ramos <>
  • Cc:
  • Subject: Re: "==" and "="
  • Date: Tue, 15 Apr 2014 16:32:09 +0200 (CEST)


Hi,

Is there an equivalent "forall m n: nat, (m + n) = 0 -> (m = 0) /\ (n = 0)" anywhere?

It is addn_eq0.

I also couldn´t find a (nat) lemma like "forall n: nat, (n = 0) -> n <= 0". Does it exist anywhere?


You are also lemmas eq_leq or leqn0 in ssrnat.v

Since nat has eqType structure, many lemmas are expressed as equality between booleans rather than 
equivalence between propositions.


Best,
Guillaume.







Archive powered by MHonArc 2.6.18.

Top of Page