File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,8 @@ lemma IsBaseChange.of_equiv_right (eM : M ≃ₗ[R] M') (eN : N ≃ₗ[S] N')
446446 obtain ⟨y, rfl⟩ := eM.surjective y
447447 exact eN.injective (by simpa using congr($comm y).symm)
448448
449- lemma IsBaseChange.comp_equiv {M1 M2 N : Type *} [AddCommGroup M1] [AddCommGroup M2] [AddCommGroup N]
450- [Module R M1] [Module R M2] [Module R N] [Module S N] [IsScalarTower R S N] (e : M1 ≃ₗ[R] M2)
451- (f : M2 →ₗ[R] N) (isb : IsBaseChange S f) : IsBaseChange S (f.comp e.toLinearMap) :=
449+ lemma IsBaseChange.comp_equiv (e : M ≃ₗ[R] M') (f : M' →ₗ[R] N) (isb : IsBaseChange S f) :
450+ IsBaseChange S (f.comp e.toLinearMap) :=
452451 IsBaseChange.of_equiv_right e (LinearEquiv.refl S N) (LinearMap.ext fun y ↦ by simp) isb
453452
454453section
You can’t perform that action at this time.
0 commit comments