This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
src/category_theory/instances Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Authors: Johannes Hölzl
5
5
Basic setup for measurable spaces.
6
6
-/
7
7
8
- import category_theory.examples .topological_spaces
8
+ import category_theory.instances .topological_spaces
9
9
import measure_theory.borel_space
10
10
11
11
open category_theory
12
12
universes u v
13
13
14
- namespace category_theory.examples
14
+ namespace category_theory.instances
15
15
16
16
@[reducible] def Meas : Type (u+1 ) := bundled measurable_space
17
17
@@ -29,4 +29,4 @@ end Meas
29
29
def Borel : Top ⥤ Meas :=
30
30
concrete_functor @measure_theory.borel @measure_theory.measurable_of_continuous
31
31
32
- end category_theory.examples
32
+ end category_theory.instances
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ universes u v
16
16
17
17
open category_theory
18
18
19
- namespace category_theory.examples
19
+ namespace category_theory.instances
20
20
21
21
/-- The category of monoids and monoid morphisms. -/
22
22
@[reducible] def Mon : Type (u+1 ) := bundled monoid
@@ -55,4 +55,4 @@ instance : faithful (forget_to_Mon) := {}
55
55
56
56
end CommMon
57
57
58
- end category_theory.examples
58
+ end category_theory.instances
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Currently only the basic setup.
8
8
-/
9
9
10
10
import category_theory.concrete_category
11
- import category_theory.examples .monoids
11
+ import category_theory.instances .monoids
12
12
import category_theory.fully_faithful
13
13
import category_theory.adjunction
14
14
import linear_algebra.multivariate_polynomial
@@ -18,7 +18,7 @@ universes u v
18
18
19
19
open category_theory
20
20
21
- namespace category_theory.examples
21
+ namespace category_theory.instances
22
22
23
23
/-- The category of rings. -/
24
24
@[reducible] def Ring : Type (u+1 ) := bundled ring
138
138
139
139
end CommRing
140
140
141
- end category_theory.examples
141
+ end category_theory.instances
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ open topological_space
19
19
20
20
universe u
21
21
22
- namespace category_theory.examples
22
+ namespace category_theory.instances
23
23
24
24
/-- The category of topological spaces and continuous maps. -/
25
25
@[reducible] def Top : Type (u+1 ) := bundled topological_space
@@ -110,9 +110,9 @@ instance : small_category (opens X) := by apply_instance
110
110
def nbhd (x : X.α) := { U : opens X // x ∈ U }
111
111
def nbhds (x : X.α) : small_category (nbhd x) := begin unfold nbhd, apply_instance end
112
112
113
- end category_theory.examples
113
+ end category_theory.instances
114
114
115
- open category_theory.examples
115
+ open category_theory.instances
116
116
117
117
namespace topological_space.opens
118
118
You can’t perform that action at this time.
0 commit comments