Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

inductive vs equational definition and theorems #19

Open
partizanos opened this issue Jan 28, 2018 · 7 comments
Open

inductive vs equational definition and theorems #19

partizanos opened this issue Jan 28, 2018 · 7 comments

Comments

@partizanos
Copy link

i dont get differnece in inductive and equational proofs:
they both have the same theorems
inductive reflexivity:
Reflexivity : ∀t ∈ TΣ,s
,t = t ∈ ThInd (Spec)
equational reflexivity:
Reflexivity : ∀t ∈ TΣ,s
,t = t ∈ Th(Spec)
i dont get the difference: ThInd (Spec) and Th(Spec)

@partizanos
Copy link
Author

only the cut therem is different i think it is the essence of the deduction that permits as to prove something from the Theorems, based on the "enchanced" cut on induction theorems
But I am not sure.. I speak for the ADT slide 40

@partizanos
Copy link
Author

There is a remark in slide 39 mentioning the following but it is not so clear to me.
Remark : Th(Spec) ⊆ ThInd (Spec) and the induction rule define
the inductive theories.

@didierbuchs
Copy link
Contributor

didierbuchs commented Jan 28, 2018 via email

@didierbuchs
Copy link
Contributor

didierbuchs commented Jan 28, 2018 via email

@didierbuchs
Copy link
Contributor

didierbuchs commented Jan 28, 2018 via email

@partizanos
Copy link
Author

Thank you a lot for your answers.

Mini-questions:
1.(P=stands for proof? , t/x stands for combinations of terms and variables?)

2.how can i read this:

  1. proving P(x) for any "t/x", what is the "t/x" ??
    (My guess: if all variables and terms are able to
    "replace the parameters"" in the equation (or proof?) Px)

4.P(x)is valid means P(x)= True?

@didierbuchs
Copy link
Contributor

didierbuchs commented Jan 29, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants