Changes

MyWikiBiz, Author Your Legacy — Monday September 22, 2025
Jump to navigationJump to search
Line 2,234: Line 2,234:     
Here is a synopsis, exhibiting just the layering of axioms — notice the technique of starting over at the initial point several times and building up both more richness of detail and more generality of perspective with each passing time:
 
Here is a synopsis, exhibiting just the layering of axioms — notice the technique of starting over at the initial point several times and building up both more richness of detail and more generality of perspective with each passing time:
 +
 +
===Concrete Category===
    
<pre>
 
<pre>
Concrete Category
  −
   
| Definition 1.1.  A 'concrete category' is a collection of two kinds
 
| Definition 1.1.  A 'concrete category' is a collection of two kinds
 
| of entities, called 'objects' and 'morphisms'.  The former are sets
 
| of entities, called 'objects' and 'morphisms'.  The former are sets
Line 2,251: Line 2,251:  
| We shall now progress from concrete categories
 
| We shall now progress from concrete categories
 
| to abstract ones, in three easy stages.
 
| to abstract ones, in three easy stages.
 +
</pre>
   −
Graph
+
===Graph===
    +
<pre>
 
| Definition 1.2.  A 'graph' (usually called a 'directed graph') consists
 
| Definition 1.2.  A 'graph' (usually called a 'directed graph') consists
 
| of two classes:  the class of 'arrows' (or 'oriented edges') and the class
 
| of two classes:  the class of 'arrows' (or 'oriented edges') and the class
Line 2,269: Line 2,271:  
| A graph is said to be 'small' if the classes of objects and
 
| A graph is said to be 'small' if the classes of objects and
 
| arrows are sets.
 
| arrows are sets.
 +
</pre>
   −
Deductive System
+
===Deductive System===
    +
<pre>
 
| A 'deductive system' is a graph in which to each object A there
 
| A 'deductive system' is a graph in which to each object A there
 
| is associated an arrow 1_A : A -> A, the 'identity' arrow, and to
 
| is associated an arrow 1_A : A -> A, the 'identity' arrow, and to
Line 2,284: Line 2,288:  
|
 
|
 
| as a 'rule of inference'.
 
| as a 'rule of inference'.
 +
</pre>
   −
Category
+
===Category===
    +
<pre>
 
| A 'category' is a deductive system in which the following equations hold,
 
| A 'category' is a deductive system in which the following equations hold,
 
| for all f : A -> B, g : B -> C, and h : C -> D.
 
| for all f : A -> B, g : B -> C, and h : C -> D.
Line 2,293: Line 2,299:  
|
 
|
 
| (hg)f  =  h(gf).
 
| (hg)f  =  h(gf).
 +
</pre>
   −
Functor
+
===Functor===
    +
<pre>
 
| Definition 1.3.  A 'functor' F : $A$ -> $B$ is
 
| Definition 1.3.  A 'functor' F : $A$ -> $B$ is
 
| first of all a morphism of graphs (see Example C4),
 
| first of all a morphism of graphs (see Example C4),
Line 2,317: Line 2,325:  
|
 
|
 
| for all objects A of $A$ and all arrows f : A -> A' in $A$.
 
| for all objects A of $A$ and all arrows f : A -> A' in $A$.
 +
</pre>
   −
Natural Transformation
+
===Natural Transformation===
    +
<pre>
 
| Definition 2.1.  Given functors F, G : $A$ -> $B$,
 
| Definition 2.1.  Given functors F, G : $A$ -> $B$,
 
| a 'natural transformation' t : F -> G is a family
 
| a 'natural transformation' t : F -> G is a family
Line 2,339: Line 2,349:  
|
 
|
 
| G(f)t(A)  =  t(B)F(f).
 
| G(f)t(A)  =  t(B)F(f).
 +
</pre>
   −
Graph
+
===Graph (Review)===
    +
<pre>
 
| We recall (Part 0, Definition 1.2) that, for categories,
 
| We recall (Part 0, Definition 1.2) that, for categories,
 
| a 'graph' consists of two classes and two mappings
 
