leanprover-community/physlib

Remove `erw`s

Open

#385 opened on Mar 10, 2025

 (1 comment) (0 reactions) (0 assignees)Lean (139 forks)auto 404
good first issuehelp-wanted

Repository metrics

Stars
 (642 stars)
PR merge metrics
 (PR metrics pending)

Description

There are lots of erw [...] in PhysLean. These are slow, and thus it is beneficial for them to be removed.

To remove an erw [...] usually means changing the corresponding lemma to simp-normal form.

Contributor guide