Mathlib Map

Theorems · Definition · commutative algebra

Submodule.LinearDisjoint.casesOn

{R : Type u} →
  {S : Type v} →
    [inst : CommSemiring R] →
      [inst_1 : Semiring S] →
        [inst_2 : Algebra R S] →
          {M N : Submodule R S} →
            {motive : M.LinearDisjoint N → Sort u_1} →
              (t : M.LinearDisjoint N) → ((injective : Function.Injective ⇑(M.mulMap N)) → motive ⋯) → motive t
Defined in
Mathlib.LinearAlgebra.LinearDisjoint
Cited by
1 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebra

Around this declaration

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

Cites10

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

Cited by1

Results whose statement or proof uses this declaration.