paper-with-me

홈 › Papers

A Rule Based Theorem Prover: an Introduction to Proofs in Secondary Schools

2023-03-10 · Joana Teles, Vanda Santos, Pedro Quaresma

The introduction of automated deduction systems in secondary schools face several bottlenecks. Beyond the problems related with the curricula and the teachers, the dissonance between the outcomes of the geometry automated theorem provers and the normal practice of conjecturing and proving in schools is a major barrier to a wider use of such tools in an educational environment. Since the early implementations of geometry automated theorem provers, applications of artificial intelligence methods, synthetic provers based on inference rules and using forward chaining reasoning are considered to be more suited for education proposes. Choosing an appropriate set of rules and an automated method that can use those rules is a major challenge. We discuss one such rule set and its implementation using the geometry deductive databases method (GDDM). The approach is tested using some chosen geometric conjectures that could be the goal of a 7th year class (approx. 12-year-old students). A lesson plan is presented, its goal is the introduction of formal demonstration of proving geometric theorems, trying to motivate students to that goal

📄 PDF Abstract BibTeX arXiv:2303.05863

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Automated Readable Proofs of Ruler and Compass Constructions

2024-01-22 · Vesna Marinković, Tijana Šukilović, Filip Marić

Although there are several systems that successfully generate construction steps for ruler and compass construction problems, none of them provides readable synthetic correctness proofs for generated constructions. In th…

PRover: Proof Generation for Interpretable Reasoning over Rules

2020-10-06 · EMNLP 2020 11 · Swarnadeep Saha, Sayan Ghosh, Shashank Srivastava, Mohit Bansal

Recent work by Clark et al. (2020) shows that transformers can act as 'soft theorem provers' by answering questions over explicitly provided knowledge in natural language. In our work, we take a step closer to emulating …

valid

Using Automated Theorem Provers for Mistake Diagnosis in the Didactics of Mathematics

2020-02-12 · Merlin Carl

The Diproche system, an automated proof checker for natural language proofs specifically adapted to the context of exercises for beginner's students similar to the Naproche system by Koepke, Schr\"oder, Cramer and others…

Learning to Prove Theorems by Learning to Generate Theorems

2020-02-17 · NeurIPS 2020 12 · Mingzhe Wang, Jia Deng

We consider the task of automated theorem proving, a key AI task. Deep learning has shown promise for training theorem provers, but there are limited human-written theorems and proofs available for supervised learning. T…

Automated Theorem Proving

OProver: A Unified Framework for Agentic Formal Theorem Proving

2026-05-17 · David Ma, Kaijing Ma, Shawn Guo, Yunfeng Shi 외 arxiv

Recent progress in formal theorem proving has benefited from large-scale proof generation and verifier-aware training, but agentic proving is rarely integrated into prover training, appearing only at inference time. We p…