Commit 2023-07-26 08:17 9f14c412

View on Github →

chore(*): add protected to *.insert theorems (#6142) Otherwise code like

theorem ContMDiffWithinAt.mythm (h : x ∈ insert y s) : _ = _

interprets insert as ContMDiffWithinAt.insert, not Insert.insert.

Estimated changes

deleted theorem BddAbove.insert
deleted theorem BddBelow.insert
deleted theorem IsGLB.insert
deleted theorem IsGreatest.insert
deleted theorem IsLUB.insert
deleted theorem IsLeast.insert