Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore: rename PushNeg.lean to Push.lean #22108

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5286,7 +5286,7 @@ import Mathlib.Tactic.ProdAssoc
import Mathlib.Tactic.ProjectionNotation
import Mathlib.Tactic.Propose
import Mathlib.Tactic.ProxyType
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push
import Mathlib.Tactic.Qify
import Mathlib.Tactic.RSuffices
import Mathlib.Tactic.Recall
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Data/Nat/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Mathlib.Logic.Function.Basic
import Mathlib.Logic.Nontrivial.Defs
import Mathlib.Tactic.Contrapose
import Mathlib.Tactic.GCongr.CoreAttrs
import Mathlib.Tactic.PushNeg
import Mathlib.Util.AssertExists

/-!
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Order/BoundedOrder/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors: Johannes Hölzl
-/
import Mathlib.Order.Max
import Mathlib.Order.ULift
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push
import Mathlib.Tactic.Finiteness.Attr
import Mathlib.Util.AssertExists

Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ import Mathlib.Tactic.ProdAssoc
import Mathlib.Tactic.ProjectionNotation
import Mathlib.Tactic.Propose
import Mathlib.Tactic.ProxyType
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push
import Mathlib.Tactic.Qify
import Mathlib.Tactic.RSuffices
import Mathlib.Tactic.Recall
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Tactic/ByContra.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Kevin Buzzard
-/
import Batteries.Tactic.Init
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push

/-!
# The `by_contra` tactic
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Tactic/Common.lean
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import Mathlib.Tactic.OfNat
-- import Mathlib.Tactic.Positivity
import Mathlib.Tactic.ProjectionNotation
import Mathlib.Tactic.Propose
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push
import Mathlib.Tactic.RSuffices
import Mathlib.Tactic.Recover
import Mathlib.Tactic.Relation.Rfl
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Tactic/Contrapose.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Jireh Loreaux
-/

import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push

/-! # Contrapose

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion MathlibTest/push_neg.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors: Alice Laroche, Frédéric Dupuis, Jireh Loreaux
-/

import Mathlib.Order.Defs.LinearOrder
import Mathlib.Tactic.PushNeg
import Mathlib.Tactic.Push

private axiom test_sorry : ∀ {α}, α
set_option autoImplicit true
Expand Down
2 changes: 1 addition & 1 deletion scripts/noshake.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"Mathlib.Tactic.Positivity.Basic",
"Mathlib.Tactic.Positivity.Finset",
"Mathlib.Tactic.ProjectionNotation",
"Mathlib.Tactic.PushNeg",
"Mathlib.Tactic.Push",
"Mathlib.Tactic.Qify",
"Mathlib.Tactic.RSuffices",
"Mathlib.Tactic.Recover",
Expand Down
Loading