Mathlib Map

Theorems · Theorem · linear algebra

Matrix.isRepresentation.toEnd_exists_mem_ideal

∀ {ι : Type u_1} [inst : Fintype ι] {M : Type u_2} [inst_1 : AddCommGroup M] (R : Type u_3) [inst_2 : CommRing R]
  [inst_3 : Module R M] (b : ι → M) [inst_4 : DecidableEq ι] (hb : Submodule.span R (Set.range b) = ⊤)
  (f : Module.End R M) (I : Ideal R),
  LinearMap.range f ≤ I • ⊤ → ∃ M_1, (Matrix.isRepresentation.toEnd R b hb) M_1 = f ∧ ∀ (i j : ι), ↑M_1 i j ∈ I
Defined in
Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap
Cited by
2 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeAddCommGroupCommRingModuleDecidableEq

Around this declaration

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

Cites27

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Modulestatement and proof · cited by 20,661
  • RingHom.idstatement · cited by 18,349
  • CommRingstatement and proof · cited by 17,173
  • AddCommGroupstatement and proof · cited by 12,871
  • Top.topstatement and proof · cited by 9,680
  • Fintypestatement and proof · cited by 7,736
  • Submodulestatement and proof · cited by 7,192
  • Finsuppproof · cited by 5,255
  • Idealstatement and proof · cited by 4,748
  • Set.rangestatement and proof · cited by 4,705
  • Matrixstatement and proof · cited by 4,303

Cited by2

Results whose statement or proof uses this declaration.