From e7df10a74264f52a17f54f87b8a89c9360a46926 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Wed, 16 Oct 2019 10:26:35 +0200 Subject: Redefine `normedDomainType` (now `normedZmodType`) (#392) * Redefine `normedDomainType` (now `normedZmodType`) - Redefine `normedDomainType` to drop ring and integral domain axioms. - Add canonical instance of `normedZmodType` for `prod`.--- mathcomp/algebra/ssrint.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/algebra/ssrint.v') diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v index b408f9d..b85f0bc 100644 --- a/mathcomp/algebra/ssrint.v +++ b/mathcomp/algebra/ssrint.v @@ -434,7 +434,7 @@ Canonical int_porderType := POrderType ring_display int intOrdered.Mixin. Canonical int_latticeType := LatticeType int intOrdered.Mixin. Canonical int_orderType := OrderType int intOrdered.lez_total. Canonical int_numDomainType := NumDomainType int intOrdered.Mixin. -Canonical int_normedDomainType := NormedDomainType int int intOrdered.Mixin. +Canonical int_normedZmodType := NormedZmoduleType int int intOrdered.Mixin. Canonical int_realDomainType := [realDomainType of int]. Section intOrderedTheory. -- cgit v1.2.3