Skip to content

Commit

Permalink
Update src/elementary-number-theory/inequality-integers.lagda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Bakke <[email protected]>
  • Loading branch information
malarbol and fredrik-bakke authored Feb 27, 2024
1 parent ff43290 commit b1fd714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/elementary-number-theory/inequality-integers.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ transitive-le-ℤ k l m p q =
asymmetric-le-ℤ : (x y : ℤ) le-ℤ x y ¬ (le-ℤ y x)
asymmetric-le-ℤ x y p q =
not-is-nonpositive-is-positive-ℤ
( y -ℤ x)
( p)
( is-nonnegative-is-positive-ℤ
( is-positive-eq-ℤ
( inv ( distributive-neg-diff-ℤ y x))
( q)))
( y -ℤ x)
( p)
( is-nonnegative-is-positive-ℤ
( is-positive-eq-ℤ
( inv ( distributive-neg-diff-ℤ y x))
( q)))

connected-le-ℤ : (x y : ℤ) x ≠ y le-ℤ x y + le-ℤ y x
connected-le-ℤ x y H =
Expand Down

0 comments on commit b1fd714

Please sign in to comment.