Mentions légales du service

Skip to content

Add injectivity to peano

François Bobot requested to merge feature/peano_injectivity into master

It is useful to have an axiom in mach.peano.Peano that:

axiom injectivity: forall x y: Peano.t. (x:int) = y -> x = y

The meta reason is that Peano.t is in fact a record with an invariant! (which should have injectivity #287 (closed)).

Edited by François Bobot

Merge request reports