Theorems · Theorem · linear algebra
rank_add_rank_split
∀ {K : Type u} {V V₁ V₂ V₃ : Type v} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V]
[inst_3 : AddCommGroup V₁] [inst_4 : Module K V₁] [inst_5 : AddCommGroup V₂] [inst_6 : Module K V₂]
[inst_7 : AddCommGroup V₃] [inst_8 : Module K V₃] (db : V₂ →ₗ[K] V) (eb : V₃ →ₗ[K] V) (cd : V₁ →ₗ[K] V₂)
(ce : V₁ →ₗ[K] V₃),
⊤ ≤ db.range ⊔ eb.range →
cd.ker = ⊥ →
db ∘ₗ cd = eb ∘ₗ ce →
(∀ (d : V₂) (e : V₃), db d = eb e → ∃ c, cd c = d ∧ ce c = e) →
Module.rank K V + Module.rank K V₁ = Module.rank K V₂ + Module.rank K V₃This is mostly an auxiliary lemma for Submodule.rank_sup_add_rank_inf_eq.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- RingHom.idstatement and proof · cited by 18,349
- Semiringproof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- RingHomproof · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Submodulestatement and proof · cited by 7,192
- Bot.botstatement and proof · cited by 4,720
- Cardinalstatement and proof · cited by 2,598
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.