Skip to content

Commit

Permalink
Give an explicit name in a proof
Browse files Browse the repository at this point in the history
Very slightly improves the style of the proof.
  • Loading branch information
Columbus240 committed Feb 6, 2021
1 parent 621fa26 commit bea59b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Topology/Neighborhoods.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Lemma neighborhood_interior: forall {X:TopologicalSpace}
neighborhood N x -> In (interior N) x.
Proof.
intros.
destruct H as [U].
destruct H.
destruct H.
destruct H.
assert (Included x0 (interior N)) by
assert (Included U (interior N)) by
now apply interior_maximal.
auto with sets.
Qed.
Expand Down

0 comments on commit bea59b7

Please sign in to comment.