Skip to content

Commit d27ee5e

Browse files
chore(Algebra/Algebra/Hom): automated extraction from #37745 (#43295)
This PR was automatically created from PR #37745 by @AntoineChambert-Loir via a [review comment](#37745 (comment)) by @jcommelin. Co-authored-by: AntoineChambert-Loir <4817348+AntoineChambert-Loir@users.noreply.github.com>
1 parent c10f331 commit d27ee5e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mathlib/Algebra/Algebra/Hom.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ def toLinearMap : A →ₗ[R] B where
277277
map_add' := map_add _
278278
map_smul' := map_smul _
279279

280+
theorem toLinearMap_eq_coe (f : A →ₐ[R] B) : f.toLinearMap = f :=
281+
rfl
282+
280283
@[simp]
281284
theorem toLinearMap_apply (p : A) : φ.toLinearMap p = φ p :=
282285
rfl

0 commit comments

Comments
 (0)