Tactics for topology #
Currently we have one domain-specific tactic for topology: continuity
.
continuity
tactic #
Automatically solve goals of the form continuous f
.
Mark lemmas with @[continuity]
to add them to the set of lemmas
used by continuity
.
@[continuity]