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

[Merged by Bors] - refactor(topology): make two definitions irreducible from the start #6060

Closed
wants to merge 1 commit into from

Conversation

sgouezel
Copy link
Collaborator

@sgouezel sgouezel commented Feb 5, 2021

No description provided.

@sgouezel sgouezel added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. labels Feb 5, 2021

attribute [irreducible] Hausdorff_edist
Hausdorff_edist s t = Sup ((λx, inf_edist x t) '' s) ⊔ Sup ((λx, inf_edist x s) '' t) :=
by rw Hausdorff_edist
Copy link
Member

Choose a reason for hiding this comment

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

Should there be a refl! tactic or similar that does

by do tactic.reflexivity tactic.transparency.all

which also closes this goal?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The point is precisely to not unfold after the definition, even altering the transparency setting, because this will not be possible in Lean 4 for the equivalent construct.

@robertylewis
Copy link
Member

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Feb 6, 2021
@bors
Copy link

bors bot commented Feb 6, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(topology): make two definitions irreducible from the start [Merged by Bors] - refactor(topology): make two definitions irreducible from the start Feb 6, 2021
@bors bors bot closed this Feb 6, 2021
@bors bors bot deleted the sgouezel_irreduc branch February 6, 2021 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants