We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e39e9 commit 6363bbfCopy full SHA for 6363bbf
1 file changed
Mathlib/RingTheory/TensorProduct/IncludeLeftSubRight.lean
@@ -54,7 +54,7 @@ lemma includeLeftSubRight_apply (s : S) : includeLeftSubRight R S s = s ⊗ₜ[R
54
lemma includeLeftSubRight_zero_of_mem_range {s : S} (hs : s ∈ Set.range ⇑(algebraMap R S)) :
55
includeLeftSubRight R S s = 0 := by
56
obtain ⟨_, hr⟩ := Set.mem_range.mp hs
57
- simp [includeLeftSubRight, ← hr, algebraMap_eq_smul_one]
+ simp [← hr, algebraMap_eq_smul_one]
58
59
/-- `includeLeftSubRight R S` vanishes at `algebraMap R S r`. -/
60
lemma includeLeftSubRight_algebraMap_zero (r : R) :
0 commit comments