GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    *(*(void **(*)()) lizzy)() :v_trans: :v_bi: (fleckenstein@social.lizzy.rs)'s status on Tuesday, 28-May-2024 07:37:06 JST*(*(void **(*)()) lizzy)()  :v_trans: :v_bi:*(*(void **(*)()) lizzy)() :v_trans: :v_bi:
    in reply to

    non-constructive logic just bugs me a lot.

    why not have implications be an atomic thing?

    implications can encode all the other operators (¬a is a → 0, a ∨ b is (a → c) → (b → c) → c for any c and a ∧ b is (a → b → c) → c for any c).

    for a computer, implications are functions, and functions are atomic, they are just computation, and that's what computers do. so, by working like this, you make your proofs executable by a computer. this also means you can extract concrete witnesses from proofs of existence.

    it also gives you an easier syntax to work with, because now you can write your formal proofs using a (typed) lambda calculus (like coq) as syntax instead of the abomination that sequence calculus is.

    Instead, what classical logic has to do is encode an implication a → b as ¬a ∨ b.

    working with this "desugared" version actually requires the law of the excluded middle, which is not constructive/computable.
    trying to prove the desugared version in coq requires introducing an additional axiom (as seen in the attachment), which then prevents your proof from being executed as code.

    with recursive functions, you can even get runnable inductive proofs - as long as the recursive function is proven to terminate.

    In conversationabout a year ago from social.lizzy.rspermalink

    Attachments


    1. https://social.lizzy.rs/system/media_attachments/files/112/514/560/918/214/196/original/b16ba1f3e049a82c.png
    2. No result found on File_thumbnail lookup.
      http://www.existence.it/
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.