| a 'graph' consists of two classes and two mappings
Line 2,363: Line 2,375:  
| look at graphs with additional structure which are
 
| look at graphs with additional structure which are
 
| of interest in logic.
 
| of interest in logic.
 +
</pre>
   −
Deductive System
+
===Deductive System===
    +
<pre>
 
| A 'deductive system' is a graph with a specified arrow
 
| A 'deductive system' is a graph with a specified arrow
 
|
 
|
Line 2,378: Line 2,392:  
|                gf
 
|                gf
 
|              A ----> C
 
|              A ----> C
 +
</pre>
   −
Conjunction Calculus
+
===Conjunction Calculus===
    +
<pre>
 
| A 'conjunction calculus' is a deductive system dealing with truth and
 
| A 'conjunction calculus' is a deductive system dealing with truth and
 
| conjunction.  Thus we assume that there is given a formula 'T' (= true)
 
| conjunction.  Thus we assume that there is given a formula 'T' (= true)
Line 2,401: Line 2,417:  
|          <f, g>
 
|          <f, g>
 
|        C --------> A & B
 
|        C --------> A & B
 +
</pre>
   −
Positive Intuitionistic Propositional Calculus
+
===Positive Intuitionistic Propositional Calculus===
    +
<pre>
 
| A 'positive intuitionistic propositional calculus' is a conjunction calculus
 
| A 'positive intuitionistic propositional calculus' is a conjunction calculus
 
| with an additional binary operation '<=' (= if).  Thus, if A and B are formulas,
 
| with an additional binary operation '<=' (= if).  Thus, if A and B are formulas,
Line 2,418: Line 2,436:  
|        C ----> A <= B
 
|        C ----> A <= B
 
|
 
|
 +
</pre>
   −
Intuitionistic Propositional Calculus
+
===Intuitionistic Propositional Calculus===
    +
<pre>
 
| An 'intuitionistic propositional calculus' is more than a
 
| An 'intuitionistic propositional calculus' is more than a
 
| positive one;  it requires also falsehood and disjunction,
 
| positive one;  it requires also falsehood and disjunction,
Line 2,437: Line 2,457:  
|                            !z!^C_A,B
 
|                            !z!^C_A,B
 
| R6c.  (C <= A) & (C <= B) -----------> C <= (A v B).
 
| R6c.  (C <= A) & (C <= B) -----------> C <= (A v B).
 +
</pre>
   −
Classical Propositional Calculus
+
===Classical Propositional Calculus===
    +
<pre>
 
| If we want 'classical' propositional logic, we must also require:
 
| If we want 'classical' propositional logic, we must also require:
 
|
 
|
 
| R7.  F <= (F <= A) -> A.
 
| R7.  F <= (F <= A) -> A.
 +
</pre>
   −
Category
+
===Category===
    +
<pre>
 
| A 'category' is a deductive system in which
 
| A 'category' is a deductive system in which
 
| the following equations hold between proofs:
 
| the following equations hold between proofs:
Line 2,456: Line 2,480:  
|
 
|
 
| for all f : A -> B, g : B -> C, h : C -> D.
 
| for all f : A -> B, g : B -> C, h : C -> D.
 +
</pre>
   −
Cartesian Category
+
===Cartesian Category===
    +
<pre>
 
| A 'cartesian category' is both a category
 
| A 'cartesian category' is both a category
 
| and a conjunction calculus satisfying the
 
| and a conjunction calculus satisfying the
Line 2,472: Line 2,498:  
|
 
|
 
| for all f : C -> A, g : C -> B, h : C -> A & B.
 
| for all f : C -> A, g : C -> B, h : C -> A & B.
 +
</pre>
   −
Cartesian Closed Category
+
===Cartesian Closed Category===
    +
<pre>
 
| A 'cartesian closed category' is a cartesian category $A$ with
 
| A 'cartesian closed category' is a cartesian category $A$ with
 
| additional structure R4 satisfying the additional equations:
 
| additional structure R4 satisfying the additional equations:
12,089

edits

Navigation menu