Theorems · Theorem · algebraic geometry
WeierstrassCurve.Affine.Point.add_some
∀ {F : Type u} [inst : Field F] {W : WeierstrassCurve.Affine F} [inst_1 : DecidableEq F] {x₁ x₂ y₁ y₂ : F}
(hxy : ¬(x₁ = x₂ ∧ y₁ = W.negY x₂ y₂)) {h₁ : W.Nonsingular x₁ y₁} {h₂ : W.Nonsingular x₂ y₂},
WeierstrassCurve.Affine.Point.some x₁ y₁ h₁ + WeierstrassCurve.Affine.Point.some x₂ y₂ h₂ =
WeierstrassCurve.Affine.Point.some (W.addX x₁ x₂ (W.slope x₁ x₂ y₁ y₂)) (W.addY x₁ x₂ y₁ (W.slope x₁ x₂ y₁ y₂)) ⋯- Cited by
- 2 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, 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.Affinestatement and proof · cited by 174
- WeierstrassCurve.Affine.Pointstatement and proof · cited by 99
- WeierstrassCurve.Affine.Nonsingularstatement and proof · cited by 76
- WeierstrassCurve.Affine.negYstatement and proof · cited by 56
- WeierstrassCurve.Affine.slopestatement and proof · cited by 54
- WeierstrassCurve.Affine.addXstatement and proof · cited by 49
- WeierstrassCurve.Affine.addYstatement and proof · cited by 30
- WeierstrassCurve.Affine.nonsingular_addstatement and proof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- WeierstrassCurve.Affine.Point.add_of_Y_neproof · cited by 3
- WeierstrassCurve.Affine.Point.add_of_X_neproof · cited by 1