Skip to content

Commit

Permalink
Update website for FinSetsForCAP 2024.01-08
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Feb 3, 2024
1 parent acae988 commit d9e8670
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 11 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FinSetsForCAP",
Subtitle := "The elementary topos of (skeletal) finite sets",
Version := "2024.01-07",
Version := "2024.01-08",

Date := "2024-02-03",
License := "GPL-2.0-or-later",
Expand Down
14 changes: 7 additions & 7 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: FinSetsForCAP
version: "2024.01-07"
version: "2024.01-08"
license: "GPL-2.0-or-later"
date: 2024-02-03
description: |
Expand Down Expand Up @@ -40,11 +40,11 @@ packageinfo: https://homalg-project.github.io/FinSetsForCAP/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-07/FinSetsForCAP-2024.01-07.tar.gz
url: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-08/FinSetsForCAP-2024.01-08.tar.gz
- name: .zip
url: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-07/FinSetsForCAP-2024.01-07.zip
url: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-08/FinSetsForCAP-2024.01-08.zip

pdf: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-07/FinSetsForCAP-2024.01-07-manual.pdf
pdf: https://github.com/homalg-project/FinSetsForCAP/releases/download/v2024.01-08/FinSetsForCAP-2024.01-08-manual.pdf

abstract: |
Expand All @@ -55,18 +55,18 @@ citeas: |
<p class='BibEntry'>
[<span class='BibKey'>BMZ03</span>] <b class='BibAuthor'>Barakat, M., Mickisch, J. and Zickgraf, F.</b>,
<i class='BibTitle'>FinSetsForCAP, The elementary topos of (skeletal) finite sets,
Version 2024.01-07</i>
Version 2024.01-08</i>
(<span class='BibYear'>2-03</span>)<br />
(<span class='BibNote'>GAP package</span>),
<span class='BibHowpublished'><a href="https://homalg-project.github.io/pkg/FinSetsForCAP">https://homalg-project.github.io/pkg/FinSetsForCAP</a></span>.
</p>
bibtex: |
@misc{ FinSetsForCAP2024.01-07,
@misc{ FinSetsForCAP2024.01-08,
author = {Barakat, M. and Mickisch, J. and Zickgraf, F.},
title = {{FinSetsForCAP}, The elementary topos of (skeletal)
finite sets, {V}ersion 2024.01-07},
finite sets, {V}ersion 2024.01-08},
month = {4-},
year = {2-03},
note = {GAP package},
Expand Down
2 changes: 1 addition & 1 deletion doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>FinSetsForCAP</h1>
<h2>The elementary topos of (skeletal) finite sets</h2>

<p>
2024.01-07</p>
2024.01-08</p>

<p>
3 February 2024
Expand Down
2 changes: 1 addition & 1 deletion doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
 The elementary topos of (skeletal) finite sets 


2024.01-07
2024.01-08


3 February 2024
Expand Down
2 changes: 1 addition & 1 deletion doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>FinSetsForCAP</h1>
<h2>The elementary topos of (skeletal) finite sets</h2>

<p>
2024.01-07</p>
2024.01-08</p>

<p>
3 February 2024
Expand Down
8 changes: 8 additions & 0 deletions doc/chap1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,14 @@ <h5>1.5-18 <span class="Heading">Topos properties</span></h5>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">exp := ExponentialOnObjects( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnObjects( FinSet( [ 1 ] ), exp );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnMorphisms( f, g );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">DirectProductToExponentialRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismIntoTerminalObject( DirectProduct( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialToDirectProductRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">DirectProductToExponentialLeftAdjunctionMap( M, N,</span>
Expand Down
8 changes: 8 additions & 0 deletions doc/chap1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,14 @@
gap> exp := ExponentialOnObjects( M, N );;
gap> ExponentialOnObjects( FinSet( [ 1 ] ), exp );;
gap> ExponentialOnMorphisms( f, g );;
gap> CartesianRightEvaluationMorphism( M, N );;
gap> CartesianRightCoevaluationMorphism( N, M );;
gap> DirectProductToExponentialRightAdjunctionMap( M, N,
>  UniversalMorphismIntoTerminalObject( DirectProduct( M, N ) )
> );;
gap> ExponentialToDirectProductRightAdjunctionMap( M, N,
>  UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )
> );;
gap> CartesianLeftEvaluationMorphism( M, N );;
gap> CartesianLeftCoevaluationMorphism( N, M );;
gap> DirectProductToExponentialLeftAdjunctionMap( M, N,
Expand Down
8 changes: 8 additions & 0 deletions doc/chap1_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,14 @@ <h5>1.5-18 <span class="Heading">Topos properties</span></h5>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">exp := ExponentialOnObjects( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnObjects( FinSet( [ 1 ] ), exp );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnMorphisms( f, g );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">DirectProductToExponentialRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismIntoTerminalObject( DirectProduct( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialToDirectProductRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">DirectProductToExponentialLeftAdjunctionMap( M, N,</span>
Expand Down
4 changes: 4 additions & 0 deletions doc/chap2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,10 @@ <h5>2.5-19 <span class="Heading">Skeletal topos properties</span></h5>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianBraidingInverse( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnObjects( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnMorphisms( f, g );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialToDirectProductRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( T, T );;</span>
Expand Down
4 changes: 4 additions & 0 deletions doc/chap2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,10 @@
gap> CartesianBraidingInverse( M, N );;
gap> ExponentialOnObjects( M, N );;
gap> ExponentialOnMorphisms( f, g );;
gap> CartesianRightEvaluationMorphism( M, N );;
gap> ExponentialToDirectProductRightAdjunctionMap( M, N,
>  UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )
> );;
gap> CartesianLeftEvaluationMorphism( M, N );;
gap> CartesianLeftCoevaluationMorphism( N, M );;
gap> CartesianLeftCoevaluationMorphism( T, T );;
Expand Down
4 changes: 4 additions & 0 deletions doc/chap2_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,10 @@ <h5>2.5-19 <span class="Heading">Skeletal topos properties</span></h5>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianBraidingInverse( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnObjects( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialOnMorphisms( f, g );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianRightEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">ExponentialToDirectProductRightAdjunctionMap( M, N,</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput"> UniversalMorphismFromInitialObject( ExponentialOnObjects( M, N ) )</span>
<span class="GAPprompt">&gt;</span> <span class="GAPinput">);;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftEvaluationMorphism( M, N );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( N, M );;</span>
<span class="GAPprompt">gap&gt;</span> <span class="GAPinput">CartesianLeftCoevaluationMorphism( T, T );;</span>
Expand Down

0 comments on commit d9e8670

Please sign in to comment.