Theorems · Theorem · linear algebra
LinearMap.IsAlt.eq_of_add_add_eq_zero
∀ {R : Type u_1} {R₁ : Type u_2} {M : Type u_5} {M₁ : Type u_6} [inst : CommSemiring R] [inst_1 : AddCommMonoid M]
[inst_2 : Module R M] [inst_3 : CommSemiring R₁] [inst_4 : AddCommMonoid M₁] [inst_5 : Module R₁ M₁]
{I₁ I₂ : R₁ →+* R} {B : M₁ →ₛₗ[I₁] M₁ →ₛₗ[I₂] M},
B.IsAlt → ∀ [IsCancelAdd M] {a b c : M₁}, a + b + c = 0 → (B a) b = (B b) c- Cited by
- 2 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- map_zeroproof · cited by 1,614
- add_commproof · cited by 1,535
- IsCancelAddstatement and proof · cited by 79
- add_left_cancelproof · cited by 29
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.wronskian_eq_of_sum_zeroproof · cited by 1
- LinearMap.BilinForm.IsAlt.eq_of_add_add_eq_zeroproof · cited by 0