Mathlib Map

Theorems · Theorem · commutative algebra

OrzechProperty.injective_of_surjective_of_injective

∀ {R : Type u} [inst : Semiring R] [OrzechProperty R] {M : Type v} [inst_2 : AddCommMonoid M] [inst_3 : Module R M]
  [Module.Finite R M] {N : Type w} [inst_5 : AddCommMonoid N] [inst_6 : Module R N] (i f : N →ₗ[R] M),
  Function.Injective ⇑i → Function.Surjective ⇑f → Function.Injective ⇑f
Defined in
Mathlib.RingTheory.OrzechProperty
Cited by
5 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringOrzechPropertyAddCommMonoidModuleModule.FiniteAddCommMonoidModule

Around this declaration

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

Cites25

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

Cited by5

Results whose statement or proof uses this declaration.