Skip to content
Snippets Groups Projects
Commit 7890825f authored by Claude Marché's avatar Claude Marché
Browse files

Metitarski, real.Trigonometry: all props removed

parent 33670484
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment