Theorems · Theorem · algebraic geometry
WeierstrassCurve.Affine.nonsingular_negAdd
∀ {F : Type u} [inst : Field F] {W : WeierstrassCurve.Affine F} [inst_1 : DecidableEq F] {x₁ x₂ y₁ y₂ : F},
W.Nonsingular x₁ y₁ →
W.Nonsingular x₂ y₂ →
¬(x₁ = x₂ ∧ y₁ = W.negY x₂ y₂) →
W.Nonsingular (W.addX x₁ x₂ (W.slope x₁ x₂ y₁ y₂)) (W.negAddY x₁ x₂ y₁ (W.slope x₁ x₂ y₁ y₂))- Cited by
- 4 results in Mathlib
- Foundations
- Depth 115 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.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fieldstatement and proof · cited by 7,404
- Polynomialproof · cited by 5,681
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- sub_selfproof · cited by 996
- Polynomial.evalproof · cited by 796
- mul_negproof · cited by 590
- sub_add_cancelproof · cited by 344
Cited by4
Results whose statement or proof uses this declaration.
- WeierstrassCurve.Affine.nonsingular_addproof · cited by 5
- WeierstrassCurve.Affine.Point.add_of_X_ne'statement · cited by 0
- WeierstrassCurve.Affine.Point.add_of_Y_ne'statement · cited by 0
- WeierstrassCurve.Affine.Point.add_self_of_Y_ne'statement · cited by 0