]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/CoRN/model/monoids/Zmonoid.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / CoRN / model / monoids / Zmonoid.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "CoRN.ma".
18
19 (* $Id: Zmonoid.v,v 1.6 2004/04/08 08:20:33 lcf Exp $ *)
20
21 include "model/semigroups/Zsemigroup.ma".
22
23 include "algebra/CMonoids.ma".
24
25 (*#* **Examples of monoids: $\langle$#⟨#[Z],[[+]]$\rangle$#⟩# and $\langle$#⟨#[Z],[[*]]$\rangle$#⟩#
26 ***$\langle$#⟨#[Z],[[+]]$\rangle$#⟩#
27 We use the addition [ZERO] (defined in the standard library) as the
28 unit of monoid:
29 *)
30
31 inline procedural "cic:/CoRN/model/monoids/Zmonoid/ZERO_as_rht_unit.con" as lemma.
32
33 inline procedural "cic:/CoRN/model/monoids/Zmonoid/ZERO_as_lft_unit.con" as lemma.
34
35 inline procedural "cic:/CoRN/model/monoids/Zmonoid/Z_is_CMonoid.con" as definition.
36
37 inline procedural "cic:/CoRN/model/monoids/Zmonoid/Z_as_CMonoid.con" as definition.
38
39 (*#* The term [Z_as_CMonoid] is of type [CMonoid]. Hence we have proven that [Z] is a constructive monoid.
40
41 ***$\langle$#⟨#[Z],[[*]]$\rangle$#⟩#
42 As the multiplicative unit we should use [`1`], which is [(POS xH)] in
43 the representation we have for integers.
44 *)
45
46 inline procedural "cic:/CoRN/model/monoids/Zmonoid/ONE_as_rht_unit.con" as lemma.
47
48 inline procedural "cic:/CoRN/model/monoids/Zmonoid/ONE_as_lft_unit.con" as lemma.
49
50 inline procedural "cic:/CoRN/model/monoids/Zmonoid/Z_mul_is_CMonoid.con" as definition.
51
52 inline procedural "cic:/CoRN/model/monoids/Zmonoid/Z_mul_as_CMonoid.con" as definition.
53
54 (*#* The term [Z_mul_as_CMonoid] is another term of type [CMonoid]. *)
55