Mathlib Map

Theorems · Definition · linear algebra

LinearEquiv.ofEq

{R : Type u_1} →
  {M : Type u_5} →
    [inst : Semiring R] →
      [inst_1 : AddCommMonoid M] → {module_M : Module R M} → (p q : Submodule R M) → p = q → ↥p ≃ₗ[R] ↥q

Linear equivalence between two equal submodules.

Defined in
Mathlib.Algebra.Module.Submodule.Equiv
Cited by
32 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Quot.sound
Assumes
SemiringAddCommMonoid

Around this declaration

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

Cites12

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

Cited by64

Results whose statement or proof uses this declaration.