Skip to content

Commit 8f355f5

Browse files
committed
chore(SetTheory/Cardinal/Arithmetic): remove unneeded import (leanprover-community#21013)
1 parent afdba6f commit 8f355f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Mathlib/Order/Filter/CardinalInter.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Authors: Josha Dekker
66
import Mathlib.Order.Filter.Tendsto
77
import Mathlib.Order.Filter.Finite
88
import Mathlib.Order.Filter.CountableInter
9-
import Mathlib.SetTheory.Cardinal.Arithmetic
109
import Mathlib.SetTheory.Cardinal.Cofinality
10+
import Mathlib.Tactic.Linarith
1111

1212
/-!
1313
# Filters with a cardinal intersection property

Mathlib/SetTheory/Cardinal/Arithmetic.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Authors: Johannes Hölzl, Mario Carneiro, Floris van Doorn
55
-/
66
import Mathlib.SetTheory.Cardinal.Aleph
77
import Mathlib.SetTheory.Ordinal.Principal
8-
import Mathlib.Tactic.Linarith
98

109
/-!
1110
# Cardinal arithmetic
@@ -220,7 +219,7 @@ theorem mul_eq_left_iff {a b : Cardinal} : a * b = a ↔ max ℵ₀ b ≤ a ∧
220219
rw [← not_lt]
221220
apply fun h2b => ne_of_gt _ h
222221
conv_rhs => left; rw [← mul_one n]
223-
rw [mul_lt_mul_left]
222+
rw [Nat.mul_lt_mul_left]
224223
· exact id
225224
apply Nat.lt_of_succ_le h2a
226225
· rintro (⟨⟨ha, hab⟩, hb⟩ | rfl | rfl)

0 commit comments

Comments
 (0)