Theorems · Theorem · linear algebra
lift_rank_eq_of_equiv_equiv
∀ {R : Type u} {R' : Type u'} {M : Type v} {M' : Type v'} [inst : Semiring R] [inst_1 : AddCommMonoid M]
[inst_2 : Module R M] [inst_3 : Semiring R'] [inst_4 : AddCommMonoid M'] [inst_5 : Module R' M'] (i : R → R')
(j : M ≃+ M'),
Function.Bijective i →
(∀ (r : R) (m : M), j (r • m) = i r • j m) →
Cardinal.lift.{v', v} (Module.rank R M) = Cardinal.lift.{v, v'} (Module.rank R' M')If M / R and M' / R' are modules, i : R → R' is a bijective map which maps zero to zero,
j : M ≃+ M' is a group isomorphism, such that the scalar multiplications on M and M' are
compatible, then the rank of M / R is equal to the rank of M' / R'.
As a special case, taking R = R' it is LinearEquiv.lift_rank_eq.
- Defined in
- Mathlib.LinearAlgebra.Dimension.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Cardinalstatement · cited by 2,598
- AddEquivstatement and proof · cited by 1,087
- Function.Bijectivestatement and proof · cited by 863
- Cardinal.liftstatement · cited by 583
- AddEquiv.symmproof · cited by 530
- LE.le.antisymmproof · cited by 507
- Module.rankstatement · cited by 496
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.lift_rank_eq_of_equiv_equivproof · cited by 4
- rank_eq_of_equiv_equivproof · cited by 3