Skip to content

Commit d83ff13

Browse files
committed
"well" -> "co-well" in docstring
1 parent 555c501 commit d83ff13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Order/WellFounded.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ alias StrictAnti.range_inj := StrictAnti.range_inj_of_wellFoundedGT
236236

237237
/-- A strictly monotone function `f` on a well-order satisfies `x ≤ f x` for all `x`. -/
238238
@[to_dual le_id
239-
/-- A strictly monotone function `f` on a cowell-order satisfies `f x ≤ x` for all `x`. -/]
239+
/-- A strictly monotone function `f` on a co-well-order satisfies `f x ≤ x` for all `x`. -/]
240240
theorem StrictMono.id_le [WellFoundedLT β] {f : β → β} (hf : StrictMono f) : id ≤ f := by
241241
rw [Pi.le_def]
242242
by_contra! H

0 commit comments

Comments
 (0)