Theorems · Theorem · order theory
sq_tsub_sq
∀ {R : Type u} [inst : CommSemiring R] [inst_1 : PartialOrder R] [CanonicallyOrderedAdd R] [inst_3 : Sub R]
[OrderedSub R] [Std.Total fun x1 x2 => x1 ≤ x2] [AddLeftReflectLE R] (a b : R), a ^ 2 - b ^ 2 = (a + b) * (a - b)The tsub version of sq_sub_sq. Notably, this holds for Nat and NNReal.
- Defined in
- Mathlib.Algebra.Order.Ring.Canonical
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
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.
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- sqproof · cited by 280
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
- AddLeftReflectLEstatement and proof · cited by 119
- mul_self_tsub_mul_selfproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.