Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 5 of 5
Hi,
I am trying to answer my own question here…
Is it possible to derive the axiom of induction from a model of the natural numbers?
…and came across this page on nLab:
This seems to have what I need, but the going is hard. I wonder if anyone can help.
I am stuck, for example, on what exactly is, and what a fibration is. The text says ’the above fibration’ but there is no fibration above so far as I can see, only what I’m guessing is a related display map. The page on fibrations is duanting and didn’t, at a quick glance, seem to give me the necessary relevant information.
All help appreciated!
Kind regards,
James
Hi James,
One cannot derive induction purely from the construction you have given. What you have given are basically the first two steps in Definition 2.1 at the nLab page. Induction corresponds to the third rule, the ’elimination rule’.
I would not bother with Example 3.1 if you wish to understand this rule, just try to understand it itself. The things above the line are assumptions, the thing below the line is what the rule allows one to conclude. The bit means that we are assuming that we have a proof (denoted ) of some proposition, denoted . The bit means that we are assuming that, given a natural number and a proof of a proposition involving , we can obtain a proof of the same proposition but with instead of . The bit under the line means that, given any natural number (assumed at the extreme right of the upper line), we can deduce a proof of the same proposition for . As you will see, this is pretty much exactly induction as you are probably thinking of it.
The computation rules are more technical, I would just ignore them for now.
The reason that the Coq syntax does not include the elimination rule explicitly is that it comes for free from the ’Inductive’ keyword.
Richard, hi,
thanks for commenting.
I get the bit about being a proof of the proposition , and so on. And I get the bit about being the proof for arbitrary now. So yes, I can see that the term elimination rule is in some very close sense analogous to the axiom of induction.
This is the first time incidentally that I have understood the propositions as types paradigm. I now like the idea of theory based on dependent types, where propositions are types, because I’ve finally grasped its utility.
Thanks again and regards.
You’re welcome! Glad if it was useful.
Hi,
I added an answer to my own question. Here is the link again:
Is it possible to derive the axiom of induction from a model of the natural numbers?
Many thanks,
James
1 to 5 of 5