Skip to content

Integers.v: add unsigned_inj#289

Open
jbaum98 wants to merge 1 commit intoAbsInt:masterfrom
jbaum98:unsigned_inj
Open

Integers.v: add unsigned_inj#289
jbaum98 wants to merge 1 commit intoAbsInt:masterfrom
jbaum98:unsigned_inj

Conversation

@jbaum98
Copy link

@jbaum98 jbaum98 commented Apr 22, 2019

I've found useful the property that for integers, unsigned is injective:

Lemma unsigned_inj : forall x y : int,
    unsigned x = unsigned y -> x = y.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant