Skip to content

Commit

Permalink
Update src/real-numbers/rational-real-numbers.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 9e95664 commit 86e09b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/real-numbers/rational-real-numbers.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ module _
is-rational-ℝ-Prop : Prop l
is-rational-ℝ-Prop =
product-Prop
( neg-Prop ( lower-cut-ℝ x p))
( neg-Prop ( upper-cut-ℝ x p))
( neg-Prop (lower-cut-ℝ x p))
( neg-Prop (upper-cut-ℝ x p))

is-rational-ℝ : UU l
is-rational-ℝ = type-Prop is-rational-ℝ-Prop
Expand Down

0 comments on commit 86e09b2

Please sign in to comment.