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

feat(analysis/topology, data/set): some zerology #295

Merged
merged 2 commits into from
Aug 29, 2018

Conversation

PatrickMassot
Copy link
Member

No description provided.

{ rintro ⟨a⟩ H2,
show a ∈ (∅ : set α), by rw ←H2 ; trivial },
{ intro H,
apply classical.by_contradiction,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use exists_mem_of_ne_empty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks!

following Johannes' suggestion
@johoelzl johoelzl merged commit 79bb95c into leanprover-community:master Aug 29, 2018
@PatrickMassot PatrickMassot deleted the zerology branch August 31, 2018 09:06
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

Successfully merging this pull request may close these issues.

None yet

2 participants