Skip to content

Commit 08f6756

Browse files
committed
fix
1 parent 6586364 commit 08f6756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/RingTheory/CohenMacaulay/Catenary.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ lemma isRegular_of_maximalIdeal_mem_ofList_minimalPrimes
276276
rw [← Module.supportDim_quotient_eq_ringKrullDim, ← Module.supportDim_self_eq_ringKrullDim]
277277
exact Module.supportDim_quotSMulTop_succ_eq_supportDim xreg xmem
278278
simp only [List.length_cons, Nat.cast_add, Nat.cast_one, ← this] at dim
279-
simpa [List.length_map] using WithBot.add_one_cancel.mp dim
279+
simpa [List.length_map] using ENat.WithBot.add_one_cancel.mp dim
280280

281281
lemma isRegular_of_ofList_height_eq_length_of_isCohenMacaulayLocalRing [IsCohenMacaulayLocalRing R]
282282
(rs : List R) (mem : ∀ r ∈ rs, r ∈ maximalIdeal R) (ht : (Ideal.ofList rs).height = rs.length) :

0 commit comments

Comments
 (0)