Theorems · Theorem · algebraic geometry
WeierstrassCurve.Affine.slope_of_Y_ne
∀ {F : Type u} [inst : Field F] {W : WeierstrassCurve.Affine F} [inst_1 : DecidableEq F] {x₁ x₂ y₁ y₂ : F},
x₁ = x₂ →
y₁ ≠ W.negY x₂ y₂ → W.slope x₁ x₂ y₁ y₂ = (3 * x₁ ^ 2 + 2 * W.a₂ * x₁ + W.a₄ - W.a₁ * y₁) / (y₁ - W.negY x₁ y₁)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Quot.sound
- Assumes
- FieldDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fieldstatement and proof · cited by 7,404
- WeierstrassCurve.a₁statement and proof · cited by 272
- WeierstrassCurve.a₂statement and proof · cited by 216
- WeierstrassCurve.a₃proof · cited by 210
- WeierstrassCurve.a₄statement and proof · cited by 187
- WeierstrassCurve.Affinestatement and proof · cited by 174
- WeierstrassCurve.Affine.negYstatement and proof · cited by 56
- WeierstrassCurve.Affine.slopestatement and proof · cited by 54
- WeierstrassCurve.Affine.slope_of_Y_ne'proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- WeierstrassCurve.Affine.addPolynomial_slopeproof · cited by 3
- WeierstrassCurve.Affine.map_slopeproof · cited by 1
- WeierstrassCurve.Affine.slope_of_Y_ne_eq_evalEvalproof · cited by 0