Skip to content

Commit 8433b14

Browse files
superceded
Co-authored-by: Kevin Buzzard <k.buzzard@imperial.ac.uk>
1 parent c97bb06 commit 8433b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Geometry/Group/WordMetric.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lemma wordLength_eq_zero_iff : P.wordLength g = 0 ↔ g = 1 := by
9494
· intro h
9595
exact h ▸ P.wordLength_one
9696

97-
-- This is uperceded by `wordLength_inv`.
97+
-- This is superceded by `wordLength_inv`.
9898
private lemma wordLength_inv_le : P.wordLength g⁻¹ ≤ P.wordLength g := by
9999
obtain ⟨l, hl, rfl⟩ := P.exists_isGeodesic g
100100
simpa [wordProd_invRev, hl.eq] using P.wordLength_wordProd_le (FreeGroup.invRev l)

0 commit comments

Comments
 (0)