Theorems · Theorem · linear algebra
rank_eq_of_equiv_equiv
∀ {R : Type u} {R' : Type u'} {M 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) → Module.rank R M = Module.rank R' M₁The same-universe version of lift_rank_eq_of_equiv_equiv.
- Defined in
- Mathlib.LinearAlgebra.Dimension.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Module.rankstatement and proof · cited by 496
- Cardinal.lift_idproof · cited by 163
- lift_rank_eq_of_equiv_equivproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- IntermediateField.LinearDisjoint.adjoin_rank_eq_rank_left_of_isAlgebraicproof · cited by 2
- AdicCompletion.spanFinrank_maximalIdeal_eqproof · cited by 0