finish proof_of_mpn_add_1_return_wit_1

This commit is contained in:
2025-06-20 16:57:26 +00:00
parent c206e4165f
commit 49848bd048
6 changed files with 103 additions and 47 deletions

View File

@ -89,6 +89,12 @@ Proof.
reflexivity.
Qed.
Lemma list_store_Z_compact_reverse_injection: forall l1 l2 n1 n2,
list_store_Z_compact l1 n1 ->
list_store_Z_compact l2 n2 ->
n1 = n2 -> l1 = l2.
Proof. Admitted.
Lemma __list_within_bound_concat_r: forall (l1: list Z) (a: Z),
list_within_bound l1 ->
0 <= a < UINT_MOD ->