Strange thing, if we view set membership as a
kind of application operator, which makes sense,
since for a setlike predicate x in P, is not much
different from P(x). But why is set theory and
theorem provers such as DC Proof, that only
offers set theory hated? Here is a rant
against set theory:
"Set theory is harder to automate than
type theory. It is low-level, with s
trange definitions like ⟨a,b⟩ ≡ {{a},
{a,b}} and 3 ≡ {0,1,2}; and since it
has no information hiding, it admits
strange theorems like {a} ∈ ⟨a, b⟩ and
2 ∈ 3. The search space is larger in
set theory than in type theory: set
theory proofs need extra steps to
perform type checking, and the lack
of type constraints admits more terms
as well-formed. Virtually all type
theories satisfy strong normalization:
every reduction sequence terminates in
a normal form. The corresponding notion
of reduction in set theory, which reduces
t ∈ {x.ψ[x]} to ψ[t], admits expressions
with no normal form [3]. For example,
{x . x ∈ x} ∈ {x . x ∈ x} reduces to
itself [10, page 295]. Type theory
provers rely upon strong normalization; a
set theory prover must do without
this property."
Set Theory for Verification:
I. From Foundations to Functions∗
Lawrence C. Paulson
https://www.cl.cam.ac.uk/~lp15/papers/Formath/set-I.pdf
LoL
Am Samstag, 30. Juni 2018 01:45:54 UTC+2 schrieb j4n bur53:
> Its only a paper that shows how to avoid
> self application in a formal system.
> You get that already in simple types,
> nothing about large cardinals or forcing.
>
>
https://ncatlab.org/nlab/show/simple+type+theory
>
> In simple type theory you would inductively
> define types: some primitive types and then
> if p and q are simple types, so is also
> p -> q a simple type. The minimal and regular
>
> such set, similar minimality as in Zermelos Z_0
> and regularity in set theory, then gives you
> something where you cannot have on for a type
> (I guess, occurs check in Prolog):
>
> p = .... p .....
>
> As a result when y has a type, self application
> (yy) wont be possible anymore. But the Barendregt
> Paper might use something else than simple types,
> not sure. On the other hand for FOL you don't
>
> need much types, simple types are already enough,
> I guess Church might have known that already. For
> FOL you only need two primitive types:
>
> o : Propositions
>
> i : Individuals
>
> A function symbol f , is then f : i -> .. -> i -> i,
> and a predicate symbol p , is then p : i -> .. -> i -> o,
> and connectives are as follows:
>
> F : o
>
> => : o -> o -> o
>
> forall : (i -> o) -> o
>
> Am Samstag, 30. Juni 2018 01:22:05 UTC+2 schrieb Ross A. Finlayson:
> > On Friday, June 29, 2018 at 3:31:08 PM UTC-7,
burs...@gmail.com wrote:
> > > LM, minimal logic doesnt have excluded middle from
> > > Aristoteles, but it has identity p -> p from
> > > Aristoteles and non-contradiction ~(p /\ ~p),
> > >
> > > as we just saw. LM is deductive complete, it
> > > has even a direct inference rule for that,
> > > which it shares with residuated lattice logics:
> > >
> > > G, A |- B
> > > ---------
> > > G |- A -> B
> > >
> > > Modus ponens is just the inverse of that,
> > > but can be also cast as follows, see Gentzen
> > > cut elimination:
> > >
> > > G |- A G, B |- C
> > > --------------------
> > > G, A -> B |- C
> > >
> > > An impasse would be, if we could not do
> > > FOL or PROP anymore. But this is not the case,
> > > see also here:
> > >
> > > SYSTEMS OF ILLATIVE COMBINATORY LOGIC
> > > COMPLETE FOR FIRST-ORDER PROPOSITIONAL
> > > AND PREDICATE CALCULUS
> > > HENK BARENDREGT, MARTIN BUNDER, AND WIL DEKKERS
> > > THE JOURNALOF SYMBOLIC LOGIC Volume 58, Number 3, Sept. 1993
> > >
https://pdfs.semanticscholar.org/1f4c/1862863c28364359bce4fca17e564d5676ed.pdf
> > >
> > > The situation is the same with Russel and
> > > Frege, which was fixed in ZFC. But if your
> > > name is fruit cake, and if you live in some
> > >
> > > EVER YESTERDAY LAND, and have nothing else
> > > in your space filling curve between your ears
> > > than posting word salad, then of course,
> > >
> > > you believe even some wikipedia nonsense.
> > >
> > > Am Samstag, 30. Juni 2018 00:12:49 UTC+2 schrieb
burs...@gmail.com:
> > > > Especially since the curry paradox holds in
> > > > LM, which is a paraconsistent and a paracomplete
> > > > logic, it also holds in all stronger logics,
> > > >
> > > > LM |- Curry & LM =< Lx => Lx |- Curry
> > > >
> > > > In LM (minimal logic) we can prove Aristoteles
> > > > ~(p /\ ~p). Here is a proof, we use
> > > > ~p := p -> F:
> > > >
> > > > ------ (Id) ------ (Id)
> > > > p |- p F |- F
> > > > -----------------
> > > > p, p -> F |- F
> > > > ------------------- (/\L)
> > > > p /\ (p -> F) |- F
> > > > ------------------------ (->R)
> > > > |- (p /\ (p -> F)) -> F
> > > >
> > > > But in LM we cannot prove F -> p, hence it
> > > > is paraconsistent. And in LM we cannot prove
> > > > ((p -> F) -> p) -> p, hence it is paracomplete.
> > > >
> > > > Am Freitag, 29. Juni 2018 23:35:10 UTC+2 schrieb
burs...@gmail.com:
> > > > > Lets say Lx is one of the logics, LM, LE, etc..
> > > > > that Curry considered. And lets say LK is the
> > > > > classical logic.
> > > > >
> > > > > Among the Lx are also some paraconsistent one,
> > > > > without ex-falso-quodlibet, etc.. Hence being
> > > > > sub intuitionistic.
> > > > >
> > > > > But the way Curry has set up everything, its
> > > > > easy to see, that:
> > > > >
> > > > > Lx |- A => LK |- A
> > > > >
> > > > > So what is valid in some of the weaker, maybe
> > > > > also paraconsistent logics,
> > > > >
> > > > > is also valid in classical logic. Quiz, so
> > > > > why would one study a family of
> > > > >
> > > > > systems Lx? Why is there the area of non-classical
> > > > > logics in mathematical logic?
> > > > >
> > > > > Am Freitag, 29. Juni 2018 22:57:05 UTC+2 schrieb Dan Christensen:
> > > > > > On Friday, June 29, 2018 at 3:59:28 PM UTC-4,
burs...@gmail.com wrote:
> > > > > > > Thus paraconsistent
> > > > > > > logics can still be vulnerable to this
> > > > > > > paradox, even if they are immune to
> > > > > > > the liar paradox.
> > > > > >
> > > > > > A case of the cure being worse than the supposed "disease?"
> > > > > >
> > > > > >
> > > > > > Dan
> >
> >
> > I quite well respect Curry,
> > and Burse might be a genius,
> > and Barendregt et al. are well
> > known for comprehensive
> > systems of type.
> >
> > (Eg Coquand, Luo, Peirce.)
> >
> > The abstract of "Systems of illatory
> > logic complete for first order systems
> > propositional and predicate calculus"
> > is quite ambitious.
> >
> > "...The paper fulfills the program of Church [1932],
> > [1933] and Curry [1930] to base logic on a consistent
> > system of A-terms or combinators. Hitherto this
> > program had failed because systems of ICL were
> > either too weak (to provide a sound interpretation)
> > or too strong (sometimes even inconsistent)."
> >
> > I'd that Homotopy Type Theory, with its,
> > "strength of ZFC and two large cardinals",
> > is quite directly a rip-off of it, or so derivable.
> >
> > I never even knew the word "illative" before today.
> >
> > (
https://www.youtube.com/watch?v=3ZKq2ptu7qw )
> >
> > "In the work of Seldin and others L is defined
> > as FEH, where E is a universal class. Under this
> > definition Hp and L(Kp) are interderivable,
> > but our proof of Proposition 3.10 fails."
> >
> > I wonder where you might note in this paper
> > the relevant type theory analog of set theory's
> > "forcing", applied.
> >
> > I'm looking at definition 2.12 at it looks like
> > the introduction of "infinite union" over
> > regular set theory's usual "pairwise union",
> > and there you go.
> >
> > (
https://www.youtube.com/watch?v=2Abk1jAONjw )