Theorems · Theorem · number theory
QuadraticMap.polar_add_left_iff
∀ {M : Type u_4} {N : Type u_5} [inst : AddCommGroup M] [inst_1 : AddCommGroup N] {f : M → N} {x x' y : M},
QuadraticMap.polar f (x + x') y = QuadraticMap.polar f x y + QuadraticMap.polar f x' y ↔
f (x + x' + y) + (f x + f x' + f y) = f (x + x') + f (x' + y) + f (y + x)Auxiliary lemma to express bilinearity of QuadraticMap.polar without subtraction.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
- Assumes
- AddCommGroupAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommGroupstatement and proof · cited by 12,871
- add_commproof · cited by 1,535
- add_right_commproof · cited by 85
- QuadraticMap.polarstatement and proof · cited by 50
- add_left_injproof · cited by 36
- sub_add_eq_add_subproof · cited by 29
- add_subproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- QuadraticMap.polar_add_leftproof · cited by 2