• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 56
  • 12
  • 6
  • 2
  • 1
  • 1
  • Tagged with
  • 97
  • 97
  • 46
  • 16
  • 14
  • 14
  • 14
  • 13
  • 12
  • 12
  • 11
  • 10
  • 10
  • 9
  • 9
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Automating pseudo-Boolean inference within a DPLL framework /

Dixon, Heidi, January 2004 (has links)
Thesis (Ph. D.)--University of Oregon, 2004. / Typescript. Includes vita and abstract. Includes bibliographical references (leaves 140-146). Also available for download via the World Wide Web; free to University of Oregon users.
2

Identity of proofs

Widebäck, Filip. January 1900 (has links)
Thesis (doctoral)--Stockholm University. / Includes bibliographical references (p. 83-85).
3

Impact of exploration in a dynamic geometry environment on students' concept of proof /

Lee, Man-sang, Arthur. January 1996 (has links)
Thesis (M. Ed.)--University of Hong Kong, 1996. / Includes bibliographical references (leaf 93-96).
4

Impact of exploration in a dynamic geometry environment on students' concept of proof

Lee, Man-sang, Arthur. January 1996 (has links)
Thesis (M.Ed.)--University of Hong Kong, 1996. / Includes bibliographical references (leaves 93-96). Also available in print.
5

Investigations into the complexity of some propositional calculi

D'Agostino, Marcello January 1992 (has links)
No description available.
6

How students learn basic properties of circles by making and proving conjectures using sketchpad

Lam, Tsz-wai, Eva. January 2001 (has links)
Thesis (M. Ed.)--University of Hong Kong, 2001. / Includes bibliographical references (leaves 56-57).
7

How students learn basic properties of circles by making and proving conjectures using sketchpad

Lam, Tsz-wai, Eva. January 2001 (has links)
Thesis (M.Ed.)--University of Hong Kong, 2001. / Includes bibliographical references (leaves 56-57). Also available in print.
8

Proof search issues in some non-classical logics

Howe, Jacob M. January 1999 (has links)
This thesis develops techniques and ideas on proof search. Proof search is used with one of two meanings. Proof search can be thought of either as the search for a yes/no answer to a query (theorem proving), or as the search for all proofs of a formula (proof enumeration). This thesis is an investigation into issues in proof search in both these senses for some non-classical logics. Gentzen systems are well suited for use in proof search in both senses. The rules of Gentzen sequent calculi are such that implementations can be directed by the top level syntax of sequents, unlike other logical calculi such as natural deduction. All the calculi for proof search in this thesis are Gentzen sequent calculi. In Chapter 2, permutation of inference rules for Intuitionistic Linear Logic is studied. A focusing calculus, ILLF, in the style of Andreoli ([And92]) is developed. This calculus allows only one proof in each equivalence class of proofs equivalent up to permutations of inferences. The issue here is both theorem proving and proof enumeration. For certain logics, normal natural deductions provide a proof-theoretic semantics. Proof enumeration is then the enumeration of all these deductions. Herbelin's cut- free LJT ([Her95], here called MJ) is a Gentzen system for intuitionistic logic allowing derivations that correspond in a 1-1 way to the normal natural deductions of intuitionistic logic. This calculus is therefore well suited to proof enumeration. Such calculi are called 'permutation-free' calculi. In Chapter 3, MJ is extended to a calculus for an intuitionistic modal logic (due to Curry) called Lax Logic. We call this calculus PFLAX. The proof theory of MJ is extended to PFLAX. Chapter 4 presents work on theorem proving for propositional logics using a history mechanism for loop-checking. This mechanism is a refinement of one developed by Heuerding et al ([HSZ96]). It is applied to two calculi for intuitionistic logic and also to two modal logics; Lax Logic and intuitionistic S4. The calculi for intuitionistic logic are compared both theoretically and experimentally with other decision procedures for the logic. Chapter 5 is a short investigation of embedding intuitionistic logic in Intuitionistic Linear Logic. A new embedding of intuitionistic logic in Intuitionistic Linear Logic is given. For the hereditary Harrop fragment of intuitionistic logic, this embedding induces the calculus MJ for intuitionistic logic. In Chapter 6 a 'permutation-free' calculus is given for Intuitionistic Linear Logic. Again, its proof-theoretic properties are investigated. The calculus is proved to be sound and complete with respect to a proof-theoretic semantics and (weak) cut- elimination is proved. Logic programming can be thought of as proof enumeration in constructive logics. All the proof enumeration calculi in this thesis have been developed with logic programming in mind. We discuss at the appropriate points the relationship between the calculi developed here and logic programming. Appendix A contains presentations of the logical calculi used and Appendix B contains the sets of benchmark formulae used in Chapter 4.
9

A study of positive and negative inquiry

Peebles, David M. 12 1900 (has links)
The subject of the study is a theory of positive and negative inquiry with emphasis in mathematics. The purposes of this study are to examine the historical development of systematic inquiry in mathematics, to identify the nature of positive and negative inquiry, to propose and develop an interrelated set of propositions regarding positive and negative inquiry, and to relate the proposition of the theory to certain basic concepts of trigonometry.
10

Tools and techniques for formalising structural proof theory

Chapman, Peter January 2010 (has links)
Whilst results from Structural Proof Theory can be couched in many formalisms, it is the sequent calculus which is the most amenable of the formalisms to metamathematical treatment. Constructive syntactic proofs are filled with bureaucratic details; rarely are all cases of a proof completed in the literature. Two intermediate results can be used to drastically reduce the amount of effort needed in proofs of Cut admissibility: Weakening and Invertibility. Indeed, whereas there are proofs of Cut admissibility which do not use Invertibility, Weakening is almost always necessary. Use of these results simply shifts the bureaucracy, however; Weakening and Invertibility, whilst more easy to prove, are still not trivial. We give a framework under which sequent calculi can be codified and analysed, which then allows us to prove various results: for a calculus to admit Weakening and for a rule to be invertible in a calculus. For the latter, even though many calculi are investigated, the general condition is simple and easily verified. The results have been applied to G3ip, G3cp, G3s, G3-LC and G4ip. Invertibility is important in another respect; that of proof-search. Should all rules in a calculus be invertible, then terminating root-first proof search gives a decision procedure for formulae without the need for back-tracking. To this end, we present some results about the manipulation of rule sets. It is shown that the transformations do not affect the expressiveness of the calculus, yet may render more rules invertible. These results can guide the design of efficient calculi. When using interactive proof assistants, every case of a proof, however complex, must be addressed and proved before one can declare the result formalised. To do this in a human readable way adds a further layer of complexity; most proof assistants give output which is only legible to a skilled user of that proof assistant. We give human-readable formalisations of Cut admissibility for G3cp and G3ip, Contraction admissibility for G4ip and Craig's Interpolation Theorem for G3i using the Isar vernacular of Isabelle. We also formalise the new invertibility results, in part using the package for reasoning about first-order languages, Nominal Isabelle. Examples are given showing the effectiveness of the formalisation. The formal proof of invertibility using the new methods is drastically shorter than the traditional, direct method.

Page generated in 0.0739 seconds