Theorems · Theorem · algebraic geometry
WeierstrassCurve.Affine.CoordinateRing.norm_smul_basis
∀ {R : Type r} [inst : CommRing R] {W' : WeierstrassCurve.Affine R} (p q : Polynomial R),
(Algebra.norm (Polynomial R)) (p • 1 + q • (WeierstrassCurve.Affine.CoordinateRing.mk W') Polynomial.X) =
p ^ 2 - p * q * (Polynomial.C W'.a₁ * Polynomial.X + Polynomial.C W'.a₃) -
q ^ 2 *
(Polynomial.X ^ 3 + Polynomial.C W'.a₂ * Polynomial.X ^ 2 + Polynomial.C W'.a₄ * Polynomial.X +
Polynomial.C W'.a₆)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 135 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.
Cites32
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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- mul_oneproof · cited by 3,885
- MonoidHomstatement · cited by 3,629
- Nat.cast_oneproof · cited by 2,501
- Nat.cast_zeroproof · cited by 1,870
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- map_addproof · cited by 964
- map_smulproof · cited by 566
Cited by2
Results whose statement or proof uses this declaration.
- WeierstrassCurve.Affine.CoordinateRing.degree_norm_smul_basisproof · cited by 1
- WeierstrassCurve.Affine.CoordinateRing.coe_norm_smul_basisproof · cited by 0