Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
7890825f
Commit
7890825f
authored
Oct 17, 2015
by
Claude Marché
Browse files
Options
Downloads
Patches
Plain Diff
Metitarski, real.Trigonometry: all props removed
parent
33670484
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/metitarski.drv
+5
-23
5 additions, 23 deletions
drivers/metitarski.drv
with
5 additions
and
23 deletions
drivers/metitarski.drv
+
5
−
23
View file @
7890825f
...
@@ -140,38 +140,22 @@ end
...
@@ -140,38 +140,22 @@ end
theory real.Trigonometry
theory real.Trigonometry
prelude "%%% this is a prelude for Metitarski trigonometry"
prelude "%%% this is a prelude for Metitarski trigonometry"
remove allprops
prelude "include('Axioms/pi.ax')."
prelude "include('Axioms/pi.ax')."
remove prop Pi_interval
syntax function atan "arctan(%1)"
remove prop Cos_pi
syntax function tan "tan(%1)"
remove prop Sin_pi
remove prop Cos_pi2
remove prop Sin_pi2
remove prop Cos_plus_pi
remove prop Sin_plus_pi
remove prop Cos_plus_pi2
remove prop Sin_plus_pi2
prelude "include('Axioms/tan.ax')."
prelude "include('Axioms/tan.ax')."
prelude "include('Axioms/arctan-lower.ax')."
prelude "include('Axioms/arctan-lower.ax')."
prelude "include('Axioms/arctan-upper.ax')."
prelude "include('Axioms/arctan-upper.ax')."
syntax function atan "arctan(%1)"
syntax function tan "tan(%1)"
prelude "include('Axioms/cos.ax')."
prelude "include('Axioms/sin.ax')."
syntax function cos "cos(%1)"
syntax function cos "cos(%1)"
syntax function sin "sin(%1)"
syntax function sin "sin(%1)"
(* These follow from Metitarski's base axioms. *)
prelude "include('Axioms/cos.ax')."
remove prop Cos_0
prelude "include('Axioms/sin.ax')."
remove prop Sin_0
(* The following files "greatly increase the search space" and thus
(* The following files "greatly increase the search space" and thus
cause failures. Do not include them! *)
cause failures. Do not include them! *)
...
@@ -180,8 +164,6 @@ theory real.Trigonometry
...
@@ -180,8 +164,6 @@ theory real.Trigonometry
prelude "include('Axioms/sin-constant.ax')."
prelude "include('Axioms/sin-constant.ax')."
*)
*)
remove prop Cos_le_one
remove prop Sin_le_one
end
end
theory real.MinMax
theory real.MinMax
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment