Theorems · Theorem · linear algebra
Algebra.lift_rank_eq_of_equiv_equiv
∀ {R : Type w} {S : Type v} [inst : CommSemiring R] [inst_1 : Semiring S] [inst_2 : Algebra R S] {R' : Type w'}
{S' : Type v'} [inst_3 : CommSemiring R'] [inst_4 : Semiring S'] [inst_5 : Algebra R' S'] (i : R ≃+* R')
(j : S ≃+* S'),
(algebraMap R' S').comp i.toRingHom = j.toRingHom.comp (algebraMap R S) →
Cardinal.lift.{v', v} (Module.rank R S) = Cardinal.lift.{v, v'} (Module.rank R' S')If S / R and S' / R' are algebras, i : R ≃+* R' and j : S ≃+* S' are
ring isomorphisms, such that R → R' → S' and R → S → S' commute,
then the rank of S / R is equal to the rank of S' / R'.
- Defined in
- Mathlib.LinearAlgebra.Dimension.Basic
- Cited by
- 4 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- Cardinalstatement · cited by 2,598
- RingEquivstatement and proof · cited by 1,147
- map_mulproof · cited by 1,137
- RingHom.compstatement and proof · cited by 899
- Cardinal.liftstatement · cited by 583
- Module.rankstatement · cited by 496
Cited by4
Results whose statement or proof uses this declaration.
- Algebra.finrank_eq_of_equiv_equivproof · cited by 7
- Subfield.lift_relrank_map_mapproof · cited by 4
- Field.lift_insepDegree_eq_of_equivproof · cited by 3
- Algebra.rank_eq_of_equiv_equivproof · cited by 1