nomeata / incredible

The Incredible Proof Machine
MIT License
358 stars 36 forks source link

How is the proposition in session 7 task 2 even valid? #139

Open eeropomell opened 1 year ago

eeropomell commented 1 year ago

image

How is this proposition valid? The premise says that for all x, if r(x) is false then r(f(x)). So r(x) can clearly be false for all x. BUT the conclusion states that there exists an x such that r(x) is true??

NicoleRauch commented 1 year ago

So r(x) can clearly be false for all x.

No, it canโ€™t, because if it is false for a given x, then the premise states that it must be true for f(x). So there must be at least one value for which r is true. Which is the first half of the conclusion ๐Ÿ˜Š

nomeata commented 1 year ago

Good explanation! It's worth adding that in our logic, the universe is never empty, (exists x. True is an axiom, so to say), else the above would not be a theorem.

NicoleRauch commented 1 year ago

There is always something I am missing out on ๐Ÿ˜†