diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-02 14:18:28 +0100 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-02 14:18:28 +0100 |
commit | ba95dc7d15cab1af40da896114b7dd9aad5afda0 (patch) | |
tree | 86a18163a575083a976eda69ee2d79aecde9fe7c /Everything.agda | |
parent | efdd7c70a8605c51b7aaa1b0b33914ca741ffe39 (diff) |
Add some properties of ordered fields.
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda index 87541c3..039338b 100644 --- a/Everything.agda +++ b/Everything.agda @@ -50,6 +50,12 @@ import Helium.Algebra.Ordered.StrictTotal.Properties.AbelianGroup -- Algebraic properties of ordered commutative rings import Helium.Algebra.Ordered.StrictTotal.Properties.CommutativeRing +-- Algebraic properties of ordered division rings +import Helium.Algebra.Ordered.StrictTotal.Properties.DivisionRing + +-- Algebraic properties of ordered fields +import Helium.Algebra.Ordered.StrictTotal.Properties.Field + -- Algebraic properties of ordered groups import Helium.Algebra.Ordered.StrictTotal.Properties.Group |