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 c3336ca commit 3a32dae
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 @@ -211,8 +211,8 @@ eq-real-rational-is-rational-ℝ x q H =
( is-located-lower-upper-cut-ℝ x r q I))
( trichotomy-le-ℚ r q
( λ I _ I)
( λ E H' ex-falso ( pr1 ( tr ( is-rational-ℝ x) ( inv E) H) H'))
( λ I H' ex-falso ( pr1 H ( le-lower-cut-ℝ x q r I H'))))))
( λ E H' ex-falso (pr1 (tr (is-rational-ℝ x) (inv E) H) H'))
( λ I H' ex-falso (pr1 H (le-lower-cut-ℝ x q r I H'))))))
```

### The cannonical map from rationals to rational reals
Expand Down

0 comments on commit 3a32dae

Please sign in to comment.