Skip to content
Differential cohesion in Homotopy Type Theory by an axiomatized infinitesimal shape modality
Agda
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
Basics.agda u Feb 6, 2019
Bosonic.agda u Feb 6, 2019
CommonEquivalences.agda generalize lemma for covering theory to match oxford-abstract May 7, 2018
Contractibility.agda
DependentTypes.agda
DiscreteTypes.agda
EqualityAndPaths.agda u Feb 6, 2019
EquivalenceCharacterization.agda rename some things: Universes, surjections, ... Apr 6, 2018
Equivalences.agda
EtaleMaps.agda
Fiber.agda
FiberBundle.agda
Flat.agda simplified a proof Oct 24, 2018
FormalDisk.agda Merge branch 'master' of https://github.com/felixwellen/DCHoTT-Agda Apr 10, 2018
FormalDiskBundle.agda rename some things: Universes, surjections, ... Apr 6, 2018
FunctionExtensionality.agda rename some things: Universes, surjections, ... Apr 6, 2018
FunctionExtensionalityLIB.agda refactor, import fun-ext from HoTT library Apr 2, 2018
G-structure.agda u Feb 6, 2019
HalfAdjointEquivalences.agda rename some things: Universes, surjections, ... Apr 6, 2018
HomogeneousType.agda minor changes Apr 10, 2018
Homotopies.agda
Im.agda
ImHomogeneousType.agda
Image.agda
InfinityGroups.agda
Interval.agda rename some things: Universes, surjections, ... Apr 6, 2018
Language.agda
LineGeometry.agda refactor Nov 30, 2017
Manifolds.agda
PostulateAffineLine.agda rename some things: Universes, surjections, ... Apr 6, 2018
PropertiesOfEtaleMaps.agda Merge branch 'master' of https://github.com/felixwellen/DCHoTT-Agda Apr 6, 2018
PropositionalTruncation.agda rename some things: Universes, surjections, ... Apr 6, 2018
Pullback.agda rename some things: Universes, surjections, ... Apr 6, 2018
PullbackPasting.agda rename some things: Universes, surjections, ... Apr 6, 2018
PullbackSquare.agda
README.md
Shape.agda rename some things: Universes, surjections, ... Apr 6, 2018
Sums.agda u Feb 6, 2019
Univalence.agda rename some things: Universes, surjections, ... Apr 6, 2018
style-guide refactor Jan 25, 2018

README.md

DCHoTT-Agda

Differential cohesion in Homotopy Type Theory by an axiomatized coreduction modality. The following is proved and could also be interpreted as theorems about general modalities:

  • The formal disk bundle over a group is trivial.
  • The formal disk bundle over a V-manifold is locally trivial.
  • All F - fiber bundles are associated to an Aut(F) principal bundle.

In place of groups, a more general structure called homogeneous type is used in the code. Here is more information on this project. Here (theorem 3.6, 1) and some part of 2) is a short account of the question this code solves. The classical, category theoretic, version of the theory together with a lot of opportunities to extend the formalized version is here.

State of the code

Notation is not as consequent and compatible with the rest of the HoTT-World as it should be. This code grew while I was learning homotopy type theory and agda. This is still witnessed by some stupid definitions for the basic stuff like equivalences and probably some agda-clumsyness. If you want to have a look at what has been formalized, the following files are probably the right places:

  • FormalDiskBundle.agda
  • Manifolds.agda
  • G-structure.agda
  • FiberBundle.agda
  • Im.agda

A Modality 'I' is defined in Im.agda in a way similar to the HoTT-Book, 7.7.5.

You can’t perform that action at this time.