We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cb94b commit 1558ff3Copy full SHA for 1558ff3
1 file changed
Mathlib/SetTheory/Cardinal/Basic.lean
@@ -1071,7 +1071,7 @@ theorem powerlt_eq_zero_iff {a b : Cardinal} : a ^< b = 0 ↔ b = 0 := by
1071
rcases (zero_le a).eq_or_lt with rfl | ha
1072
· simp [hb.ne', zero_powerlt hb.ne']
1073
· simp only [hb.ne', iff_false, ← pos_iff_ne_zero]
1074
- rw [← one_le_iff_pos] at hb ⊢
+ rw [← Cardinal.one_le_iff_pos] at hb ⊢
1075
rw [← powerlt_one ha.ne']
1076
exact powerlt_le_powerlt_left hb
1077
0 commit comments