Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Apr 23, 2024
1 parent 4152363 commit 3b5d6d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions coq/FHE/arith.v
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,15 @@ Lemma nearest_round_int_le (n1 n2 d : int) :
`|n1| <= `|n2| ->
`|nearest_round_int n1 d| <= `|nearest_round_int n2 d|.
Proof.
intros.
rewrite /nearest_round_int /nearest_round /ran_round.
case: (Order.lt).
- case: Order.lt.
+ admit.
+ admit.
- case: Order.lt.
+ admit.
+ admit.
Admitted.

Lemma div_round_eq (p : nat) (a : {poly int}) :
Expand Down

0 comments on commit 3b5d6d7

Please sign in to comment.