Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statements vs Predicates #41

Closed
skimmel opened this issue Aug 1, 2017 · 2 comments
Closed

Statements vs Predicates #41

skimmel opened this issue Aug 1, 2017 · 2 comments

Comments

@skimmel
Copy link

skimmel commented Aug 1, 2017

There are times when "statement" is used, where it should be "predicate." In particular, when describing inductive proofs, you write "Let P(n) be the statement..." However P(n) is not a statement, since n is not fixed, so it should more precisely be "Let P(n) be the predicate..." Also, you use "predicate" in Exercise 0.2.9 without defining it until much later.

@oscarlevin
Copy link
Owner

Thanks for pointing this out (and sorry for not getting to this earlier). I still need to think about what I want to do here. I think "Let P(n) be the statement..." is pretty standard in mathematics, and if it is phrased, "For each n, let P(n) be the statement..." then there is no issue, since the variable is quantified. I agree though that I should go back and make sure that the text is consistent. And I'll look at 0.2.9 and rephrase.

@oscarlevin
Copy link
Owner

This issue was moved to oscarlevin/dmoi-instructor#6

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

No branches or pull requests

2 participants