-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use improved ringsolver * delete one more line * apply sing lemma * getting started on natural iso * general case of fully faithful cor * too many problems * almost global sections * make things compute * everything is small now * start with transport lemma * big transport lemma * some nasty paths * getting started with last proof * elegant lemma * back to nicer version * comm algs have limits * char of pres limits * preserving limits and lemma * lift sheaf diagrams * begin last lemma * last lemma * done * easy fixes * more fixes * loc master file * del comment
- Loading branch information
Showing
21 changed files
with
1,254 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{-# OPTIONS --safe #-} | ||
module Cubical.Algebra.CommRing.Localisation where | ||
|
||
open import Cubical.Algebra.CommRing.Localisation.Base public | ||
open import Cubical.Algebra.CommRing.Localisation.UniversalProperty public | ||
open import Cubical.Algebra.CommRing.Localisation.InvertingElements public | ||
open import Cubical.Algebra.CommRing.Localisation.Limit public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.