Code Monkey home page Code Monkey logo

goedelgod's Introduction

Computer-Assisted Theoretical Philosophy

This repository contains computer-assisted formalizations of ontological proofs.

Formalizations

The formalizations use three kinds of tools:

In order to verify the Coq and Isabelle proofs, you must install and use these tools. To re-execute the TPTP THF files, you may either install and use any of the automated provers or use our remote call script, which will call provers installed remotely in a server in Miami. The ECAI script executes our remote call script on many of the available files.

Scientific Publications

Have a look on our Papers. There are short invited abstracts as well as full-length peer- reviewed scientific publications describing and explaining the formalizations. If you would like to cite these papers, you may use the bibligraphical information available in our bibtex file.

Frequently Asked Questions

** What do these proofs prove exactly? **

In formal logic, every proof is a rigorous derivation of a theorem from a set of assumed axioms, using strict and mathematically well- defined inference rules. In any theory (independently of whether it is about physical objects, such as atoms or planets, or about metaphysical notions, such as gods), the axioms are always assumed without proof. Therefore, they are open for critical debate (including empirical considerations). What formal logic and the automated reasoning systems based on it guarantee is that if you accept the axioms and the inference rules, then you can safely accept the proven theorems. Nothing else.

Logic is at the very heart of the scientific method, which consists of formulating theories (i.e. sets of axioms), using them for obtaining predictions (i.e. theorems) and revising them when necessary.

** Is the "god" of ontological proofs the same "god" of common religions? **

** Isn't it impossible to prove god's existence by pure reason? **

** How is this useful? **

These proofs require special kinds of formal logics known as higher-order modal logics. They are called modal because they allow reasoning with modal adverbs such as necessarily and possibly. And they are called higher-order because they allow reasoning not only about objects, but also about properties of objects.

Before we started working on these proofs, there was no automated reasoning technology capable of dealing with such logics. Therefore, the formalisation of these proofs seemed like a challenging goal to motivate the development of this technology, which is potentially useful outside philosophy as well.

Moreover, we hope that the media attention gathered by this work will bring a higher level of awareness of formal logic to the general public.

goedelgod's People

Contributors

ankanc avatar annikakan avatar benblumson avatar cbenzmueller avatar ceilican avatar dogsleg avatar manikaran20 avatar streitda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

goedelgod's Issues

The third issue.

If you can take this 'evidence', submit it to the rigourous peer review that all scientific evidence has to go through, and collect your prize. THEN, and ONLY then will you have proved the existence of a God. Until then, I wish you luck in your futile quest.

Some FAQ questions are lacking answers/comments

Hi, great repository and project. I just noticed that some FAQ questions are missing their answers or comments at this repository's README:

** Is the "god" of ontological proofs the same "god" of common religions? **

** Isn't it impossible to prove god's existence by pure reason? **

We can get the answer from authors like Edward Feser (Five proofs of the existence of God, for example). Do you intend to add something there?

Add link for scientific review

Hi, this project is pretty interesting. Can you please put a link to the relevant scientific peer review in the main README in a way that one could dig further in this subject?

Thanks.

Question 2

How do you know which Bible and God to follow?
There are, at the moment four thousand two hundred know religions. At a best guess. Source: (http://tinyurl.com/numreligions).

This is not counting different versions of the major religions.

Don't see the third alternative

I think there is a third alternative that I don't see really anywhere. Namely, that God's existence may be rationally indeterminate. His existence is neither provable nor demonstrably false via reason.

The fundamental thesis I am making is that a universe of meaning is empirically indistinguishable from one that is meaningless.

A God would give an absolute meaning to everything. But We only know the meanings that we assign. There is no empirical test for the existence of an absolute meaning. Therefore it is indeterminate. So if we can not determine there is an absolute meaning for an object we cannot determine the existence of a God.

To say it is empirically impossible to determine whether or not the universe has meaning means God's existence cannot be shown via reason.

repository checkout problem on Windows

Hi. Fist of all thanks for this very interesting work and opportunity to open an issue on God's existence :) The problem is that some files in this repository contain colon ":" characters in their names therefore leading to problems on Windows:

$ git clone https://github.com/FormalTheology/GoedelGod.git
Cloning into 'GoedelGod'...
remote: Enumerating objects: 8895, done.
remote: Total 8895 (delta 0), reused 0 (delta 0), pack-reused 8895
Receiving objects: 100% (8895/8895), 444.74 MiB | 2.05 MiB/s, done.
Resolving deltas: 100% (5669/5669), done.
error: unable to create file Talks/2015/Tableaux/DemoMaterial/DEMO-THF/RESULTS-2 015-07-23--18:04:50: Invalid argument
error: unable to create file Talks/2015/Tableaux/DemoMaterial/DEMO-THF/RESULTS-2 015-07-23--18:05:04: Invalid argument
error: unable to create file Talks/2015/Tableaux/DemoMaterial/DEMO-THF/RESULTS-2 015-07-31--13:25:43: Invalid argument
error: unable to create file Talks/2015/Tableaux/DemoMaterial/DEMO-THF/RESULTS-2 015-07-31--14:01:08: Invalid argument
Checking out files: 100% (1188/1188), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.

Here is description of similar problem:
https://stackoverflow.com/questions/5991805/how-do-i-clone-files-with-colons-in-the-filename

It will be helpful if you can rename (replace colon with underscore for example) these 4 files by using 'git mv' command and push changes to the github.com

Thanks,
Denis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.