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

Definition of ex2 on 4.2.1 #106

Open
gaxiiiiiiiiiiii opened this issue Dec 14, 2020 · 0 comments
Open

Definition of ex2 on 4.2.1 #106

gaxiiiiiiiiiiii opened this issue Dec 14, 2020 · 0 comments

Comments

@gaxiiiiiiiiiiii
Copy link

gaxiiiiiiiiiiii commented Dec 14, 2020

The book saids:

Inductive ex2 A P Q : Prop := ex_intro2 x of P x & Q x.

I guess it should be like this:

Inductive ex2 A P Q : Prop := ex_intro2 (x : A) of P x & Q x.
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

1 participant