Skip to content

make the sentence about == less ambiguous #86

@gares

Description

@gares

On Thu, 2019-08-01 at 10:45 +0200, Florent Hivert wrote:

  Dear all,

Reading the MathComp book I was surprised reading at the bottom of
page 125
the following sentence:

Whenever we want to state equality between two expressions, if
they live
in an eqType, always use ==.

It seems to suggest that lemmas such as

Lemma subSS n m : m.+1 - n.+1 = m - n.

should be written as

Lemma subSS n m : m.+1 - n.+1 == m - n.

which doesn't look very practical. Is it a mistake or am I missing
something ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions