Theorems · Theorem · number theory
normEDS_even
∀ {R : Type u_1} [inst : CommRing R] (b c d : R) (m : ℤ),
normEDS b c d (2 * m) * b =
normEDS b c d (m - 1) ^ 2 * normEDS b c d m * normEDS b c d (m + 2) -
normEDS b c d (m - 2) * normEDS b c d m * normEDS b c d (m + 1) ^ 2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- mul_assocproof · cited by 1,667
- normEDSstatement and proof · cited by 18
- complEDS₂proof · cited by 16
- normEDS_mul_complEDS₂proof · cited by 2
- complEDS₂_mul_bproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- WeierstrassCurve.ψ_evenproof · cited by 0