remove unproven step1_lemma (it has a proof now)
[coq-hetmet.git] / src / SmallSMMEs.v
1 (*********************************************************************************************************************************)
2 (* SmallSMMEs:                                                                                                                   *)
3 (*                                                                                                                               *)
4 (*         The collection of SMMEs is a collection of small categories (see SmallCategories)                                     *)
5 (*                                                                                                                               *)
6 (*********************************************************************************************************************************)
7
8 Generalizable All Variables.
9 Require Import Preamble.
10 Require Import General.
11 Require Import Categories_ch1_3.
12 Require Import Functors_ch1_4.
13 Require Import Isomorphisms_ch1_5.
14 Require Import ProductCategories_ch1_6_1.
15 Require Import OppositeCategories_ch1_6_2.
16 Require Import Enrichment_ch2_8.
17 Require Import Subcategories_ch7_1.
18 Require Import NaturalTransformations_ch7_4.
19 Require Import NaturalIsomorphisms_ch7_5.
20 Require Import MonoidalCategories_ch7_8.
21 Require Import Coherence_ch7_8.
22 Require Import Enrichment_ch2_8.
23 Require Import RepresentableStructure_ch7_2.
24 Require Import GeneralizedArrow.
25 Require Import WeakFunctorCategory.
26
27
28 Definition SMMEs : SmallCategories.
29   refine {| small_cat       := SMME
30           ; small_cat_cat   := fun smme => enr_v smme
31           |}.
32   Defined.