Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Nov 29, 2024
1 parent 2241b23 commit 737af00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions HOLLight.v
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Require Export HOLLight_Real.HOLLight_Real.
Require Import Coq.Logic.ClassicalEpsilon.

(*****************************************************************************)
(* Proof that Coq R is a fourcolor.model of real numbers. *)
(*****************************************************************************)

Require Export Rbase Rdefinitions Rbasic_fun.
Require Import HOLLight_Real.HOLLight_Real Rbase Rdefinitions Rbasic_fun.

Open Scope R_scope.

Definition R' := {| type := R; el := 0%R |}.

Canonical R'.

Require Import Coq.Logic.ClassicalEpsilon.

Definition Rsup : (R -> Prop) -> R.
Proof.
intro E. case (excluded_middle_informative (bound E)); intro h.
Expand Down
2 changes: 1 addition & 1 deletion add-real
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

for f in `find . -name \*.v`
do
if grep -q ': R[)}]' $f
if grep -m 1 -q ' R[ )},]' $f
then
echo $f
sed -i -e 's/Require Import HOLLight_Real.HOLLight_Real HOLLight\.$/Require Import HOLLight_Real.HOLLight_Real HOLLight Rdefinitions./' $f
Expand Down

0 comments on commit 737af00

Please sign in to comment.