Skip to content

Commit 813bc57

Browse files
Update naturals.v
1 parent d2b6880 commit 813bc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/Classes/orders/naturals.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ etransitivity.
5959
- apply pos_ge_1.
6060
Qed.
6161

62-
#[export] Instance OrderReflecting_left_mult : forall (z : N), PropHolds (z <> 0) -> OrderReflecting (z *.).
62+
#[export] Instance orderreflecting_left_mult : forall (z : N), PropHolds (z <> 0) -> OrderReflecting (z *.).
6363
Proof.
6464
intros z ?. red. apply (order_reflecting_pos (.*.) z).
6565
apply nat_ne_0_pos. trivial.

0 commit comments

Comments
 (0)