Giter Site home page Giter Site logo

Comments (7)

craff avatar craff commented on May 30, 2024

In fact, in PML1, this appears when dealing with the order on natural. Typically when assuming statements like x < x.

from pml.

craff avatar craff commented on May 30, 2024

There seems to be a use case in lib/int_proofs.pml now.

from pml.

craff avatar craff commented on May 30, 2024

How do we remove the label wait use case ?

from pml.

craff avatar craff commented on May 30, 2024

commit e274f49 is a progress ... But a proof of cantor diagonal argument produces
a term fixpoint, not a cyclic value and PML loops also:

val diag : ∀idx ∈(nat ⇒ (nat ⇒ nat)), (∀f∈(nat → nat), ∃m, m∈nat | idx m ≡ f) ⇒ bot =
fun idx xdi {
let f : nat ⇒ nat = fun n { S[idx n n] };
let m = xdi f;
deduce idx m ≡ f;
let x = f m; // loops here

}

closing definition does not solve the problem ... it should.

from pml.

craff avatar craff commented on May 30, 2024

idx m has to be blocked in the statement also! it works now

from pml.

craff avatar craff commented on May 30, 2024

@rlepigre we have a use case that works in examples/cantor_diagonal.pml.

Remark (in the file) about proving this for classical nat -> nat ... I do not know how to do that.
It is not a contradiction in the model to have t = succ t for a term t of type nat as both term are indeed equivalent. Having a diverging term in nat is a contradiction with the model ... How to have this in the implementation is another problem...

I propose to close, as closing definition + the added cycle test in the pool seems enough ?

from pml.

craff avatar craff commented on May 30, 2024

This is now solved for a long time, let's close as suggested above.

from pml.

Related Issues (20)

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.