Theorems · Theorem · category theory
LinearEquiv.conj_symm_exact_iff_exact
∀ {R : Type u_1} {M : Type u_2} {N : Type u_4} {N' : Type u_5} {P : Type u_6} [inst : Semiring R]
[inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid N'] [inst_4 : AddCommMonoid P]
[inst_5 : Module R M] [inst_6 : Module R N] [inst_7 : Module R N'] [inst_8 : Module R P] (f : M →ₗ[R] N)
(g : N →ₗ[R] P) (e : N' ≃ₗ[R] N), Function.Exact ⇑(↑e.symm ∘ₗ f) ⇑(g ∘ₗ ↑e) ↔ Function.Exact ⇑f ⇑g- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- LinearEquivstatement and proof · cited by 3,317
- LinearMap.compstatement · cited by 1,642
- LinearEquiv.symmstatement and proof · cited by 1,461
- LinearEquiv.toLinearMapstatement · cited by 1,171
- Function.Exactstatement · cited by 182
- LinearEquiv.conj_exact_iff_exactproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.