1998
DOI: 10.1023/a:1006023127567
|View full text |Cite
|
Sign up to set email alerts
|

Untitled

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
22
0

Year Published

2000
2000
2017
2017

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 73 publications
(22 citation statements)
references
References 26 publications
0
22
0
Order By: Relevance
“…We plan to do this in the near future. Even greater confidence could be achieved by adopting the "skeptical" approach advocated by Harrison [11], for example by using proof reconstruction [6,9,17,2,18] or proof certificates [5]. We see such efforts as complementary to the approach that we have taken with Smtlink.…”
Section: Remarksmentioning
confidence: 94%
See 2 more Smart Citations
“…We plan to do this in the near future. Even greater confidence could be achieved by adopting the "skeptical" approach advocated by Harrison [11], for example by using proof reconstruction [6,9,17,2,18] or proof certificates [5]. We see such efforts as complementary to the approach that we have taken with Smtlink.…”
Section: Remarksmentioning
confidence: 94%
“…Our solution is to allow the user to give hints to the clause processor. These hints allow the user to direct the clause pro-Program 2.3 A claim with non-polynomial arithmetic 1 (defthm poly-of-expt-example 2 (implies (and (rationalp x) (rationalp y) (rationalp z) (integerp m) 3 (integerp n) (< 0 z) (< z 1) (< 0 m) (< m n)) 4 (<= (* 2 (expt z n) x y) (* (expt z m) (+ (* x x) (* y y))))) 5 :hints(("Goal" 6 :clause-processor 7 (Smtlink clause '((:let ((expt_z_m (expt z m) rationalp) 8 (expt_z_n (expt z n) rationalp))) 9 (:hypothesize ((< expt_z_n expt_z_m) 10 (< 0 expt_z_m) 11 (< 0 expt_z_n))) 12 ) )))) cessor to replace all occurrences of a given expression with a new, free variable, and to express constraints that are satisfied by these variables. A complete description of these hints is presented in Section 3.…”
Section: A Short Tourmentioning
confidence: 99%
See 1 more Smart Citation
“…Harrison and Théry [12] describe a "skeptical" link between HOL and Maple that follows a similar approach to our bridge. Computation is done in a standard, standalone version of the CAS, and sent to the proof assistant for certification.…”
Section: 1 Related Workmentioning
confidence: 99%
“…We contribute another such bridge, between the proof assistant Lean [17] and the computer algebra system Mathematica [22]. Our connection is inspired by the architecture described by Harrison and Théry [12]. By integrating with the Lean metaprogramming framework, our design allows users to verify results from the CAS without leaving the Lean environment.…”
Section: Introductionmentioning
confidence: 99%