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

remove duplicate lemmas #257

Merged
merged 1 commit into from
Sep 25, 2020
Merged

remove duplicate lemmas #257

merged 1 commit into from
Sep 25, 2020

Conversation

affeldt-aist
Copy link
Member

Just removed three lemmas that made their way into boolp.v (with a different name).

Section Nbhs'.
Context {R : numDomainType} {T : pseudoMetricType R}.

Lemma ex_ball_sig (x : T) (P : set T) :
~ (forall eps : {posnum R}, ~ (ball x eps%:num `<=` ~` P)) ->
{d : {posnum R} | ball x d%:num `<=` ~` P}.
Proof.
rewrite forallN eqNNP => exNP.
rewrite forallNE eqNN => exNP.
Copy link
Member

@pi8027 pi8027 Sep 11, 2020

Choose a reason for hiding this comment

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

I guess eqNN should be named notK. (Indeed this is not the point of this PR.)

Copy link
Member

@CohenCyril CohenCyril left a comment

Choose a reason for hiding this comment

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

OK to merge after rebase

@CohenCyril CohenCyril merged commit 995293e into master Sep 25, 2020
@affeldt-aist affeldt-aist deleted the duplicate_20200911 branch September 30, 2020 04:18
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.

3 participants