Skip to content

Commit

Permalink
include PropResizing axiom
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Sep 24, 2024
1 parent 291a203 commit 151ae53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 2 additions & 5 deletions theories/Axioms/Funext.v
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
(** To assume the Funext axiom outright, import this file.
(Doing this instead of simply positing Funext directly
avoids creating multiple witnesses for the axiom in
different developments.) *)

Require Import Basics.Overture.

(** To assume the Funext axiom outright, import this file. (Doing this instead of simply positing Funext directly avoids creating multiple witnesses for the axiom in different developments.) *)

Axiom funext_axiom : Funext.
Global Existing Instance funext_axiom.
6 changes: 6 additions & 0 deletions theories/Axioms/PropResizing.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Require Import Basics.Overture.

(** To assume the PropResizing axiom outright, import this file. (Doing this instead of simply positing PropResizing directly avoids creating multiple witnesses for the axiom in different developments.) *)

Axiom propresizing_axiom : PropResizing.
Global Existing Instance propresizing_axiom.
7 changes: 2 additions & 5 deletions theories/Axioms/Univalence.v
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
(** To assume the Univalence axiom outright, import this file.
(Doing this instead of simply positing Univalence directly
avoids creating multiple witnesses for the axiom in
different developments.) *)

Require Import Types.Universe.

(** To assume the Univalence axiom outright, import this file. (Doing this instead of simply positing Univalence directly avoids creating multiple witnesses for the axiom in different developments.) *)

Axiom univalence_axiom : Univalence.
Global Existing Instance univalence_axiom.

0 comments on commit 151ae53

Please sign in to comment.