Skip to content
/ div2 Public

An Agda formalization of "division by 2" in classical ZF without choice.

Notifications You must be signed in to change notification settings

smimram/div2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Division by 2 in homotopy type theory

This is a formalization in cubical Agda of division by two in type theory, as detailed in this article.

The main result here is that

A × 2 ≃ B × 2

implies

A ≃ B

where A and B are arbitrary types and 2 is a type with two elements (e.g. the booleans).

The proof is based on the explanation of given in Doyle and Conway's Division by three, and you can nicely read the Agda code here.

About

An Agda formalization of "division by 2" in classical ZF without choice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published