-
Notifications
You must be signed in to change notification settings - Fork 1.2k
positivity enhancement #2427
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestt-metaTactics, attributes or user commandsTactics, attributes or user commands
Description
Some positivity developments got caught up in the port. Here are a few items we should implement without needing to bother backporting:
- On the fly feeding of hypotheses:
positivity [h₁, h₂]should be the same ashave := h₁; have := h₂; positivity. [Merged by Bors] - feat(Positivity): add support forpositivity [h₁, h₂]syntax #30388 - Extension for subtraction. As this is deemed less predictable than usual extensions (
a ≤ b/a < b/a ≠ bare not positivity assumptions), the preconditions should only be looked for in the hypotheses given on the fly. See feat(tactic/positivity): Extension for subtraction mathlib3#16632
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestt-metaTactics, attributes or user commandsTactics, attributes or user commands