We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e675f84 commit 51253bcCopy full SHA for 51253bc
1 file changed
Mathlib/Algebra/Order/Ring/Unbundled/Rat.lean
@@ -12,7 +12,9 @@ import Mathlib.Init.Data.Int.Order
12
# The rational numbers possess a linear order
13
14
This file constructs the order on `ℚ` and proves various facts relating the order to
15
-ring structure on `ℚ`.
+ring structure on `ℚ`. This only used unbundled type classes relating the order structure
16
+and algebra structure on `ℚ`. For the bundled `LinearOrderedCommRing` instance on `Q`,
17
+see `Algebra.Order.Ring.Rat`.
18
19
## Tags
20
0 commit comments