Open yutakang opened 4 years ago
By checking the corresponding .intros theorems that have Set.member as the outermost constant or as the outermost constant within the conclusion of a meta-implication.
.intros
Set.member
Done for now in 4e50b0c8add2e1138bc4ccfd3717a073357671fa.
But we can make it more stable using SeLFiE.
SeLFiE
By checking the corresponding
.intros
theorems that haveSet.member
as the outermost constant or as the outermost constant within the conclusion of a meta-implication.