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
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
configure: Will look for Coq executables only in /mnt/c/Users/vljno/Source/Repos/HoTT/coq-HoTT/bin |
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
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for coqtop... /home/vlj/.opam/default/bin/coqtop |
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
From mathcomp Require Import classical_sets eqtype boolp seq order topology choice ssrfun. | |
Require Import ssreflect ssrbool. | |
Open Scope classical_set_scope. | |
Module SetOrder. | |
Section SetOrder. | |
Context {T: Type}. |
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
From mathcomp Require Import ssreflect ssrnat eqtype ssrbool ssrnum ssralg. | |
Require Import Ring. | |
Import GRing.Theory. | |
Variable R: numFieldType. | |
Open Scope ring_scope. |
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
From mathcomp Require Import ssreflect ssrnat eqtype ssrbool ssrnum ssralg. | |
Require Import Ring. | |
Open Scope ring_scope. | |
Import GRing.Theory. | |
Variable R: numFieldType. | |
Definition rt : |
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
From mathcomp Require Import ssreflect ssrnat eqtype ssrbool ssrnum ssralg. | |
Require Import Ring. | |
Open Scope ring_scope. | |
Import GRing.Theory. | |
Variable R: numFieldType. | |
Lemma tmp: |
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
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice path. | |
From mathcomp Require Import div fintype tuple finfun bigop finset fingroup perm. | |
From mathcomp Require Import div prime binomial ssralg finalg zmodp countalg ssrnum. | |
From mathcomp Require Import ssrint matrix order ssrint order. | |
Set Implicit Arguments. | |
Unset Strict Implicit. | |
Unset Printing Implicit Defensive. |
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
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice path. | |
From mathcomp Require Import div fintype tuple finfun bigop finset fingroup perm. | |
From mathcomp Require Import div prime binomial ssralg finalg zmodp countalg ssrnum. | |
From mathcomp Require Import ssrint matrix order ssrint order. | |
Set Implicit Arguments. | |
Unset Strict Implicit. | |
Unset Printing Implicit Defensive. |
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
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice path. | |
From mathcomp Require Import div fintype tuple finfun bigop finset fingroup perm. | |
From mathcomp Require Import div prime binomial ssralg finalg zmodp countalg ssrnum falgebra. | |
From mathcomp Require Import ssrint matrix algC order. | |
Set Implicit Arguments. | |
Unset Strict Implicit. | |
Unset Printing Implicit Defensive. |
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
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice path. | |
From mathcomp Require Import div fintype tuple finfun bigop finset fingroup perm. | |
From mathcomp Require Import div prime binomial ssralg finalg zmodp countalg ssrnum falgebra. | |
From mathcomp Require Import ssrint matrix algC. | |
Require Omega. | |
Set Implicit Arguments. | |
Unset Strict Implicit. | |
Unset Printing Implicit Defensive. |
NewerOlder