]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/library/dama/models/nat_uniform.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / library / dama / models / nat_uniform.ma
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 include "dama/nat_ordered_set.ma".
16 include "dama/models/discrete_uniformity.ma".
17
18 definition nat_uniform_space: uniform_space.
19 apply (discrete_uniform_space_of_bishop_set ℕ);
20 qed.
21
22 interpretation "Uniform space N" 'N = nat_uniform_space.