]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/CoRN/model/semigroups/Npossemigroup.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / CoRN / model / semigroups / Npossemigroup.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: Npossemigroup.v,v 1.6 2004/04/08 08:20:34 lcf Exp $ *)
20
21 include "algebra/CSemiGroups.ma".
22
23 include "model/semigroups/Nsemigroup.ma".
24
25 include "model/setoids/Npossetoid.ma".
26
27 (*#* **Examples of semi-groups:  $\langle$#⟨#[Npos],[[+]]$\rangle$#⟩# and $\langle$#⟨#[Npos],[[*]]$\rangle$#⟩#
28 ***$\langle$#⟨#[Npos],[[+]]$\rangle$#⟩#
29 The positive natural numbers form together with addition a subsemigroup 
30  of the semigroup of the natural numbers with addition.
31 *)
32
33 inline procedural "cic:/CoRN/model/semigroups/Npossemigroup/Npos_as_CSemiGroup.con" as definition.
34
35 (*#* ***$\langle$#⟨#[Npos],[[*]]$\rangle$#⟩#
36 Also together with multiplication, the positive numbers form a semigroup.
37 *)
38
39 inline procedural "cic:/CoRN/model/semigroups/Npossemigroup/Nposmult_is_CSemiGroup.con" as lemma.
40
41 inline procedural "cic:/CoRN/model/semigroups/Npossemigroup/Nposmult_as_CSemiGroup.con" as definition.
42