Maths - Dependent Types as Fibre Bundle

A dependent type is modeled mathematically as a fibre bundle. We discuss fibre bundles in topology context on the page here and in the category theory context on the page here.

The theory of fibres is conventionally explained in terms of sets but here we are working with types. There is a fundamental difference between a set and a type which is that the elements (terms) of a type don't exist outside that type. This makes working with the concept of subtype more problematic.

One of the ways of describing dependent types (on the page here) is as a type indexed over a set. The theory of fibres gives us a way to generalise this set to a more general type.

 

 

So, as an example, a vector depends on its dimension:

dependent type
In set theory each element of set A corresponds to a set but, on this page, we are concerned with types, so in this diagram B (Base) and En are types. fibre bundle
 

Fibre Product

We can take the product of these fibres so we have two bases (indexes - in the diagram B and C) over the same space.

An example might be matrices as a vector of vectors.

This change of indexes is related to the concept of substitution.

More information about fibre product as pullback on this page.

fibre product

Fibre

A fibre is a generalisation of a fibre bundle where the elements of the base space don't have to be members of the same type.

An example is one type defined 'over' another type.

We can again use vectors as an example where we could have vectors over reals or vectors over complex numbers.

fibre

Geometric Example

Shown is a common example where a spiral projects onto a circle. To reverse the direction of this projection we have to create a set (type) of points.

In this example of a spiral, it can be projected onto a circle since any local section corresponds to a section of a circle. Locally a section of the spiral looks like a section of the circle, globaly the circle and the spiral are different.

spiral

 


metadata block
see also:
Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

flag flag flag flag flag flag Computation and Reasoning - This book is about type theory. Although it is very technical it is aimed at computer scientists, so it has more discussion than a book aimed at pure mathematicians. It is especially useful for the coverage of dependant types.

 

Terminology and Notation

Specific to this page here:

 

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.