Skip to content

Commit 6363bbf

Browse files
committed
tiny change
1 parent 03e39e9 commit 6363bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/RingTheory/TensorProduct/IncludeLeftSubRight.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lemma includeLeftSubRight_apply (s : S) : includeLeftSubRight R S s = s ⊗ₜ[R
5454
lemma includeLeftSubRight_zero_of_mem_range {s : S} (hs : s ∈ Set.range ⇑(algebraMap R S)) :
5555
includeLeftSubRight R S s = 0 := by
5656
obtain ⟨_, hr⟩ := Set.mem_range.mp hs
57-
simp [includeLeftSubRight, ← hr, algebraMap_eq_smul_one]
57+
simp [← hr, algebraMap_eq_smul_one]
5858

5959
/-- `includeLeftSubRight R S` vanishes at `algebraMap R S r`. -/
6060
lemma includeLeftSubRight_algebraMap_zero (r : R) :

0 commit comments

Comments
 (0)