CoRN.model.rings.Zring


Require Export Zabgroup.
Require Import CRings.

Example of a ring: ⟨Z,[+],[*]

The multiplication and the addition are distributive.
The term Z_as_CRing is of type CRing. Hence we have proven that Z is a constructive ring.

Canonical Structure Z_as_CRing.