Mathlib Map

Theorems · Definition · algebraic geometry

Module.Grassmannian.baseChangeMkQ

{R : Type u} →
  [inst : CommRing R] →
    {M : Type v} →
      [inst_1 : AddCommGroup M] →
        [inst_2 : Module R M] →
          {A : Type w} →
            [inst_3 : CommRing A] →
              [inst_4 : Algebra R A] →
                (B : Type w) →
                  [inst_5 : CommRing B] →
                    [inst_6 : Algebra R B] →
                      [inst_7 : Algebra A B] →
                        [IsScalarTower R A B] →
                          (N : Submodule A (TensorProduct R A M)) →
                            TensorProduct R B M →ₗ[B] TensorProduct A B (TensorProduct R A M ⧸ N)

The surjective B-linear map B ⊗[R] M → B ⊗[A] ((A ⊗[R] M) ⧸ N) obtained as the base change of N.mkQ along A → B

Defined in
Mathlib.RingTheory.Grassmannian
Cited by
4 results in Mathlib
Foundations
Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleCommRingAlgebraCommRingAlgebraAlgebraIsScalarTower

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.