Mathlib Map

Theorems · Theorem · linear algebra

Submodule.span_preimage_eq

∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {R₂ : Type u_3}
  {M₂ : Type u_4} [inst_3 : Ring R₂] [inst_4 : AddCommGroup M₂] [inst_5 : Module R₂ M₂] {τ₁₂ : R →+* R₂}
  [inst_6 : RingHomSurjective τ₁₂] {f : M →ₛₗ[τ₁₂] M₂} {s : Set M₂},
  s.Nonempty → s ⊆ ↑f.range → Submodule.span R (⇑f ⁻¹' s) = Submodule.comap f (Submodule.span R₂ s)
Defined in
Mathlib.LinearAlgebra.Quotient.Basic
Cited by
1 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleRingAddCommGroupModuleRingHomSurjective

Around this declaration

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

Cites33

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
  • Setstatement and proof · cited by 53,352
  • Modulestatement and proof · cited by 20,661
  • AddCommGroupstatement and proof · cited by 12,871
  • LinearMapstatement and proof · cited by 10,215
  • RingHomstatement and proof · cited by 10,189
  • SetLike.coestatement and proof · cited by 8,199
  • Ringstatement and proof · cited by 7,463
  • Submodulestatement and proof · cited by 7,192
  • Set.imageproof · cited by 5,609
  • Set.preimagestatement and proof · cited by 4,946
  • Set.Nonemptystatement and proof · cited by 2,627

Cited by1

Results whose statement or proof uses this declaration.