finish proof_of_mpn_add_1_return_wit_1
This commit is contained in:
@ -314,6 +314,11 @@ Proof.
|
||||
split; tauto.
|
||||
Qed.
|
||||
|
||||
Lemma store_uint_array_rec_def2undef: forall x a b l,
|
||||
store_uint_array_rec x a b l |--
|
||||
store_undef_uint_array_rec x a b.
|
||||
Proof. Admitted.
|
||||
|
||||
Lemma store_undef_uint_array_rec_divide: forall x l mid r,
|
||||
0 <= l <= r ->
|
||||
l <= mid <= r ->
|
||||
|
Reference in New Issue
Block a user