lean2/library/theories
Leonardo de Moura 42fbc63bb6 fix(library/tc_multigraph): avoid name collisions
@avigad, @fpvandoorn, @rlewis1988, @dselsam

I changed how transitive instances are named.
The motivation is to avoid a naming collision problem found by Daniel.
Before this commit, we were getting an error on the following file
tests/lean/run/collision_bug.lean.

Now, transitive instances contain the prefix "_trans_".
It makes it clear this is an internal definition and it should not be used
by users.

This change also demonstrates (again) how the `rewrite` tactic is
fragile. The problem is that the matching procedure used by it has
very little support for solving matching constraints that involving type
class instances. Eventually, we will need to reimplement `rewrite`
using the new unification procedure used in blast.

In the meantime, the workaround is to use `krewrite` (as usual).
2016-02-04 13:15:42 -08:00
..
analysis fix(library/tc_multigraph): avoid name collisions 2016-02-04 13:15:42 -08:00
combinatorics fix(library/tc_multigraph): avoid name collisions 2016-02-04 13:15:42 -08:00
group_theory refactor(library/data/{set,finset}/basic,library/*): change notation for image to tick mark 2016-01-03 18:52:25 -08:00
measure_theory feat(library/theories/topology/basic): show that generated topology is initial 2016-01-03 18:52:25 -08:00
number_theory fix(library/tc_multigraph): avoid name collisions 2016-02-04 13:15:42 -08:00
topology feat(library/theories/topology/basic): show that generated topology is initial 2016-01-03 18:52:25 -08:00
theories.md feat(library/theories/topology/basic): start on topology (with Jacob Gross) 2015-12-26 10:29:58 -08:00